12 Dec
2000
12 Dec
'00
23:37
Yes you can chroot the user to their own directory trivially. www.proftpd.net tells all. -Kurt
Dany wrote:
I am not too familiar with proftp. Will that restrict access to the user's home directory. I only want them to be able to access thier home directory/subdirectories but nothing else.
Thanks
Dany Allard
Kurt Seifried wrote:
Or just use proftpd instead of doing it all ass backwards with wuftpd:
<Directory /home/ftp/foo/customer1> <LIMIT WRITE> Order Allow,Deny Allow from 1.2.3.4 Deny from all </LIMIT> <LIMIT READ> Order Allow,Deny Allow from 1.2.3.4 Deny from all </LIMIT> </Directory>
And so on.
Kurt
8805
Age (days ago)
8805
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kurt Seifried