From owner-freebsd-questions@FreeBSD.ORG Wed Nov 16 15:12:41 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 CBA8816A424 for ; Wed, 16 Nov 2005 15:12:41 +0000 (GMT) (envelope-from mtbeedee@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DFC643D55 for ; Wed, 16 Nov 2005 15:12:36 +0000 (GMT) (envelope-from mtbeedee@gmail.com) Received: by wproxy.gmail.com with SMTP id i12so125406wra for ; Wed, 16 Nov 2005 07:12:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IuNs4DLhX4+wq1MVWb6LNwVzpM5WSu55x6to8/8w+nKx207v9Gg+3BCBGKoYwdUONwioqOKJktDWo8VDWfWnivW1gCdP2TP+IvXe95mfD5h2uoPWBONHn/GBPfNizrVGaUzQf4Dr9/GbqhLODxwn9RPnHLjFBrkr1QO25oVYhFs= Received: by 10.54.160.9 with SMTP id i9mr5298466wre; Wed, 16 Nov 2005 07:12:35 -0800 (PST) Received: by 10.54.157.14 with HTTP; Wed, 16 Nov 2005 07:12:35 -0800 (PST) Message-ID: Date: Wed, 16 Nov 2005 10:12:35 -0500 From: Michael Beattie To: Ivailo Tanusheff In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <006301c5e9eb$2ea4b620$340a10ac@buzz> Cc: 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:12:42 -0000 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 burne= r > 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 file= s > 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.