 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool DontSendPBSZ { get; set; }Public Property DontSendPBSZ As Boolean
Get
Set
public:
property bool DontSendPBSZ {
bool get ();
void set (bool value);
}member DontSendPBSZ : bool with get, set
Property Value
Boolean
See Also