Date: Tue, 7 Apr 2009 16:29:07 -0700 From: Doug Hardie <bc979@lafn.org> To: Steve Bertrand <steve@ibctech.ca> Cc: "freebsd-questions@freebsd.org Questions -" <freebsd-questions@freebsd.org> Subject: Re: Copying files without scp Message-ID: <D8E2A2B7-F7F4-4DF2-8B26-F2513751E958@lafn.org> In-Reply-To: <49DBDE27.4010300@ibctech.ca> References: <49DBDE27.4010300@ibctech.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 7, 2009, at 16:13, Steve Bertrand wrote: > Hi all, > > To copy data from one server, I normally (always) use scp. > > I'm looking for a method to perform this copy task without the > overhead > of encryption for infrequent, high-volume transfers (hundreds to > thousands of GB). > > The data will be transferred server-to-server within a private > datacentre. > > Can someone recommend a *known good* production quality copy mechanism > that will act like scp, but without the overhead? rsh? nc? In that environment you can use ftp just fine. Make sure to restrict it to the local IP addresses.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D8E2A2B7-F7F4-4DF2-8B26-F2513751E958>