Results 1 to 1 of 1
Hello friends
I am a newbie to linux running Fedora 8 on my server. My anonymous ftp works fine with the settings below in proftpd.conf
But this would connect to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-10-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 34
anonymous config for proftp
Hello friends
I am a newbie to linux running Fedora 8 on my server. My anonymous ftp works fine with the settings below in proftpd.conf
But this would connect to the user's root directory. I want anonymous users to have access to a certain directory on the account. Currently it would log them into: /home/user/ I want to send anonymous users' default directory tree to be like: /home/user/somedir.. What can I add or change to the following proftp config file?
Code:<Anonymous ~user> User user Group user UserAlias ftp user UserAlias anonymous user AuthAliasOnly on <Limit STOR CWD> AllowAll </Limit> <Limit RMD DELE MKD> DenyAll </Limit> </Anonymous>


Reply With Quote
