how to remotely move a file ??? that mean how to move a file
one machine to another machine ???
Answer Posted / ranjitha s
From Windows to Unix
c:\> ftp
ftp>open IPaddress
for ex:
ftp>open 10.13.80.98
ftp put filename
or
ftp send filename
From Unix to Windows
ftp get filename
or
ftp recv filename
(file shud be presend in the directory )
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is merge command in unix?
Name the unix command to find how many days the server has been up.
why metadb requires a seperate slice to create Solaris volume manager
What is a bash command?
Are you in or at the office?
Which unix command lists files/folders in alphabetical order?
Is grep faster than awk?
What are the differences among a system call, a library function, and a unix command?
Can you explain a little bit about command substitution?
Why is awk called awk?
What are the general commands in using unix os for a beginner?
What is the use of sed command in unix?
Explain ‘library functions’ with respect to unix commands?
What is command substitution?
What is ctrl d?