proftpd-mod_proxy
proftpd-mod_proxy copied to clipboard
FTP proxy support for ProFTPD
I am currently trying to set up a reverse proxy on Debian 12, the FTP server incoming connections are on a public interface while the backends are on two different...
…ss to use when connecting to backend servers.
This is a json test function. The function can be used normally. However, when the code runs to the following free functions, the program will exit abnormally. Could you please...
Hi @Castaglia i am now experiencing this issue, i have compiled ProFTPd: ``` proftpd -V Compile-time Settings: Version: 1.3.9rc1 (devel) Platform: LINUX [Linux 5.15.0-89-generic x86_64] OS/Release: PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu"...
Use case: mod_proxy as reverse proxy in front of a pair of backend servers, for upload only (no downloads) of moderately large files where there are two backend servers for...
Imagine that `mod_proxy` is being run in front of a legacy FTP server, and you wish to impose restrictions (_e.g._ throttling) on the files being uploaded/downloaded -- and the legacy...
Hello, I've set up mod_proxy with ProFTPD 1.3.6, as a reverse proxy to another ProFTPD instance on another server. Downloading files seems to be fine- and uploading directly to the...
There will be cases where sites wish to use SFTP on the _frontend_, but use FTP (_e.g._ to an old/legacy FTP server) on the _backend_. Or, vice versa, for supporting...
Hello I have compiled latest proftpd with latest (but tried some older vesions of both) mod_proxy on debian 10 and having issues with connections proftpd -V: https://pastebin.com/YwpkNXJU proftpd.conf: https://pastebin.com/EQ3yKpv4 (redacted...
The scope of this ticket is to see what we can do to improve the `mod_proxy` initialization steps, _especially_ when ProFTPD is being run with "ServerType inetd", as for `xinetd`;...