Link to home
Start Free TrialLog in
Avatar of anuboggaram
anuboggaramFlag for India

asked on

username/password not working for my FTP server setup on iis7, windows 2008

Hi,

I have setup an IIS FTP on windows server 2008 using link http://www.trainsignaltraining.com/windows-server-2008-ftp-iis7/2008-04-25/.

Only change done is i have selected basic authentication and specified the user test1. I have created a local user called test1.

When i access this site from outside this server pop up comes asking username/pwd. when i enter test1/welcome nothing happens. pop comes back again.

can someone tell whats the wrong step ?
Avatar of MagicalTrevor
MagicalTrevor

try domainname/username and see report back what happens.
Are you at LAN with the server?
Avatar of anuboggaram

ASKER

Server is on cloud and no domain is setup. its an independent server.
I would recommend removing the FTP site you created, and use the following guide:
http://learn.iis.net/page.aspx/303/adding-ftp-to-a-web-site/
Just ignore the part after "Adding FTP Publishing by Editing the IIS 7.0 Configuration Files" unless thats something you want.

This is the guide i used when setting it up the first time.
Did it but same problem is persisting in this method also.
Avatar of Naga Bhanu Kiran Kota
hi anu,

have you tried logging in locally as suggested in the last article posted by magicaltrevor and can you confirm if you are able to logon to the ftp site locally. If that is working and the issue is only with logging to FTP site externally...

Ensure that Firewall is totally turned off for public/private/domain profiles initially.

from the remote machine open command prompt and try telnet to ftp port to verify if there are any firewalls still in between..


telnet machinename:21 if you see a blank window after that then there are no firewalls.

now within the browser IE 7/8 ensure that "enable FTP folder view) under tools>>options>>advanced is checked.

If you are using Vista/Windows7/Win2008 R2 then ensure that LMcompatibility level is set to 2/3

http://support.microsoft.com/kb/820281

regards
Bhanu
Hi I am able to connect to FTP locallly. Please find below results.

C:\>ftp localhost
Connected to websrv-1010.
220 Microsoft FTP Service
User (websrv-1010:(none)): administrator
331 Password required for administrator.
Password:
230-User logged in.
 Win32 error:   The operation completed successfully.
 Error details: File system returned an error.


When i access the site from outside or externally username\password windows comes up. After entering the same administrator and password it does nothing. it asks for username password again and again.

Since the server is an instance on cloud i have added the port numbers on security group
tcp          20        20      0.0.0.0/0
tcp          21        21       0.0.0.0/0

What might be the problem?
ASKER CERTIFIED SOLUTION
Avatar of Naga Bhanu Kiran Kota
Naga Bhanu Kiran Kota
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Bhanu,

Did changes as per MS KB to 2. No idea why but ftp is not working internally today. It gives error as:

C:\Users\Administrator>ftp localhost
Connected to websrv-1010.
220 Microsoft FTP Service
User (websrv-1010:(none)): ftptest
530-Valid hostname is expected.
 Win32 error:   No such host is known.
 Error details: Hostname didn't match any configured ftp site.
530 End
Login failed.
ftp>

Please help me out.
hi Anu,

pls confirm if you have made the changes on your client machine or on the host machine. can you post the ftp access log and also confirm if FTP service is running fine on the cloud machine.

The MS article was for making changes on client machine if that is windows 7 / Vista / 2008 and not for the FTP machine.

regards
bhanu
Bhanu,

Please find below log file details. I did the changes on client PC as said but no luck.


#Version: 1.0
#Date: 2010-11-25 06:12:32
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
2010-11-25 06:12:32 10.245.135.32 GET /login.aspx ReturnUrl=%2fDefault.aspx 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 1287
2010-11-25 06:12:32 10.245.135.32 GET /site.css - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 280
2010-11-25 06:12:33 10.245.135.32 GET /Footer.css - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 486
2010-11-25 06:12:35 10.245.135.32 GET /images/afs.jpg - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 1797
2010-11-25 06:12:35 10.245.135.32 GET /favicon.ico - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 404 0 2 278
2010-11-25 06:19:06 10.245.135.32 POST /login.aspx ReturnUrl=%2fDefault.aspx 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 302 0 0 642
2010-11-25 06:19:07 10.245.135.32 GET /Site.css - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 278
2010-11-25 06:19:07 10.245.135.32 GET /Default.aspx - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 1623
2010-11-25 06:19:08 10.245.135.32 GET /WebResource.axd d=jn4M1Rn7cYjo85vjOEJMog2&t=633750451411712030 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 1398
2010-11-25 06:19:08 10.245.135.32 GET /images/searchSymbol.gif - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 343
2010-11-25 06:19:08 10.245.135.32 GET /images/new.gif - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 441
2010-11-25 06:19:08 10.245.135.32 GET /images/home.gif - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 441
2010-11-25 06:19:08 10.245.135.32 GET /images/close.gif - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 465
2010-11-25 06:19:08 10.245.135.32 GET /images/print.gif - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 458
2010-11-25 06:19:08 10.245.135.32 GET /images/reports.gif - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 466
2010-11-25 06:19:08 10.245.135.32 GET /images/topcol.gif - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 458
2010-11-25 06:19:08 10.245.135.32 GET /calendar.gif - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 200 0 0 458
2010-11-25 06:19:08 10.245.135.32 GET /favicon.ico - 80 - 180.151.32.146 Mozilla/4.0+(compatible;+MSIE+8.0;+Windows+NT+5.1;+Trident/4.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+.NET+CLR+3.0.04506.30;+MDDS;+.NET+CLR+3.0.4506.2152;+.NET+CLR+3.5.30729) 404 0 2 296
#Software: Microsoft Internet Information Services 7.0
#Version: 1.0
#Date: 2010-11-25 06:49:36
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken
2010-11-25 06:49:36 10.245.135.32 GET / - 80 - 180.151.32.146 D:\Tools\url_monitor\responser.pl/0.1+libwww-perl/5.834 302 0 0 720
2010-11-25 06:49:36 10.245.135.32 GET /login.aspx ReturnUrl=%2fdefault.aspx 80 - 180.151.32.146 D:\Tools\url_monitor\responser.pl/0.1+libwww-perl/5.834 200 0 0 616
Bhanu,   i just reinstalled ftp and its working locally from command prompt. when i access it from outside, username\password is taken but the result is "Internet explorer cannot display the webpage".  Below is the logfile content now. thanks in advance.


010-11-25 06:39:39 ::1 - ::1 21 USER ftptest 530 11001 37 7962e128-d9fc-46e6-a3ca-4063157d49b9 -
2010-11-25 06:41:44 ::1 - ::1 21 ControlChannelClosed - - 258 0 7962e128-d9fc-46e6-a3ca-4063157d49b9 -
2010-11-25 06:53:30 180.151.32.146 - 10.245.135.32 21 ControlChannelOpened - - 0 0 e257f0c6-bfba-4eca-95ad-8ef842eb6123 -
2010-11-25 06:53:30 180.151.32.146 - 10.245.135.32 21 USER anonymous 530 11001 37 e257f0c6-bfba-4eca-95ad-8ef842eb6123 -
2010-11-25 06:53:30 180.151.32.146 - 10.245.135.32 21 PASS *** 503 776 0 e257f0c6-bfba-4eca-95ad-8ef842eb6123 -
2010-11-25 06:53:31 180.151.32.146 - 10.245.135.32 21 ControlChannelClosed - - 0 0 e257f0c6-bfba-4eca-95ad-8ef842eb6123 -
2010-11-25 06:53:37 180.151.32.146 - 10.245.135.32 21 ControlChannelOpened - - 0 0 26cb0ad6-7b40-495c-b799-611ebe77c0e5 -
2010-11-25 06:53:37 180.151.32.146 - 10.245.135.32 21 USER ftptest 530 11001 37 26cb0ad6-7b40-495c-b799-611ebe77c0e5 -
2010-11-25 06:53:37 180.151.32.146 - 10.245.135.32 21 PASS *** 503 776 0 26cb0ad6-7b40-495c-b799-611ebe77c0e5 -
2010-11-25 06:53:38 180.151.32.146 - 10.245.135.32 21 ControlChannelClosed - - 0 0 26cb0ad6-7b40-495c-b799-611ebe77c0e5 -
2010-11-25 06:53:51 180.151.32.146 - 10.245.135.32 21 ControlChannelOpened - - 0 0 9c90b092-6586-45c6-b9a0-7ac284b401b9 -
2010-11-25 06:53:51 180.151.32.146 - 10.245.135.32 21 USER administrator 530 11001 37 9c90b092-6586-45c6-b9a0-7ac284b401b9 -
2010-11-25 06:53:51 180.151.32.146 - 10.245.135.32 21 PASS *** 503 776 0 9c90b092-6586-45c6-b9a0-7ac284b401b9 -
2010-11-25 06:53:51 180.151.32.146 - 10.245.135.32 21 ControlChannelClosed - - 0 0 9c90b092-6586-45c6-b9a0-7ac284b401b9 -
2010-11-25 07:00:00 180.151.32.146 - 10.245.135.32 21 ControlChannelOpened - - 0 0 4a2eb1dc-51f6-435a-a5c1-ae8e21d4078b -

anu,

do you have a default FTP directory, if so verify if the permissions on that are set for this user.....also ensure that your browser is set to FTP folders view in advanced settings.
Did you try using the format ftp://user:password@ftpservername.domain.tld ?

Or if you'd rather get the prompt, have you told IE to prompt for name/password in the Intranet zone?
e.g. see attached.

InternetOptions-Security-Localin.png
Bhanu,

Root folders have permission to administrator and the users as well. My browser is already setup for FTP folders view.

No idea where is the problem.
what is the OS running on your desktop/laptop.... and did you try a command line ftp from your laptop/desktop or try using "winscp" and check winscp logs.

I am using Windows 7. From command line it works and shows the list of files as well. Please see below ftp result from my desktop to ftp site.


C:\Users\anuradha>ftp mcubeftp.mcubeit.com
Connected to mcubeftp.mcubeit.com.
220 Microsoft FTP Service
User (mcubeftp.mcubeit.com:(none)): ftptest
331 Password required for ftptest.
Password:
230 User logged in.
ftp>

Tested on windows xp with IE 7 as well. same error.
Hi Bhanu,

Its working now. I just restarted the server.
But now pblm is when i open the ftp site it directly opens without asking username\pwd.
> But now pblm is when i open the ftp site it directly opens without asking username\pwd.


Did you set IE to prompt for a name/password when in the Intranet zone? (the option circled in red in the attachment I posted.)
Yes. It is set. No idea why this happening.
disable anonymous logon on the FTP site and verify if that reverts the earlier behaviour or if it prompts for username password and works fine.
remember to restart the IIS services after the changes and then try connecting from both command line and browser.
Never enabled anonymous logon on this. but still restarted the IIS and checked but no use.