Hi,
I am looking for some help in regards with connecting to my ftp server (at home) while I am at work. I have a Dlink dns 323 configured for ftp access, port forwarded (3000) on my router.
When I attempt to connect to my ftp server from work, I get a connection and it logs in but once I reach MLSD I get a time out. Here is my connection log for reference.
I tried auto detect connection type, as well as passive and PORT. I am using FileZilla as a client. I am thinking that it may have something to do with the firewall at the office, but we connect to our own ftp server (externally) and it works fine.
I am looking for some help in regards with connecting to my ftp server (at home) while I am at work. I have a Dlink dns 323 configured for ftp access, port forwarded (3000) on my router.
When I attempt to connect to my ftp server from work, I get a connection and it logs in but once I reach MLSD I get a time out. Here is my connection log for reference.
Code:
Status: Resolving address of dhelsdon.dlinkddns.com
Status: Connecting to <ip>...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [TLS] ----------
Response: 220-You are user number 1 of 10 allowed.
Response: 220-Local time is now 09:20. Server port: 3000.
Response: 220-This server supports FXP transfers
Response: 220 You will be disconnected after 10 minutes of inactivity.
Command: USER Black_Knight
Response: 331 User Black_Knight OK. Password required
Command: PASS ********
Response: 230 OK. Current restricted directory is /
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: ESTP
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTA
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: 211 End.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (192,168,1,70,217,81)
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing
I tried auto detect connection type, as well as passive and PORT. I am using FileZilla as a client. I am thinking that it may have something to do with the firewall at the office, but we connect to our own ftp server (externally) and it works fine.