I got problem, let me draw connection scheme:
And the problem:
1. MC with the same configuation connects to other FTP
2. standard FTP client from FreeBSD system connect to passive FTP at w.x.y.z machine without any problem
3. MC logged in (at server have confirmation) but I have for some time message:
and after a while got
Any ideas how to solve this problem?
Code:
Client (MC on Freebsd 10.2 @ virtualbox controlled by windows)
|
Passive FTP connection
|
Server FreeBSD 10.2 with ProFTPD inside jail (pf as firewall)
Code:
pf: rdr pass on $extIf proto tcp from any to w.x.y.z port { 20, 21, 60000:65000 } -> 10.10.10.1
proftpd: PassivePorts 60000 65000
And the problem:
1. MC with the same configuation connects to other FTP
2. standard FTP client from FreeBSD system connect to passive FTP at w.x.y.z machine without any problem
3. MC logged in (at server have confirmation) but I have for some time message:
Code:
ftpfs: Reading FTP directory ... (strict rfc959)(chdir first)
Code:
Cannot chdir to ....
Any ideas how to solve this problem?