FtpSettings.BackslashIsRemoteDirectorySeparator Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9313)
BackslashIsRemoteDirectorySeparator
Gets or sets a value that indicates whether the backslash '' is remote directory separator when working with paths (in addition to slash '/').
Declaration
public bool BackslashIsRemoteDirectorySeparator { get; set; }Property Value
| Type | Description | 
|---|---|
| Boolean | True to use slash '/' and backslash '' as remote directory separator; false to use only slash '/' as remote directory separator. |