rcp, scp, ftp, rsync - Commands For Copying Files Between Computers
This is nice and simple, but to make it work you need to first set up the computers involved in the transaction to allow this operation. This is done using the ".rhosts" files. See here for more information.
A more secure version of rcp is scp ("secure copy"). It is based on the ssh ("secure shell") protocol, which uses encryption.
The key advantage of the ftp client program is that it comes with most commonly used operating systems, including most Linux distributions and even Microsoft Windows, and it doesn't require ".rhosts" files. You can copy multiple files with ftp, but the basic ftp clients typically do not transfer whole directory trees.
rsync works like scp but does checksum operations on the source and the destination. After the initial sync, moving large amounts of data can by very quick.


Comments
No comments yet. Leave a Comment