[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Linux File Transfer (not ftp)



On Mon, 2006-06-12 at 11:50 -0500, Matthew Benjamin wrote:
> Can someone recommend the "best/most efficient" way to transfer files
> from one linux machine to another, without using ftp?

One off:
scp file user remote_host:/path/to/file

Repeated/recursion:
cd directory
rsync -essh -av . user remote_host:/path/to/directory

Both ways need ssh access to the remote.

-- 
  Les Mikesell
    lesmikesell gmail com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]