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
and then perform a
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
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
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