ProFTPD Virtual User Directory
Posted
by Nik
on Server Fault
See other posts from Server Fault
or by Nik
Published on 2010-06-07T13:44:57Z
Indexed on
2010/06/07
13:53 UTC
Read the original article
Hit count: 207
Alright, I'm trying to replicate a web hosting company's basic setup here by authenticating virtual users via SQL and redirect/jail them to their directory. I've accomplished most of the goals here, with the exception of redirect/jailing them to their directory. The directories are stored in /home/ftp and that's what DefaultRoot is set to. I want each individual user to have and be jailed into their own directory. It doesn't appear that setting homedir in SQL has any effect. Upon logging into FTP with any user, it logs into the DefaultRoot with no directory jailing or redirect. How do I accomplish this last task?
© Server Fault or respective owner