--- Em dom, 27/1/13, Baho Utot escreveu:

> De: Baho Utot
> Assunto: Re: [blfs-support] ftp client question
> Para: "BLFS Support List"
> Data: Domingo, 27 de Janeiro de 2013, 19:22
> On 01/27/2013 01:41 PM, Bruce Dubbs
> wrote:
> > lux-integ wrote:
> >> Greetings
> >>
> >> I need to transfer  a few tBytes of data
> between two machines.  Both have
> >> vsftpd installed.  I assumed that both had an
> ftp client as ftp was
> >> part of one of the core programs of 
> LFS/CLFS.  Having set-up  vsftpd (server)
> >> on the source-machine,  on the
> destination-machine
> >> at shell prompt I  typed :-
> >>
> >> ftp  user@othermachine.domain
> >>
> >> only to find I have no 'ftp (i.e. client)
> executible'.
> >>
> >> I have sftp but  since it is only data between
> two neighbouring machines I
> >> thought  a simple even if  insucure
> >> method would suffice.  Advice and
> suggestions  on available ftp clients would
> >> be much appreciated.
> > I suggest setting up rsyncd on the source machine and
> use rsync on the
> > destination system.  A second backup then becomes
> much simpler.
> >
> >     -- Bruce
> >
> Since ssh is installed, one can use rsync without the need
> for rsyncd, just
> rsync -var <from path> <remote>:to_path
> rsync will then use ssh for the connection

Might be relevant to include option H (rsync -varH) for hard links? 
For some, perhaps X and A, too?

[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to