From owner-freebsd-questions Thu Feb 27 11:55:51 2003 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 1E23D37B401 for ; Thu, 27 Feb 2003 11:55:50 -0800 (PST) Received: from mail.clubplus.net (mail.clubplus.net [216.191.22.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A4043FA3 for ; Thu, 27 Feb 2003 11:55:46 -0800 (PST) (envelope-from david@skytracker.ca) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by mail.clubplus.net (8.12.7/8.12.7) with ESMTP id h1RJtwui011882; Thu, 27 Feb 2003 14:55:58 -0500 Received: (from root@localhost) by skytrackercanada.com (8.12.6/8.12.6) id h1RJtYMW040374; Thu, 27 Feb 2003 14:55:34 -0500 (EST) (envelope-from david@skytracker.ca) Received: from administrator (administrator [192.168.1.3]) by skytrackercanada.com (8.12.6/8.12.6) with SMTP id h1RJtJ3q040350; Thu, 27 Feb 2003 14:55:30 -0500 (EST) (envelope-from david@skytracker.ca) Message-ID: <002401c2deb3$4ba1ea90$0301a8c0@administrator> From: "David Banning" To: "Daxbert" Cc: References: <1046371316.3e5e5bf4dc73f@ra.dweebsoft.com> Subject: Re: proftpd config question Date: Thu, 27 Feb 2003 14:55:05 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) X-RAVMilter-Version: 8.4.2(snapshot 20021217) (mail) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I have proftpd running successfully on my site. The problem is that I > > don't want the initial login to take my to my -home- directory. > > > > I would like the opening directory to be my webpage directory. > > I scanned the man page and the proftpd.conf file but did not see any > > reference for this. > > > > The following should work... > > DefaultChdir ~/public_html I tried your exact line, but it does not work for me. I also tried the absolute DefaultChdir /usr/local/www/data I did try DefaultRoot /usr/local/www/data which does work. Now it gets more complicated because I would have most users go to their own directories, but when I log in, I want to go to the web folder. Is that possible? Thanks for the response - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message