LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   ProFTPD Anonymous Login (https://www.linuxquestions.org/questions/linux-server-73/proftpd-anonymous-login-4175431926/)

Bob Fletcher 10-12-2012 05:23 PM

ProFTPD Anonymous Login
 
Can someone help me? I have set up ProFTPD to work as an anonymous server. I have created a directory /home/ftp/ there is also a user ftp this seems to have been created when I installed ProFTPD some time ago.

Looking at the login it seems to be working except when it comes to password do I have to create a password for ftp or for anonymous?
Code:

Status:        Resolving address of merciadragon.net
Status:        Connecting to 192.168.2.160:21...
Status:        Connection established, waiting for welcome message...
Response:        220 ProFTPD 1.3.4a Server (Debian) [::ffff:192.168.2.160]
Command:        USER anonymous
Response:        331 Anonymous login ok, send your complete email address as your password
Command:        PASS *********
Response:        530 Login incorrect.
Error:        Critical error
Error:        Could not connect to server


bathory 10-13-2012 02:28 AM

Hi,

You should post proftpd.conf, so we could help you.
Also have a look at the examples here to help you setup your anonymous ftp

Regards

Bob Fletcher 10-13-2012 04:07 AM

Quote:

Originally Posted by bathory (Post 4804496)
Hi,

You should post proftpd.conf, so we could help you.
Also have a look at the examples here to help you setup your anonymous ftp

Regards

Thank you for getting back to me. That was the config file that I was actually using. The only changes I had to make there was to allow for the directory to be read. The rest of the problems I have worked out. 1. FTP user did not have a shell attached to it. 2. FTP user did not have the required ftp group. Now I have made those changes all seems to be working correctly.

Thank you for getting back to me.

Robert…


All times are GMT -5. The time now is 11:43 AM.