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

martin

Re: Split and Compress files during transfer

You can compress whole connection (if your server supports it):
https://winscp.net/eng/docs/ui_login_ssh
In scripting that would be:
open sftp://user@example.com/ -rawsettings Compression=on
yashgt

Split and Compress files during transfer

I am using the synchronize command to transfer files to the SFTP server.
synchronize remote D:\proddata proddata

Is there a way I can ask WinSCP to split the file and transfer the file using multi-part transfer?
Is there a way I can ask WinSCP to compress the file while or before transferring?