I setup a ftp server on windows 2003 where login in is integrated with AD.
ftp site works fine when I use lan address of the intranet. users can login
using AD username and password. no problem there.

Here is the problem. When user asscess the ftp site from the internet,
server verifies username and password but doesn't list files and folders and
hangs there.

Here is a log from cuteftp as the ftpclient:
150 Opening ASCII mode data connection for /bin/ls.
425 Can't open data connection.
Received 0 bytes, Abnormal termination
Can't close data transfer gracefully

I have router between internet and server and i have forward port 21 and 80
to the server 2003.

Any help??

Re: IIS 6 FTP login error by Bernard

Bernard
Thu Mar 31 20:54:44 CST 2005

Can you connect via ftp.exe ?
In ftp active mode, you need
inbound 21 and outbound 20
for passive mode, default port range is 1024-5000.
With w2k3 - you can customize it
How To Configure PassivePortRange In IIS
http://support.microsoft.com/?id=555022

so, make sure required ports are not blocked.


--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/


"d-man" <d-man@discussions.microsoft.com> wrote in message
news:11348EAC-6C35-4B83-9D5C-43517A69C2A9@microsoft.com...
>I setup a ftp server on windows 2003 where login in is integrated with AD.
> ftp site works fine when I use lan address of the intranet. users can
> login
> using AD username and password. no problem there.
>
> Here is the problem. When user asscess the ftp site from the internet,
> server verifies username and password but doesn't list files and folders
> and
> hangs there.
>
> Here is a log from cuteftp as the ftpclient:
> 150 Opening ASCII mode data connection for /bin/ls.
> 425 Can't open data connection.
> Received 0 bytes, Abnormal termination
> Can't close data transfer gracefully
>
> I have router between internet and server and i have forward port 21 and
> 80
> to the server 2003.
>
> Any help??