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 grep in bash?
What is the command to find hidden files in the current directory?
What is the use of egrep command in unix?
hw will u use awk in replacing cahrs and files
Which unix command lists files/folders in alphabetical order?
What do chown command do?
What is the use of find command in unix?
What is ctrl d?
What does pipe () return?
How do I use grep to search for a file?
What is the size of time_t?
What is $0 bash?
What is updatedb?
what is the advaantage of each user having its own copy of the shell?
What is awk good for?