PDA

View Full Version : Anonymous FTP


sbrewer
08-01-2006, 09:40 AM
I have enabled anonymous FTP for one of my sites, however it is not working.

This is what I get

220 ProFTPD 1.2.10 Server ready.
Name (perpetualsoftware.com:sbrewer): anonymous
331 Password required for anonymous.
Password:
530 Login incorrect.
ftp: Login failed.

Any help will be appreciated.

chatwizrd
08-01-2006, 10:50 AM
If your site is on a dedicated ip address then just the login anonymous will work. If you are on a shared ip the login will be anonymous@yourdomain.com

Look in the ftp management section of your directadmin account it will tell you what the login is.

sbrewer
08-01-2006, 12:28 PM
Sorry, That didn't do it. Below is what I get.

host-192-168-254-118:~/.ssh sbrewer$ ftp anonymous@perpetualsoftware.com
Connected to perpetualsoftware.com.
220 ProFTPD 1.2.10 Server ready.
331 Password required for anonymous.
Password:
530 Login incorrect.
ftp: Login failed.

rocketcity
08-01-2006, 08:18 PM
sbrewer,

Login to the users control panel for the user in question (this can be done from the Admins login), then click on 'FTP Management'. From there, click on the 'Anonymous FTP settings' link and ensure that 'Allow Anonymous Access:' has been checked. If it has not, check it. If the customer wants to allow Anonymous uploads, ensure that 'Allow Anonymous Upload:' is also check. Then try to log into the account.

If these items are not check, you are not allowing Anonymous FTP for that client.

sbrewer
08-02-2006, 05:14 AM
Thanks Greg but have already check that.