Trouble getting FTP login to work in IIS6

Posted by Frank Rosario on Server Fault See other posts from Server Fault or by Frank Rosario
Published on 2009-09-17T17:05:28Z Indexed on 2010/03/16 11:06 UTC
Read the original article Hit count: 376

Filed under:
|
|
|

Hello all,

I'm trying to setup an FTP site for one of my clients to pickup files from us using IIS6. I've created the FTP site, have set to not isolate users (not necessary as FTP will be read only with authentication).

Here's the problem. The FTP is to be password protected, so I turned of anonymous access on the FTP site. I then created a ftpuser account on the machine, and gave it read and browse directory permissions on the ftp's root directory. However, when I go to test the ftpuser login, I get a 530 "ftpuser cannot login" error. However, if I browse to same directory over HTTP (anonymous access turned off as well) and enter the ftpuser login info, I can download files and browse directories successfully. Why is the ftpuser working over HTTP but not FTP? Shouldn't I be able to login over FTP with the ftpuser login information I just created?

Thanks in advance, - Frank

© Server Fault or respective owner

Related posts about ftp

Related posts about iis6