Results 524 comments of TJ Saunders

> Hi @Castaglia, I built a new container image based on `PROFTPD_VERSION="v1.3.9rc2-17-g61fce5bbf"` and `PROFTPD_MOD_VROOT_VERSION="fsio-realpath-impl-issue1780"`. I used the following in my virtual host: > > ``` > > HideNoAccess on >...

What `proftpd -V` show? In particular, I'm interested in seeing which version of OpenSSL is being used in your environment. Thanks!

Thank you. And to help provide perspective, can you explain what you mean by "slow"? That is, when was it "fast" (timings, ProFTPD/OpenSSL/FreeBSD versions), before it became "slow"? I ask...

> There would need to be a bit more effort from the developers to identify and resolve the cause of the problem, as it only happens on download and not...

What does the command `proftpd -V` show, when you use the 1.3.7f version? Can you provide a script that I can use to try to reproduce this behavior locally?

Can you explain your use cases/needs, for why/when you'd like such cross-compiling support?

I'm not sure if it'd be possible in your environments, but another good comparison to try would be ProFTPD on Linux. That might help provide more data on how much...

Hmm. Since you mention a NAS as well, I wonder if the _filesystem_ hosting the files being downloaded (i.e. mounted from the NAS or not) factors in as well. That...

> > Hmm. Since you mention a NAS as well, I wonder if the _filesystem_ hosting the files being downloaded (i.e. mounted from the NAS or not) factors in as...

> @Castaglia Nginx supports KTLS, which enables "sendfile()" over TLS. This approach may be beneficial for improving download speeds in proftpd. You can learn more about it here: https://www.nginx.com/blog/improving-nginx-performance-with-kernel-tls/ Thanks...