Re: Copying over network

From: Russell Hanneken (rghanneken_at_pobox.com)
Date: 10/03/03


Date: Fri, 03 Oct 2003 05:51:52 GMT

Matt Pearce wrote:
>
> Wondering if anyone can point me in the right direction for how to copy
> files over a network without encrypting them all.
>
> I am currently using scp however that is very slow on my lower end boxes and
> the files I am copying from one FreeBSD to my new FreeBSD server are on an
> internal lan anyway so nothing needs to be secured. I have about 15 gig of
> files and will be here ages waiting for the P3 450 128mb ram to sent these
> :-(
>
> Any pointers would be great as I couldnt find what I was looking for on
> Google.

You could use rcp, which is part of the base system (man rcp). I've
never used it, but I think it's more or less like scp, but without the
encryption. I think scp was created to be a secure replacement for rcp.

You might also consider rsync, which is in the ports collection.
(/usr/ports/net/rsync). As I understand it, rsync figures out the
differences between the source and destination files, and transmits only
the parts that are different.

Hope that helps,

Russell Hanneken
rghanneken@pobox.com
Remove the 'g' from my address to send me mail.



Relevant Pages

  • Re: Copying over network
    ... >> files over a network without encrypting them all. ... >> I am currently using scp however that is very slow on my lower end boxes ... >> the files I am copying from one FreeBSD to my new FreeBSD server are on ... > You could use rcp, which is part of the base system. ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Slow SCP
    ... > I have shifted from RCP to SCP and i find it very slow. ... -- rcp writes a stream of bytes, scp writes streams too but in 1k-ish ... you have a version of ssh that has the none cipher? ...
    (comp.security.ssh)
  • Re: scp vs rcp
    ... Using the standard load, ... logs at roughly 1/4 the speed of rcp. ... the scp of files. ... significant load (kicking out archive logs every 2-3 minutes). ...
    (comp.security.ssh)
  • Re: Program to copy files and report failures
    ... Those poor BSD guys must feel like the kid who has his hand up ... Anyway, to answer the op's question, rcp or scp in a Terminal window ...
    (uk.comp.sys.mac)