I just installed Pure-FTPD. I can start the server just fine. I can connect to it locally just fine and browse through it just fine. But whenever i get on my home computer, i can connect to it, but it just sits there trying to list the directory and eventually timesout. Here is the log:
Quote:
~ Connecting...
~ Connected to mattrk.com, waiting for response...
< 220---------- Welcome to Pure-FTPd ----------
< 220-You are user number 4 of 50 allowed.
< 220-Local time is now 22:46. Server port: 21.
< 220 You will be disconnected after 15 minutes of inactivity.
> USER mattrk
< 331 User mattrk OK. Password required
> PASS *****
< 230-User mattrk has group access to: mattrk
< 230 OK. Current directory is /home/mattrk
> REST 1
< 350 Restarting at 1. But we're in ASCII mode
> REST 0
< 350 Restarting at 0
> SYST
< 215 UNIX Type: L8
> PWD
< 257 "/home/mattrk" is your current location
~ Login completed.
> PASV
< 227 Entering Passive Mode (192,168,1,2,143,106)
> TYPE A
< 200 TYPE is now ASCII
> LIST
! Socket Error: no connection
~ Could not retrieve directory listing for "/"
~ Disconnected
|
My first problem was that i was behind a router and a firewall. So i had to tell my client to use passive mode. So now, i can connect, but it wont list the directory. I'm stumped. Does anyone know what is causing this? Thanks for any help you can provide.
-Mr.K