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

Which command is used to kill the last background job?

769


Explain ‘library functions’ with respect to unix commands?

596


What is the comma to show the space allocation of files?

555


What is nr in awk command?

594


What is ‘ps’ command for?

608






What is grep short for?

548


What is $0 bash?

640


Describe the usage and functionality of the command rm –r * in unix?

818


How many unix commands are there?

617


Explain command to view process running?

609


What do chmod, chown, chgrp commands do?

626


What does the md command do?

564


What is the difference between awk and grep?

555


What is grep and how do you use it?

569


Why is grep called grep?

772