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
What happens when we execute a unix command?
What is awk command used for?
What difference between cmp and diff commands?
Using unix command how to display no of records in oracle?
What is the significance of the 'tee' command?
What is ‘ps’ command for?
What does touch command do in unix?
What are the commands in UNIX to list the files in a Directory?
What is $0 bash?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the functionality of a top command?
What does the command ' $who | sort –logfile > newfile' do?
How do I delete files from command prompt?
Name the general commands in using unix os for a beginner?
What does 'mkdir' command do in UNIX?