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

gaberad

Ah, I didn't know the source was available for the assembly.

I've attached how I implemented it. Added an int property called TransferSpeed, setting it as zero when initializing the TransferOptions, then later if TransferSpeed is greater than zero it will add the switch.
gaberad

SynchronizeDirectories transfer speed limit

Is it possible to set the transfer speed limit for synchronizing directories using the .net assembly?

In the output it looks like it's running the synchronize scripting command, which has the -speed switch. Is it possible to add the switch to the command somehow, or is it not implemented?

Cheers