Hi Christian. I'm facing the same problem for quite some time now and after a quick search, i found this thread.ghisler(Author) wrote:I have now tested this connection in the debugger, and I think that I know now what is happening and why it isn't working:
1. Total Commander sends the PASV command
2. The server sends back the passive port
3. Total Commander tries to connect to that port, but it FAILS!
4. Total Commander switches to PORT mode
In my case PORT mode works, but in your case, PORT mode fails because you are probably behind a NAT router without FTP support. And PASV mode fails on the server side because the server is behind a NAT router too! So in the end, no FTP connection is possible between the two systems, because both are protected.
The solution would be to ask the owner of the FTP server to define a port range for passive FTP (e.g. 1024-2048), and then forward these ports from the router to his server.
I was wandering, is there anything the user can do at his end in order to solve this problem? I wish to connect to my provider's FTP server for website updating and i don't think asking them to open ports at their end will help me very much
