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