Sftp.MaxDownloadSpeed Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
MaxDownloadSpeed
Gets or sets the maximum allowed download speed, in kilobytes per second. For unlimited speed, set this to zero.
Declaration
public int MaxDownloadSpeed { get; set; }
Property Value
Type | Description |
---|---|
Int32 | Maximum allowed download speed (KB/s). |