Click or drag to resize

FtpConfigurationDontSendPBSZ Property

Gets or sets the value indicating if PBSZ command (SetProtectionBufferSize) should be sent on secure data transfers. Default is false (command is sent).

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public bool DontSendPBSZ { get; set; }

Property Value

Type: Boolean
See Also