From owner-freebsd-questions@FreeBSD.ORG Thu Feb 10 20:28:56 2005 Return-Path: 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 1212516A4CE for ; Thu, 10 Feb 2005 20:28:56 +0000 (GMT) Received: from smtp11.wanadoo.fr (smtp11.wanadoo.fr [193.252.22.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4F1C43D1F for ; Thu, 10 Feb 2005 20:28:55 +0000 (GMT) (envelope-from atkielski.anthony@wanadoo.fr) Received: from me-wanadoo.net (unknown [127.0.0.1]) by mwinf1107.wanadoo.fr (SMTP Server) with ESMTP id 0962F1C000A7 for ; Thu, 10 Feb 2005 21:28:55 +0100 (CET) Received: from pix.atkielski.com (ASt-Lambert-111-2-1-3.w81-50.abo.wanadoo.fr [81.50.80.3]) by mwinf1107.wanadoo.fr (SMTP Server) with ESMTP id E16421C0009F for ; Thu, 10 Feb 2005 21:28:54 +0100 (CET) X-ME-UUID: 20050210202854923.E16421C0009F@mwinf1107.wanadoo.fr Date: Thu, 10 Feb 2005 21:28:54 +0100 From: Anthony Atkielski X-Priority: 3 (Normal) Message-ID: <1284162049.20050210212854@wanadoo.fr> To: freebsd-questions@freebsd.org In-Reply-To: <8af82589050210084137ab01df@mail.gmail.com> References: <8af82589050210084137ab01df@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Secure file transfers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 20:28:56 -0000 Danie Du Toit writes: > Which packages are available to upload /download large dumpfiles in a > secure fashion (e.g. using SSL). The customer should not need any > secure client installed on his PC. Anything that is secure will require appropriate software at both ends of the transfer, and thus will require some sort of security-aware client on the customer's PC. SFTP provides secure file transfers. I use SecureFX on my client machine, and the standard SFTP server on the FreeBSD server. -- Anthony