FileServerSettings.AcceptWindowsPaths Property
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
AcceptWindowsPaths
Gets or sets a value indicating whether the SFTP subsystem accepts Windows-like paths with drive letter, colon and backspaces. If accepted, these paths get normalized from 'd:\directory\file' form to '/d/directory/file' form.
Declaration
public bool AcceptWindowsPaths { get; set; }
Property Value
Type | Description |
---|---|
Boolean |