1

is it possible to have ftp reverse proxy like http

example

 client >> proxy >> real server 

i have tried using haproxy

but at the end the real ip of the ftp server is exposed not like http reverse proxy

i am using this with haproxy

listen FTP :21, :10000-10250 mode tcp server ftp01 realserverip:21 check port 21 

1 Answer 1

3

No, this is not possible. Haproxy does not understand the FTP protocol, and therefore can't do things like re-write the FTP commands and responses that include the true IP address of the FTP server.

If that's a requirement, then you'll have to find a different proxy solution.

2
  • any idea how this can done ? Commented Jul 23, 2016 at 0:46
  • Our product WinGate can be used as an FTP reverse proxy,. Disclaimer: I work for Qbik who are the authors of WinGate. It's windows only, so I don't know if that would work for you. Commented Jul 25, 2016 at 23:01

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.