From owner-freebsd-questions@FreeBSD.ORG Wed Mar 8 16:21:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DAC516A420 for ; Wed, 8 Mar 2006 16:21:15 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02EAA43D6E for ; Wed, 8 Mar 2006 16:21:14 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-159.woh.res.rr.com [65.31.41.159]) by ms-smtp-01-eri0.ohiordc.rr.com (8.13.4/8.13.4) with SMTP id k28GLCti018779 for ; Wed, 8 Mar 2006 11:21:13 -0500 (EST) Message-ID: <010e01c642cb$0701ca70$0200a8c0@satellite> From: "Dave" To: Date: Wed, 8 Mar 2006 11:11:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: sending large amount of data securely X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2006 16:21:15 -0000 Hello, I've got two freebsd6 boxes on one i have a large collection of files, like about 3.5 gb worth, that i want to send securely to the other box. I've tried: scp -24Cpr to do it, it transfered 1gb of data then quit. I'm suspecting it didn't get the sym links if any in this data. Any suggestions appreciated. Thanks. Dave.