Re: Linux File Transfer (not ftp)

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

 



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@xxxxxxxxx



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux