Linksys router and FTP server

This is a discussion about Linksys router and FTP server in the Windows Networking category; 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.

Windows Networking 2246 This topic was started by ,


data/avatar/default/avatar27.webp

64 Posts
Location -
Joined 1999-09-02
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)

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Sep 14
Created
Sep 14
Last Response
0
Likes
2 minutes
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
Have you tried the same on the standard (21) port?

data/avatar/default/avatar27.webp

64 Posts
Location -
Joined 1999-09-02
OP
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.

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
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?

data/avatar/default/avatar27.webp

64 Posts
Location -
Joined 1999-09-02
OP
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.