| FtpConfigurationDontSendPROTP Property |
Gets or sets the value indicating if PROT P command 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 DontSendPROTP { get; set; }
Public Property DontSendPROTP As Boolean
Get
Set
public:
property bool DontSendPROTP {
bool get ();
void set (bool value);
}
member DontSendPROTP : bool with get, set
Property Value
Type:
BooleanSee Also