mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
we upload a file while receiving it via SFTP not a file stored on a local disk. We use concurrent uploads only to be able to send files of arbitrary size, so concurrency is not really useful here. Setting the concurrency to 2 we have a max difference of 10 MB between the writer (sftp client) and the reader (aws sdk), with the default concurrency value this difference is 25MB.
15 KiB
15 KiB