From owner-freebsd-ports@FreeBSD.ORG Thu Aug 21 13:02:23 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 288C316A4BF for ; Thu, 21 Aug 2003 13:02:23 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4072943FE0 for ; Thu, 21 Aug 2003 13:02:21 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) h7LK2Glc022007; Thu, 21 Aug 2003 22:02:17 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.9/8.12.9/Submit) id h7LK29qX022006; Thu, 21 Aug 2003 22:02:09 +0200 (CEST) (envelope-from marius) Date: Thu, 21 Aug 2003 22:02:09 +0200 From: Marius Strobl To: Mo Message-ID: <20030821220209.B5272@newtrinity.zeist.de> References: <20030821193714.GC27093@qubix.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030821193714.GC27093@qubix.ca>; from mo@qubix.ca on Thu, Aug 21, 2003 at 03:37:14PM -0400 cc: ports@FreeBSD.org Subject: Re: Could you please add ftpd-tls X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 20:02:23 -0000 On Thu, Aug 21, 2003 at 03:37:14PM -0400, Mo wrote: > Hello. I just noticed that ftp-tls was in the ports collection, but sadly, > ftpd-tls was not. I would really like to run a ftpd that supports SSL/TLS > and it would be best if it was installed from the ports instead of manually. > Is it possible to add ftpd-tls ( ftp://ftp.runestig.com/pub/ftpd-tls/ ) to > the ports collection since the client (ftp-tls) is already in there. > I wanted to also do a port of ftpd-tls for a while but so far didn't have the time for the necessary testing. Will do now. Btw., bsdftpd-ssl is another TLS/SSL aware ftp server and it's in the ports tree. However, compared to bsdftp(d)-ssl the code of ftp(d)-ssl is IMO cleaner.