From owner-freebsd-questions@FreeBSD.ORG Wed Nov 16 15:18:06 2005 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 CCCC616A41F for ; Wed, 16 Nov 2005 15:18:06 +0000 (GMT) (envelope-from i.tanusheff@procreditbank.bg) Received: from mail.procreditbank.bg (mail.procreditbank.bg [212.95.179.198]) by mx1.FreeBSD.org (Postfix) with SMTP id 90BCC43D46 for ; Wed, 16 Nov 2005 15:17:57 +0000 (GMT) (envelope-from i.tanusheff@procreditbank.bg) Received: (qmail 39149 invoked from network); 16 Nov 2005 17:17:49 +0200 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 16 Nov 2005 17:17:49 +0200 Received: from proxy.procreditbank.bg ([127.0.0.1]) by localhost (mail.procreditbank.bg [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 99127-67 for ; Wed, 16 Nov 2005 17:17:47 +0200 (EET) Received: (qmail 39138 invoked from network); 16 Nov 2005 15:17:47 -0000 Received: from unknown (HELO outmail.procreditbank.bg) (172.16.248.123) by mail.procreditbank.bg with SMTP; 16 Nov 2005 15:17:47 -0000 In-Reply-To: To: Michael Beattie MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.1 January 21, 2004 From: Ivailo Tanusheff Message-ID: Date: Wed, 16 Nov 2005 17:17:45 +0200 X-MIMETrack: Serialize by Router on DOMINO_HQ/PROCREDITBANK(Release 6.5.1|January 21, 2004) at 11/16/2005 05:17:47 PM, Serialize complete at 11/16/2005 05:17:47 PM X-Virus-Scanned: by amavisd-new using ClamAV at procreditbank.bg Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Ivailo Tanusheff , Joshua Lewis , freebsd-questions@freebsd.org Subject: Re: Secure File Copy 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: Wed, 16 Nov 2005 15:18:06 -0000 Only if Mac supports this :) Ivailo Tanusheff Senior System administrator ProCredit Bank (Bulgaria) AD Michael Beattie 11/16/2005 05:12 PM To Ivailo Tanusheff cc Joshua Lewis , freebsd-questions@freebsd.org Subject Re: Secure File Copy On 11/16/05, Ivailo Tanusheff wrote: > Hi, > > You can use lsz/lrz commands, to achieve this install this port: > > Port: lrzsz-0.12.20_1 > Path: /usr/ports/comms/lrzsz > Info: Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive) > Maint: dinoex@FreeBSD.org > B-deps: > R-deps: > WWW: http://www.ohse.de/uwe/software/lrzsz.html > > Ivailo Tanusheff > Senior System administrator > ProCredit Bank (Bulgaria) AD > > > > > > "Joshua Lewis" > Sent by: owner-freebsd-questions@freebsd.org > 11/15/2005 03:47 PM > > To > > cc > > Subject > Secure File Copy > > > > > > > I have a FreeBSD 5.4 system and I have no way to back up the data. I don't > have a burner and I can't get one anytime soon. I do however have a burner > on my wifes G4 laptop. I have enabled SSH on the FreeBSD system and I can > SSH into the box from the Mac, However I do not know how to copy the files > I > need to back up from the FreeBSD system to the Mac. Thanks ahead of time > for > any help. The easiest thing would be to use scp or stfp... both are secure copy commands that run through the ssh daemon.