proftpd-mod_proxy icon indicating copy to clipboard operation
proftpd-mod_proxy copied to clipboard

Support FTP keepalives

Open Castaglia opened this issue 9 years ago • 2 comments

Since mod_proxy could be used to talk to FTP/FTPS servers over WANs and other "hostile" networks, it should automatically some of the keepalive tricks mentioned in the KeepAlives howto.

Castaglia avatar May 20 '16 23:05 Castaglia

One of the issues/tricks for this feature, I think, would be in automatically detecting whether the remote FTP server can handle commands on the control connection while also handling a data transfer; some FTP servers can, some cannot.

Castaglia avatar Jun 17 '17 22:06 Castaglia

Another consideration is whether mod_proxy should even do this. Arguably it is the responsibility of the client to use such keepalives. We'd just need to ensure that mod_proxy properly proxies those commands to the backend server per normal.

Castaglia avatar Sep 06 '20 21:09 Castaglia