Durt 2 Posted September 14, 2001 I can't complete the login sequence when trying to connect to the IIS ftp server. Any help would be great. The server is behind a Linksys 1 port router. I am using a non-standard port for the FTP server (e.g. 2121). I have tried both forwarding and placing the server in the DMZ, same output. I am WS_FTP as the ftp client, here are the logs for both passive and non-passive connection attempts (my IP addr has been X'd out). Passive transfer: connecting to xxx.xxx.xxx.xxx:2121 Connected to xxx.xxx.xxx.xxx port 2121 220 mayer-2 Microsoft FTP Service (Version 5.0). USER ips 331 Password required for ips. PASS (hidden) 230 User ips logged in. PWD 257 "/" is current directory. SYST 215 Windows_NT version 5.0 Host type (S): Microsoft NT PASV 227 Entering Passive Mode (192,168,1,101,6,101). connecting to 192.168.1.101:1637 - - connecting to 192.168.1.101:1637 Connected to 192.168.1.101 port 1637 LIST 426 Connection closed; transfer aborted. ! Retrieve of folder listing failed (4) _______________________________________ No passive transfer: - - connecting to xxx.xxx.xxx.xxx:2121 Connected to xxx.xxx.xxx.xxx port 2121 220 mayer-2 Microsoft FTP Service (Version 5.0). USER ips 331 Password required for ips. PASS (hidden) 230 User ips logged in. PWD 257 "/" is current directory. SYST 215 Windows_NT version 5.0 Host type (S): Microsoft NT PORT 192,168,1,102,5,126 500 Invalid PORT Command. ! Failed "port": ! Retrieve of folder listing failed (0) Share this post Link to post
clutch 1 Posted September 14, 2001 Have you tried the same on the standard (21) port? Share this post Link to post
Durt 2 Posted September 14, 2001 Port 21 is not an option. My internet provider has that port blocked to residential users (for good reason). For the record, my ISP knows of my activities, and has given me informal permission to set up this server. Share this post Link to post
clutch 1 Posted September 14, 2001 The reason why I ask, is that a friend of mine was having the same issue, and for some reason I couldn't connect to his server when using a non-standard port. Once he switched back to 21, it was fine. I have hosted FTP servers in IIS on non-standard ports, and not had any problems. And he told me others could get to his server even though it was on port 17. So, can you connect on the LAN to that server on 2121? Share this post Link to post
Durt 2 Posted September 14, 2001 Quote: So, can you connect on the LAN to that server on 2121? Yep, just tried it. The ftp server worked fine in passive mode before I put the router on. Non-passive never worked with the non-standard port. Share this post Link to post