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.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Property AcceptWindowsPaths As Boolean
	Get
	Set
C#
public bool AcceptWindowsPaths { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also