Are there any current multi-threaded sftp Windows clients?

1

2

I found bitkinex.com had one, but is rather old and doesn't support the latest encryption.

winSCP has it on it's plan, some time way into the future, but doesn't seem likely to happen.

Mint

Posted 2016-01-21T10:37:49.690

Reputation: 259

Question was closed 2016-01-21T14:09:47.250

WinSCP allows background transfer operations to use multiple connections since WinSCP 5.10 beta.

– Martin Prikryl – 2017-06-26T06:11:17.300

Answers

1

Are there any current multi-threaded sftp Windows clients?

Below is a list of ones I was able to find claiming to support multi-threading which support SFTP.

Multi-threading vs Segmented

A common misconception is that multithreading = segmented downloading. This is not the case. GoFTP is a client that claims to support multi-threading, but in truth doesn’t offer segmented. Segmentation allows an FTP client to split a single large file into multiple parts and use multiple transfers to download those parts simultaneously (ie - separate segmented parallel FTP connections). These parts are then recombined into a single file upon completion. During the active download you’ll notice multiple (temporary) parts of the same file:

Client Setup

Windows: CuteFTP Pro, SmartFTP Pro, lftp via Cygwin

SOURCE

Pimp Juice IT

Posted 2016-01-21T10:37:49.690

Reputation: 29 425

Didn't think about it that way, but yeah segmented is what I'm after. Thank you – Mint – 2016-01-21T13:58:19.497