SynchronizeDirectories transfer speed limit

Advertisement

gaberad
Joined:
Posts:
2

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

Reply with quote

Advertisement

gaberad
Joined:
Posts:
2

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.

Reply with quote

Advertisement

You can post new topics in this forum