TJ Saunders
TJ Saunders
It sounds like your `mod_lang` configuration (in your `vendor.conf.d/global_encoding.conf` config file, assuming the same configuration as from Issue #1893) are not being globally applied to all of your `` sections,...
Can you clarify what you meant by: > when the FTPS was in the main proftpd.conf as defaultserver by providing the configuration used when FTPS connections "work", and when they...
Comparing with a different FTP implementation doesn't help me much in determining where the issue might be in ProFTPD. The fact that you stated that these characters were displayed correctly,...
Any update on this? Were you able to obtain the requested logs? Thanks!
Could you provide the full ProFTPD configuration you're using, along with the [ProFTPD debug logging](http://www.proftpd.org/docs/howto/Debugging.html) for an FTP _and_ an SFTP session, so that we can see the actual protocol-level...
Well, one thing I notice is that your download-resume configuration directives: ``` AllowOverwrite off AllowStoreRestart on AllowRetrieveRestart on ``` are *not* in a `` section, which means that they do...
@the-hotmann I still would like to see the requested [ProFTPD debug logging](http://www.proftpd.org/docs/howto/Debugging.html), debug level 10, generated for one of your FTP resumed uploads, and one of the SFTP resumed uploads,...
Could you provide the full mod_proxy config you're using (not just screenshots), along with ProFTPD [debug logging](http://www.proftpd.org/docs/howto/Debugging.html) and the `ProxyLog`, please?
Also, it looks like FileZilla is using the `MLSD` FTP command, and you have configured mod_proxy to "translate" that into the `LIST` FTP command. What happens if you remove that...
Hmm. I see some unknown configuration directives in your configuration: ``` KafkaLogSwitch on UploadCheckSwitch on UploadCheckTemplateCode 1 DownloadCheckSwitch on DownloadCheckTemplateCode 1 ``` as well as some unknown log messages: ```...