 | FtpConfigurationUseQuotes Property |
Gets or sets the value that specifies if double quotes should be used on paths that contain spaces.
false is default.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool UseQuotes { get; set; }Public Property UseQuotes As Boolean
Get
Set
public:
property bool UseQuotes {
bool get ();
void set (bool value);
}member UseQuotes : bool with get, set
Property Value
Boolean
See Also