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
How do I use grep to find a file?
What are the commands in UNIX to list the files in a Directory?
What is ‘ps’ command for?
What is time_t?
Enumerate some of the most commonly used network commands in unix?
What are file commands?
What do know about tee command?
How do I clear my terminal history?
What does this command do? Cat food 1 > kitty
Which command is used to copy files?
Does cp command overwrite files?
Name the unix command to find how many days the server has been up.
Enlist some filename manipulation commands in unix.
What is the significance of the 'tee' command?
Which command can you use to find the currently running process in unix server?