|
From: TJ S. <tj...@ca...> - 2026-05-20 18:18:36
|
> thank you for your answer! > I've done some little tests and created two sftp debug logfiles. > > One test was with sftp from debian trixie, which uses sftpv3 and one > test with winscp, which uses sftpv6 > > To me it looks like for both sftp versions the upload was successfull. You are correct. To verify my own assumptions, I created a local integration test for this scenario, and found that it was not working as I had expected; the hard limit was not being enforced for SFTP uploads. I discovered the cause, and filed an issue for this: https://github.com/proftpd/proftpd/issues/2098 I'll have it fixed shortly in master, and will backport the fix to the 1.3.9 branch. Cheers, TJ |