how to remotely move a file ??? that mean how to move a file
one machine to another machine ???

Answer Posted / sailesh k

[atdev]/abcd/data/atdev $ ftp 70.24.12.410
Connected to 10.24.124.43.
220 cbx82526 FTP server (Revision 1.1 Version wuftpd-2.6.1
(PHNE_34306) Mon Mar 13 11:14:17 GMT 2006) ready.
Name (70.24.12.410:attest): attest
331 Password required for attest.
Password:
230 User atdev3 logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls -lrt
200 PORT command successful.
150 Opening ASCII mode data connection for /usr/bin/ls.
total 26560
-rwxr-x--- 1 atdev3 geneva 0 May 15 15:12
Lock
drwxrwxrwx 2 atdev3 geneva 96 May 15 15:12
ftp>mv inputfilename outputfile
ftp> bye
221-You have transferred 0 bytes in 0 files.
221-Total traffic for this session was 3958 bytes in 1
transfers.
221-Thank you for using the FTP service on cbh32526.
221 Goodbye.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I use grep to find a file?

575


What is in grep command?

640


What is awk command used for?

596


Which command is used to delete all files in the current directory and all its sub-directories?

655


Explain mount and unmount command.

608






Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

617


Write a command to display a file’s contents in various formats?

619


What is the use of sed command in unix?

587


Name the unix command to find how many days the server has been up.

595


What does find command return in unix?

586


What are the unix commands?

545


what is the advaantage of each user having its own copy of the shell?

2027


What will the following command do?

607


Can you enlist some commonly used network commands?

594


how to sort the content of the file based on numeric values

1240