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


Please Help Members By Posting Answers For Below Questions

What is $0 bash?

653


Which unix command lists files/folders in alphabetical order?

622


What is the difference between cat and more command?

627


Which command should you use to find the remaining disk space in unix server?

714


What is merge command in unix?

946






What command is used to check the current users?

598


How do you repeat a command in terminal?

598


Which command is used to create a directory?

577


What is awk used for?

626


What command will change your prompt to myprompt?

710


How do I run a whois command?

607


Explain mount and unmount command.

623


Who command in unix?

580


What is the use of cut command in unix?

696


How to use grep command to list find the records of a file containing 10 different strings?

650