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?
Explain mount and unmount command.
What is awk command used for?
What is updatedb?
Which command can you use to find the currently running process in unix server?
What do chown command do?
What command is used to check the current users?
Name the various commands that are used for the user information in unix.
How to use grep command to list find the records of a file containing 10 different strings?
What is the use of egrep command in unix?
What does sed command do in unix?
How do I clear my terminal history?
How do I search for a file in unix command?
How do you grep recursively?
What is s and g in sed command?