From owner-freebsd-stable@FreeBSD.ORG Sat Jan 7 10:52:37 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B17D6106566B for ; Sat, 7 Jan 2012 10:52:37 +0000 (UTC) (envelope-from freebsd@beardz.net) Received: from svr06-mx.btshosting.co.uk (mx-2.btshosting.co.uk [178.63.196.248]) by mx1.freebsd.org (Postfix) with ESMTP id 6BA328FC12 for ; Sat, 7 Jan 2012 10:52:37 +0000 (UTC) Received: from [192.168.1.65] (027ecffb.bb.sky.com [2.126.207.251]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by svr06-mx.btshosting.co.uk (Postfix) with ESMTPSA id 615CD41F44 for ; Sat, 7 Jan 2012 10:37:22 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beardz.net; s=default; t=1325932642; bh=v7gnt5w5veLaWxSHjibAhzwIAYN1ovEYNUx/xFrBzLI=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=MhtnshQJMDXJcZu6ctKraHyjpv6aFSroYbv3ym4xsrUNqio15FifH2Wk9kzer3gT1 tgIgoTr5fmMcNfJjmF/WPMRRBL/p3jBWv1uh/yGGMrXMnbTR2FmFAesERo00tgkRQT ptT7zDBtdMiUQPNhglWxjvtQCAFhrL2/ujCchI6o= Message-ID: <4F08205E.9040904@beardz.net> Date: Sat, 07 Jan 2012 10:37:18 +0000 From: Jase Thew User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <4F059BEA.3000508@denninger.net> <81ab471570df95f2867b136e5a61322d@antiszoc.hu> In-Reply-To: <81ab471570df95f2867b136e5a61322d@antiszoc.hu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: FTPS Server? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2012 10:52:37 -0000 On 05/01/2012 13:30, Gót András wrote: > Hi, > > You can easily set up FTPS with pure-ftpd, but AFAIK only the > authentication will be secured. This is also called FTP-TLS. > > Regards, > Andras > Hi, pure-ftpd offers configurable TLS support including control *and* data channel encryption. http://download.pureftpd.org/pub/pure-ftpd/doc/README.TLS Please refer to the "ACCEPTING TLS SESSIONS" section. Regards, Jase.