Normally the Microsoft FTP Service would be sending this command
220 Microsoft FTP Service
Not
220 wellington ftp server (CH/1.9) ready
Are you using the Microsoft FTP Server that is part of IIS for your SBS
Install?
But even so we will continue.
You have found that the IIS Anonymous account for FTP is not working and
based on the message.
This could be that the FTP Server is configured to isolate users (a one time
change)
If this is the case you could create the following directory structure
inside of your FTP servers home directory.
c:\inetpub\ftproot
c:\inetpub\ftproot\LocalUser
c:\inetpub\ftproot\LocalUser\Public
Put a file into the Public folder like "Public User.txt"
Also make sure the IUSR_ account has read permissions to the folders...
Also make sure the FTP site has the "READ" option selected on the Home
Directory Page.
--
Cheers
Chris Crowe [IIS MVP 1997 -> 2006]
http://blog.crowe.co.nz ------------------------------------------------
[quoted text, click to view] "garmo" <garmo@discussions.microsoft.com> wrote in message
news:0083F45D-526F-43A8-B2D8-8E407EB99CE6@microsoft.com...
> Have SBS2003.
>
> Setup Default ftp
>
> can get to it on LAN with ftp://ip address and brouse
>
> tried to use ftp.exe localhost and it asked for user and password. all
> logins denied.
>
> cannot get to ftp using domain name
>
> error says windows cannot access this folder.
>
> Details:
> 220 wellington ftp server (CH/1.9) ready
> 530 User anonymous access denied.
>
> Have the ftproot folder shared
> Have allow only anonymous boxes checked
> Have ports 20 and 21 open in router.
> What else am I missing?