On Mon, Aug 12, 2002 at 12:22:35AM +0600, Devdas Bhagat wrote: > +++ [EMAIL PROTECTED] [11/08/02 18:19 +0530]: > > I want my ftp clients who log-in to my server to see > > their home directory as "/" and not to be able to "cd .." > For proftpd: > DefaultRoot ~ > is expected. > This is a FAQ
For wu-ftpd, you have to set the home directory field in /etc/password for the user to include a "." as the last component. ie, if your user is smartuser, and his home is /home/smartuser, then the password file should contain /home/smartuser/./ - this would make wu-ftpd to do a chdir() to that directory before continuing. This is also a FAQ. Binand -- If you found this helpful, please take some time off to rate it: http://svcs.affero.net/rm.php?r=binand ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
