TJ Saunders
TJ Saunders
@Whitefox98 per [Bug #4319](http://bugs.proftpd.org/show_bug.cgi?id=4319), using 1.3.6a (or later), or 1.3.7rc1 (or later) should work.
Could you file a ticket explaining the background/use case for this PR, for historical reference? I find it easier to track that kind of context in tickets, rather than in...
Did you compile/install ProFTPD from source, or install via package? I ask because ProFTPD's running as non-root depends on the ProFTPD configuration (which isn't provided here), so I don't have...
The crypto libraries used by the MySQL client libraries may be statically linked by the MySQL client library; that library is outside of ProFTPD. If you are compiling ProFTPD from...
I'm glad you were able to find a solution; hopefully this particular ticket's findings will help others who might encounter this subtle issue in the future.
@Shailendranjain Should I consider this issue as addressed, and close this ticket then?
Hmm. If FTP clients cannot handle multi-line responses, that is a client bug; I'm not sure that working around it on the server side is the best solution.
Per [RFC 2389, Section 2.2](https://datatracker.ietf.org/doc/html/rfc2389#section-2.2), "Server Replies": > Implementors should assume that, unless stated to the contrary, any reply to any FTP command (including QUIT) may be of the multiline...
See [Bug#4053](http://bugs.proftpd.org/show_bug.cgi?id=4053). There's not been much perceived pressure to do this change yet, because of that open question of just when MaxMind will stop updating their legacy databases.
I've started working a replacement `mod_geoip2` module. Please help me test it out; see https://github.com/Castaglia/proftpd-mod_geoip2.