Re: FTp connect problem
From: Bernard (qbernard_at_hotmail.com.discuss)
Date: 10/13/04
- Next message: Bernard: "Re: Cannot access localhost under Windows XP Service Pack 2"
- Previous message: Bernard: "Re: IIS6 and ADO"
- In reply to: pro36: "Re: FTp connect problem"
- Next in thread: pro36: "Re: FTp connect problem"
- Reply: pro36: "Re: FTp connect problem"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 13 Oct 2004 15:04:32 +0800
Do you want to allow anonymous connection or not ?
if yes, make sure you allow anonymous in the FTP site settings.
if you have change the anonymous password in the ftp site setting, did you
check 'allow iis to control' password ? if not, go to computer management,
local user, find iusr a/c, right mouse - set password, make sure the
password you enter is the same with the one you enter in ftp site property.
-- Regards, Bernard Cheah http://www.tryiis.com/ http://support.microsoft.com/ http://www.msmvps.com/bernard/ "pro36" <pro36@discussions.microsoft.com> wrote in message news:8D49B9A0-7F1E-49C4-B32F-B9710C83278F@microsoft.com... > > > "pro36" wrote: > > > Bernard, > > Thanx for your input. I tried all options listed in the kb 200475 link you provided > > and still no luck. All "logon anonymously" check boxes were cleared per > > option 1. Option 2 references IIS on a windows 2000 domain controller but I > > tried it anway although some of the categories differed. No luck. Option 3 > > talks about network permission. Mine is a stand alone 2003 server. Option 4 > > provided no help. I have attached a copy of log in attempt to ftp localhost. > > Maybe the answer lies therein: > > > > Microsoft Windows [Version 5.2.3790] > > (C) Copyright 1985-2003 Microsoft Corp. > > > > C:\Documents and Settings\Administrator>netstat -a > > > > Active Connections > > > > Proto Local Address Foreign Address State > > TCP aspeedyresponse:ftp aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:smtp aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:http aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:pop3 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:nntp aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:epmap aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:microsoft-ds aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:563 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:1025 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:1026 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:1801 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:2103 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:2105 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:2107 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:3083 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:3110 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:3152 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:3153 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:3154 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:4187 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:8098 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:8099 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:42510 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:3001 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:3002 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:3003 aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:netbios-ssn aspeedyresponse:0 LISTENING > > TCP aspeedyresponse:microsoft-ds 4.26.27.163:4137 ESTABLISHED > > TCP aspeedyresponse:microsoft-ds > > wbar20.lax1-4.26.116.55.lax1.dsl-verizon. > > net:3421 ESTABLISHED > > TCP aspeedyresponse:microsoft-ds > > wbar22.tmp1-4.26.206.167.tmp1.dsl-verizon > > .net:4302 ESTABLISHED > > TCP aspeedyresponse:microsoft-ds > > wbar22.lax1-4.26.248.246.lax1.dsl-verizon > > .net:4733 ESTABLISHED > > TCP aspeedyresponse:microsoft-ds > > wbar22.lax1-4.26.251.134.lax1.dsl-verizon > > .net:1203 ESTABLISHED > > TCP aspeedyresponse:microsoft-ds > > wbar22.lax1-4.26.253.163.lax1.dsl-verizon > > .net:2408 ESTABLISHED > > TCP aspeedyresponse:microsoft-ds > > wbar3.chi1-4-41-097-158.chi1.dsl-verizon. > > net:2061 ESTABLISHED > > TCP aspeedyresponse:microsoft-ds > > slip-32-102-142-231.md.us.prserv.net:2407 > > ESTABLISHED > > TCP aspeedyresponse:microsoft-ds user-2ivfnh1.dialup.mindspring.com:3585 > > LAST_ACK > > TCP aspeedyresponse:microsoft-ds 218-160-81-156.dynamic.hinet.net:3682 > > ES > > TABLISHED > > UDP aspeedyresponse:epmap *:* > > UDP aspeedyresponse:microsoft-ds *:* > > UDP aspeedyresponse:isakmp *:* > > UDP aspeedyresponse:1027 *:* > > UDP aspeedyresponse:3014 *:* > > UDP aspeedyresponse:3109 *:* > > UDP aspeedyresponse:3155 *:* > > UDP aspeedyresponse:3168 *:* > > UDP aspeedyresponse:3456 *:* > > UDP aspeedyresponse:3527 *:* > > UDP aspeedyresponse:4500 *:* > > UDP aspeedyresponse:ntp *:* > > UDP aspeedyresponse:3456 *:* > > UDP aspeedyresponse:ntp *:* > > UDP aspeedyresponse:netbios-ns *:* > > UDP aspeedyresponse:netbios-dgm *:* > > UDP aspeedyresponse:42508 *:* > > > > C:\Documents and Settings\Administrator>ftp localhost > > Connected to aspeedyresponse. > > 220 Microsoft FTP Service > > User (aspeedyresponse:(none)): anonymous > > 331 Password required for anonymous. > > Password: > > 530 User anonymous cannot log in. > > Login failed. > > ftp> > > > > thanx, > > pro > > > > "Bernard" wrote: > > > > > Double check with this kb again. > > > Err Msg: 530 User <Username> Cannot Log In. Login Failed. > > > http://support.microsoft.com/?id=200475 > > > > > > -- > > > Regards, > > > Bernard Cheah > > > http://www.tryiis.com/ > > > http://support.microsoft.com/ > > > http://www.msmvps.com/bernard/ > > > > > > > > > > > > "pro36" <pro36@discussions.microsoft.com> wrote in message > > > news:5EA522D7-51C1-4834-880E-F1AF3A769F25@microsoft.com... > > > > error reveived while trying cmd login to ftp: C:\Documents and > > > > Settings\Administrator>ftp localhost > > > > Connected to aspeedyresponse. > > > > 220 Microsoft FTP Service > > > > User (aspeedyresponse:(none)): anonymous > > > > 331 Anonymous access allowed, send identity (e-mail name) as password. > > > > Password: > > > > 530 User any cannot log in. > > > > Login failed. > > > > > > > > thanx, > > > > pro36 > > > > > > > > "pro36" wrote: > > > > > > > > > Thanx Bernard, > > > > > > > > > > But entering ftp.exe in the cmd window gives me the "ftp>" prompt. > > > Anything > > > > > I enter after that point tells me "invalid command. I followed > > > instructions > > > > > from this link: > > > > > http://support.microsoft.com/default.aspx?scid=kb;en-us;323384 but > > > cannot log > > > > > in from Internet. Is there another way to check configuration accuracy? > > > > > > > > > > BTW- I'm using the 192.168.x.x ip addr given by my router from Verizon > > > dsl > > > > > modem if that makes any difference. And required ports have been port > > > > > forwarded. > > > > > > > > > > thanx, > > > > > pro36 > > > > > > > > > > "Bernard" wrote: > > > > > > > > > > > If you use command prompt ftp.exe to connect, can you login? > > > > > > if not, error msgs ? > > > > > > > > > > > > -- > > > > > > Regards, > > > > > > Bernard Cheah > > > > > > http://www.tryiis.com/ > > > > > > http://support.microsoft.com/ > > > > > > http://www.msmvps.com/bernard/ > > > > > > > > > > > > > > > > > > > > > > > > "pro36" <pro36@discussions.microsoft.com> wrote in message > > > > > > news:7C926391-DA5E-4CE8-A2F3-5BEC1C948E04@microsoft.com... > > > > > > > Ken, > > > > > > > > > > > > > > I get a "Log on as" box which states "either the server does not > > > allow > > > > > > > anonymous logins or the email address was not accepted" . I > > > configured the > > > > > > > ftp properties to allow anonymous. > > > > > > > > > > > > > > "Ken Schaefer" wrote: > > > > > > > > > > > > > > > Can you elaborate on what you mean by "can not log into FTP > > > server" Are > > > > > > you > > > > > > > > able to connect at all? If you are able to connect, are you > > > getting an > > > > > > > > access denied/logon failure? If you can't connect at all, then I > > > suspect > > > > > > > > your port-forwarding is not setup correctly. > > > > > > > > > > > > > > > > Cheers > > > > > > > > Ken > > > > > > > > > > > > > > > > "pro36" <pro36@discussions.microsoft.com> wrote in message > > > > > > > > news:41A3AE9F-6963-44C0-8FF1-CDE9E24E3C0F@microsoft.com... > > > > > > > > > Please help- > > > > > > > > > I'm trying to set up an FTP,POP3,Web server on windows server 03 > > > > > > > > > enterprise. > > > > > > > > > I've set port forwarding on my router to use appropriate > > > designated > > > > > > ports > > > > > > > > > on > > > > > > > > > my 192.xxx.xxx.xxx server ip address. Although the service shows > > > > > > running > > > > > > > > > when > > > > > > > > > I check ftp sites in the IIS service mgr, I'm unable to log onto > > > the > > > > > > ftp > > > > > > > > > server. Also, under security accts tab in properties the > > > following > > > > > > user > > > > > > > > > name: IUSR_ASPEEDYRESPONSE is auto populated along with an > > > encrypted > > > > > > > > > unknown > > > > > > > > > password and I'm unable to change them. What am I missing? > > > > > > > > > > > > > > > > > > All assistance will be appreciated. > > > > > > > > > -- > > > > > > > > > Thanx, > > > > > > > > > pro36 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
- Next message: Bernard: "Re: Cannot access localhost under Windows XP Service Pack 2"
- Previous message: Bernard: "Re: IIS6 and ADO"
- In reply to: pro36: "Re: FTp connect problem"
- Next in thread: pro36: "Re: FTp connect problem"
- Reply: pro36: "Re: FTp connect problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|