"Voytek Eymont" <[email protected]> writes:
> what is a good ftp client for windoze ?
WinSCP. (No, seriously, it is, and it *also* makes it trivial to move to a
simple, reliable and secure transport like SSH without the client really
knowing the difference. :)
> I have a user with Filezilla, since he moved ISP, his Filezilla times out
> with my ProFTPd on Centos (but, it worked till now with the former ISP)
So, when the user tries to connect, what state are the relevant sockets at the
client and server end? My guess is the client is trying to connect to the
server, but the server firewall is blocking the (passive FTP) connection.
[...]
> Command: PORT 192,168,97,49,226,65
> Response: 500 Illegal PORT command
That isn't a good start: the client asked the server to connect to a private
IP address (192.168.97.49) with active FTP. Behind NAT like that the client
should either improve their firewall, or disable active FTP entirely.
> Command: PASV
> Response: 227 Entering Passive Mode (116,197,145,51,175,75).
At this point the server *should* be expecting a connection from the client,
on TCP/44875, but I bet the firewall isn't letting that through.
Check your firewall logs first, to see if you have a record of blocking that
connection or not.
Regards,
Daniel
--
✣ Daniel Pittman ✉ [email protected] ☎ +61 401 155 707
♽ made with 100 percent post-consumer electrons
Looking for work? Love Perl? In Melbourne, Australia? We are hiring.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html