Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

vorlon13

Replicate sftp -B -R Performance in WinSCP?

Hello to all,
I use scripting WinSCP to transfer files to a mapped SMB network share, and my speed is capped at ~3 MB/s. I know this is not ideal but i've discovered that the native Windows sftp client is faster (~12MB/s) if I use these flags:
sftp -B 8192000 -R 16 user@host and then perform a get
My question is how to get the same performance in WinSCP for my scripts. Is there any equivalent flag for those flags?
Thank you all