TJ Saunders
TJ Saunders
Can you please provide the full ProFTPD configuration you are using? I am currently unable to reproduce the reported behavior, using the config snippet provided.
Interestingly, I don't see `` anywhere in the provided configuration.... are there _other_ config files being used as well? What would also help is the ProFTPD debug logging, debug level...
If there's nothing more to add to this ticket, I'd like to close it.
Some good background reading on the `TIME_WAIT` state, and why it's a good thing: * https://vincent.bernat.ch/en/blog/2014-tcp-time-wait-state-linux Of particular interest is the section on [socket lingering](https://vincent.bernat.ch/en/blog/2014-tcp-time-wait-state-linux#socket-lingering). That made me remember the...
You will not see the `PR_TUNABLE_TIMEOUTLINGER` value change, in the `proftpd -V` output, even though you have: ``` TimeoutLinger 1 ``` in your proftpd.conf. The `proftpd -V` output shows the...
Do you happen to have a Docker image that I can use for locally reproducing this issue?
Thanks for the input, but unfortunately, I suspect that there will be multiple build issues on Termux. And to address them, I'll need access to a Termux environment in which...
With no description of what the issue being fixed is, how to verify it, _etc_, this PR is not likely to be merged...
This PR deals with `FEAT` output; how is that related to the emitting of multibyte filenames?
Could you also provide a test demonstrating the regression, to prevent future mistakes/changes affecting this?