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
Enumerate some of the most commonly used network commands in unix?
Does cp command overwrite files?
How do you grep a case insensitive?
What is grep short for?
What is the comma to display different lines that are found when compare two files?
What is awk used for?
How can we use grep command in unix?
Name the general commands in using unix os for a beginner?
What command is used to switching between users in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the function of grep command in unix?
What is the difference between cat command and more command?
What is “chmod” command?
What are the dos commands?
What difference between cmp and diff commands?