IIS FTP Server works locally, but cannot connect from remote
Posted
by
Mike Christensen
on Server Fault
See other posts from Server Fault
or by Mike Christensen
Published on 2012-10-15T01:08:19Z
Indexed on
2012/10/15
3:42 UTC
Read the original article
Hit count: 550
I'm trying to setup an FTP server on Windows 2008 Server. I can connect locally:
C:\>ftp localhost
Connected to WebHead1
220 Microsoft FTP Service
However, when I try to connect from remote, it doesn't work:
~>ftp x.x.x.x
ftp: Can't connect to `x.x.x.x': Operation timed out
ftp: Can't connect to `x.x.x.x'
I've tried everything I can think of with the settings. The FTP server is bound to all unassigned IPs and listening on port 21. I've also checked "FTP Server" in the firewall settings. Nothing appears in the FTP log files. I'm totally out of ideas!
© Server Fault or respective owner