On 06/06/2011 10:22 AM, Manevich, Yaroslav M wrote:
Hello,
Is it possible to configure ATS reverse proxy for other protocols such
as FTP?
Was it performed before? If yes can you please provide some info on
what and how?
You can implement a "protocol plugin" that would do this. This gives you
all the benefits of ATS's internals, for scalability, performance etc.,
but you must do the entire protocol yourself.
There used to be an FTP module in the core, but it was eliminated for a
few reasons: a) Not maintained and b) it was tied heavily into the core
(where we believe this stuff should be in plugins, and we improve APIs
as necessary when people develop these plugins)
-- Leif