[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Linux File Transfer (not ftp)
- From: Les Mikesell <lesmikesell gmail com>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: Linux File Transfer (not ftp)
- Date: Mon, 12 Jun 2006 12:09:34 -0500
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]