Hi,
i have problem connecting to FTP server through proxy
My sever is a pureftp-d and is working good. My server is not behind NAT and works with passive ports good
but if i try to connect from proxy with my client (filezilla or other) i got error.
this is log containing error:
i have made some test:
1 - if i connect with no proxy it works with same PC, same connection
2 - if i change server to proftpd it works also with proxy
now, i don't want to switch my server to proftpd because, like i read from documentation, Brute force protection is not available on proftpd....
someone can help me to fix pure-ftpd or at least add brute force to proftpd
thanks !
i have problem connecting to FTP server through proxy
My sever is a pureftp-d and is working good. My server is not behind NAT and works with passive ports good
but if i try to connect from proxy with my client (filezilla or other) i got error.
this is log containing error:
Code:
Status: Connecting to XXXXXXX through SOCKS5 proxy
Status: Resolving address of localhost
Status: Connecting to 127.0.0.1:12345...
Status: Connection with proxy established, performing handshake...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: EPSV
Response: 500 Unknown command
Error: Failed to retrieve directory listing
1 - if i connect with no proxy it works with same PC, same connection
2 - if i change server to proftpd it works also with proxy
now, i don't want to switch my server to proftpd because, like i read from documentation, Brute force protection is not available on proftpd....
someone can help me to fix pure-ftpd or at least add brute force to proftpd
thanks !