Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

noiceaxe

Batch Script WinSCP.com Parallel Transfer (mget all files in folder)

Hi,

I am currently developing batch script for my download speed test. My internet subscription is 300Mbps, however when I try to
get /ftp/*

the file being transferred in a queue one by one. I suppose this is single thread FTP transfer and the throughput I'm getting was less than 300Mbps (around 150Mbps).

However when I am running 3 simultaneously winscp.com (ftp client), the throughput able to reach 300Mbps.

Is there any winscp.com command for parallel (simultaneously get files) or multi thread transfer on CLI (cmd)?

Thank you.