From owner-freebsd-questions@FreeBSD.ORG Tue Aug 5 21:55:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABD75106566C for ; Tue, 5 Aug 2008 21:55:32 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id 3BA6E8FC1D for ; Tue, 5 Aug 2008 21:55:31 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 28723 invoked by uid 89); 5 Aug 2008 21:55:29 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 5 Aug 2008 21:55:29 -0000 In-Reply-To: <3A0AA7018522134597ED63B3B794C92A0284D829@STA-HQ-S001.starcomms.local> References: <26259A11-0CE7-43FB-878C-1A989C1EB006@identry.com> <3A0AA7018522134597ED63B3B794C92A0284D829@STA-HQ-S001.starcomms.local> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: John Almberg Date: Tue, 5 Aug 2008 17:55:27 -0400 To: Catalin Miclaus X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: Controlling read access 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: Tue, 05 Aug 2008 21:55:32 -0000 On Jul 31, 2008, at 5:40 PM, Catalin Miclaus wrote: > Hello John, > > If you are providing only FTP services for those users, perhaps you > want > to go for an FTP server that handles virtual users. > I'm using pure-ftpd and it works great. > Google will help you find some nice howto's for same. > Hi Catalin... I installed pure--ftpd with TLS/SSL support and am having some problems with it... 1. VERY slow to list files the first time. I thought this was a DNS problem, so tried the -H flag, but no joy. Still slow. 2. When I try to connect with TLS/SSL, I get a connection, but the file list takes so long that the connection times out. Any ideas? I Googled for this problem, but the only hint I came up with was the -H flag... Thanks: John