Results 379 comments of TJ Saunders

For the automatic package publishing system I'm setting up (for a local Debian repository), this feature would be _very useful_, especially over long periods of time, as the CI/build server...

For my particular use cases, either max # of versions or max age would work.

Could you provide the `SFTPLog` (and perhaps [ProFTPD debug logging](http://www.proftpd.org/docs/howto/Debugging.html)) for one of these failed SFTP transfers, so that we can see if the logs help provide more context?

Thanks for the log data! Unfortunately, nothing is standing out there. Would it be possible to get the ProFTPD [`SystemLog`](http://www.proftpd.org/docs/modules/mod_log.html#SystemLog), at a high debug level, _e.g._: ``` SystemLog /path/to/proftpd.log DebugLevel...

@remiborredon Any update on this? I figure that _this_ issue might be interfering with testing of the fixes for Issue #1439, thus if we can address this, outside of the...

Unfortunately, the provided logs show no indication that the error is on the server side. The logs only show that the client disconnected abruptly, and we don't know why. So...

No, I don't think raising the level for the `sftp` trace channel will help. But you might consider configuring the following: ``` SystemLog /path/to/proftpd/trace.log DebugLevel 10 ``` That is, configure...

Are you using the [`mod_dynmasq`](http://www.proftpd.org/docs/contrib/mod_dynmasq.html) module, which was written specifically for cases where the `MasqueradeAddress` IP address needs to change on occasion?

Can you provide the output from using the Linux CLI, _e.g._ what does `sftp -vvv ...` show, for one of these slow uploads? The extra `-vvv` information will produce verbose...

Unfortunately, the logs showing _before the upload starts_ are also useful (including `sftp`/OpenSSH version); transfer speeds and server/client behavior are often determined by the various algorithms decided at connect time....