Re: can sftp be made multi-threaded?

From: Jason Bacon <bacon4000_at_gmail.com>
Date: Sat, 02 Sep 2023 23:22:41 UTC
On 9/2/23 15:20, Wojciech Puchar wrote:
>>
>> Can sftp be made multi-threaded? Would rsync-over-ssh accomplish the 
>> same thing?
>>
>> The issue I'm having is with large backups taking ages to transfer
>> even with both source and destination being on gigabit fibre.
> 
> simply divide it to smaller parts and run them in parallel

How many network hops between source and destination?  "traceroute" will 
provide some idea.

If this is poor bandwidth utilization due to overhead in a long network 
route, parallelizing could work well.

If the backup server is on the same local network, or only a few hops 
away, something else needs probably to be fixed.

-- 
Life is a game.  Play hard.  Play fair.  Have fun.