Specifies whether to just use a combination of PWD and CWD commands when determining remote directory existence.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

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

Field Value

False (default) to use additional commands (such as MLSD and MLST) as well; true to only use PWD and CWD commands.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also