PDA

View Full Version : FTP ports help on permissions


rowinms
January 12th, 2009, 18:49
Hi, I'm a newbie in Freebsd. I just setup a webserver, it looks fine, until the ftp visuals were shown. everytime a user FTPs to the server, it goes to /, how can I limit such user to FTP in the server and only see /home/usr or /home/usr/public_html , I only use the ftp from bsd (not pftpd and like so). thanks.

lbl
January 13th, 2009, 08:37
$ man ftpchroot

basicly its just: $echo "lbl" >> /etc/ftpchroot to chroot my user.

/lbl