Gets or sets the maximum allowed upload speed, in kilobytes per second. For unlimited speed, set this to zero.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Property MaxUploadSpeed As Integer Get Set |
C# |
---|
public int MaxUploadSpeed { get; set; } |