Linux – Need FTP Proxy for RHEL as RPM

ftplinuxPROXYredhat

I need to set up an FTP Proxy on a Red Hat Enterprise Linux server. I have the following requirements:

  1. Must run under RHEL 3, 4 & 5
  2. Must be available as an RPM
  3. Must be under active development

I've already looked into Frox but there is no RHEL RPM that I can find – and ftpproxy which does not seem to have been updated since 2004.

Is there another option out there that meets all my needs?

UPDATE:
Turns out I had another requirement I didn't even know had to be specified.

The proxy must be able to support authentication. Squid is useless because it is only an anonymous FTP proxy. TBH, I find it disingenuous to even call something so limited an FTP proxy!

The proxy has to allow users to log in to external web hosting.

Best Answer

Could you explain the logic behind your requirements? Finding a binary for a single version or even compiling your own will help you reach your goal faster than finding a binary package that has binary compatibility with RHEL 3. That version hasn't even been updated by Redhat in two years!

Related Topic