From owner-freebsd-questions@FreeBSD.ORG Tue Apr 7 23:29:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA56A106564A for ; Tue, 7 Apr 2009 23:29:13 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoom.lafn.org (zoom.lafn.org [206.117.18.8]) by mx1.freebsd.org (Postfix) with ESMTP id BC4508FC0C for ; Tue, 7 Apr 2009 23:29:13 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from MBook.home (pool-173-51-91-182.lsanca.fios.verizon.net [173.51.91.182]) (authenticated bits=0) by zoom.lafn.org (8.14.2/8.14.2) with ESMTP id n37NTCdc037084 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 7 Apr 2009 16:29:13 -0700 (PDT) (envelope-from bc979@lafn.org) Message-Id: From: Doug Hardie To: Steve Bertrand In-Reply-To: <49DBDE27.4010300@ibctech.ca> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 7 Apr 2009 16:29:07 -0700 References: <49DBDE27.4010300@ibctech.ca> X-Mailer: Apple Mail (2.930.3) X-Virus-Scanned: ClamAV version 0.92.1, clamav-milter version 0.92.1 on zoom.lafn.org X-Virus-Status: Clean Cc: "freebsd-questions@freebsd.org Questions -" Subject: Re: Copying files without scp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2009 23:29:14 -0000 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.