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
hw will u use awk in replacing cahrs and files
What is the use of finger command?
What is the use of find command in unix?
Explain mount and unmount command.
What is {} in find command?
Enumerate some of the most commonly used network commands in unix?
What does the command ' $who | sort –logfile > newfile' do?
What is the command to find hidden files in the current directory?
Which unix command lists files/folders in alphabetical order?
What is a command and examples?
What are the dos commands?
Why is it called grep?
What do know about tee command and its usage?
What is awk used for?
Which command can you use to find the currently running process in unix server?