0 votes
by (8.4k points)
edited

If I change the Sftp.MaxUploadSpeed property in the middle of an async SFTP transfer, will it apply the new throttle to the already undergoing/queued transfers?

Applies to: Rebex FTP/SSL, Rebex SFTP

1 Answer

0 votes
by (58.9k points)
edited
 
Best answer

Yes, the limit will be applied even to the already running transfers (even if you set it right in the middle of a running transfer operation).

This applies to both MaxUploadSpeed and MaxDownloadSpeed properties in both Sftp and Ftp classes.

...