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 the comma to show the space allocation of files?
What does sed command do in unix?
What is s and g in sed command?
What is the difference between grep and grep?
How to use grep command to list find the records of a file containing 10 different strings?
Can you enlist some commonly used network commands?
Differentiate cat command from more command.
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What command is used to check the current users?
Who command in unix operating system?
What is the first character of the output in ls l command?
What is the use of finger command?
Describe the usage and functionality of the command rm –r * in unix?
What difference between cmp and diff commands?
How do I find previous commands in unix?