PDA

View Full Version : Creating Anonymous access to Proftpd


guitarman
May 23rd, 2008, 09:08 PM
Hi all,
I just configured my Ubuntu 8.04 server with Proftpd and it works great. I am able to ftp to it on the local lan as well as from my public IP address provided by my ISP. I created a firewall rule in my router that sends all ftp traffic to this server.
Got one question though: Currently I can only access it with my username and password but Proftp currently disables Anonymous access into a public folder which is what I want to achieve. I looked at the proftpd.conf file but am not sure what to uncomment out or add to enable anonymous. I do not want to mess up the current running config.

Once I modify this config file do I need to create a Anonymous user account and create a "public" directory under that user's home so that users from the internet can upload/download file to?

thanks !

K.Mandla
May 29th, 2008, 06:57 AM
Moved to Server Platforms.

The Devil Is A Squirrel
May 29th, 2008, 08:00 AM
Maybe this helps: http://ubuntuforums.org/showthread.php?t=810766

guitarman
May 29th, 2008, 10:43 PM
Thanks let me try this and see if it works for me.