Problem using FTP through proxy

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
leonep@micso.net
500 Command not understood
Posts: 2
Joined: 2018-08-27 11:31
First name: pietro
Last name: leone

Problem using FTP through proxy

#1 Post by leonep@micso.net » 2018-08-27 11:45

Hi ,
I have my connection behind a firewall and i must use proxy for ftp . I use putty and works well for surf the web. i use a SOCKS5 .
i have setup filezilla to use proxy like firefox , it connect correctly but cannot browse folders and return an error EPSV 500 .
What kind of error is this ?
Of course the final ftp (centos+pure-ftpd) it's production server and works good with another PC / connection.
i hope someone can help me to understand my problem...
thanks

Code: Select all

Log FIle
Status:	Connecting to XXXXXXXXXXXXX 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

User avatar
botg
Site Admin
Posts: 35563
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Problem using FTP through proxy

#2 Post by botg » 2018-08-27 14:51

Broken server, it advertises EPSV support only to not support it.

leonep@micso.net
500 Command not understood
Posts: 2
Joined: 2018-08-27 11:31
First name: pietro
Last name: leone

Re: Problem using FTP through proxy

#3 Post by leonep@micso.net » 2018-08-28 08:18

server is good because with no proxy connection it works good and accept to work

i found solution :
it seems that proftpd accept to work with SOCKS5 connection and pure-ftpd in HTTP Proxy

of course is not filezilla client problem i posted here only to find help
sorry and thank you

Post Reply