Very hopeful to get some help.
Using FTP 7.5.
Running 2 ftp sites on this server, one non-secure one with anonymous access to push files onto this machine.
That works great.
I have another site for internet logins that is giving trouble. I have SSL set up and anonymous connections working fine. But I want to additionally have some secure areas for 3rd-parties to logon to and have user isoloation applied so that they cannot see outside their directories.
I have both Anonymous and Basic Authentication turned on.
User Isolation is set to User name Physical Directory (the middle option).
I have tried with both virtual and physical directories below the ftp site root:
d:\inetpub\ftpexternal\LocalUser\Public
d:\inetpub\ftpexternal\LocalUser\MyTestAccount
Now with anonymous authentication I can connect to and read/write to the Public folder. Isolation is working correctly, I cannot go above the Public folder.
I have created the "MyTestAccount" user in User Accounts control panel.
I have given full control to the d:\inetpub\ftpexternal\LocalUser\MyTestAccount folder for the "MyTestAccount" user.
Here is the trace I get when trying to logon with the Filezilla client.
Connecting to xxx.xxx.xxx.191:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: AUTH TLS
Response: 234 AUTH command ok. Expecting TLS Negotiation.
Status: Initializing TLS...
Status: Verifying certificate...
Command: USER iflotest
Status: TLS/SSL connection established.
Response: 331 Password required for iflotest.
Command: PASS ***********
Response: 530 User cannot log in.
I don't think it's a directory permissions issue. I don't think it's a general FTP setup issue or firewall issue, because the anonymous connections work fine. I'm definitely typing the password correctly.
If I add the test user account to the Remote Desktop users I can logon to the desktop. (Obviously I have removed the account from that group again.)
Please help, I'm getting very depressed.
Thanks
Craig Arnold
P.S. Yikes, all line breaks have been removed - how do you format these posts for readability?
↧