From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dsl092-170-084.wdc2.dsl.speakeasy.net ([66.92.170.84] helo=concerto.rednote.net) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1CC24P-0006Gq-00 for ; Mon, 27 Sep 2004 16:26:01 -0400 Received: from concerto.rednote.net (localhost [127.0.0.1]) by concerto.rednote.net (8.12.11/8.12.11) with ESMTP id i8RKPBC2019378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Sep 2004 16:25:11 -0400 Received: (from janina@localhost) by concerto.rednote.net (8.12.11/8.12.11/Submit) id i8RKPAwc019377; Mon, 27 Sep 2004 16:25:10 -0400 Date: Mon, 27 Sep 2004 16:25:09 -0400 From: Janina Sajka To: doc , "Speakup is a screen review system for Linux." Message-ID: <20040927202508.GU7958@rednote.net> References: <20040927181736.GL7958@rednote.net> <001601c4a4cc$365bdc50$6400a8c0@DESKWRIGHT> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001601c4a4cc$365bdc50$6400a8c0@DESKWRIGHT> User-Agent: Mutt/1.4.1i X-Operating-System: Linux concerto.rednote.net 2.6.8-1.541.root Organization: Capital Accessibility LLC (http://www.CapitalAccessibility.com) X-PGP-Key: http://www.CapitalAccessibility.com/JaninaSajka_gpg_key.html Cc: Subject: Re: Linux and data storage? X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2004 20:26:01 -0000 No, you can't, not in any useful way. However, I'm not aware that security is the largest concern here. We're talking about a one time file transfer. I would certainly not suggest ncftp for regular use backing up data because the password does get sent in the clear. Frankly, building the .tar.bz2 file in /tmp might be considered insecure, as anyone might get at it there. The background transfer of ncftp is a very nic feature, though. You can get similar securely with nohup and scp or rsync.