FtpSettings.ForceSimpleDirectoryExists Property
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
ForceSimpleDirectoryExists
Specifies whether to just use a combination of PWD and CWD commands when determining remote directory existence.
Declaration
public bool ForceSimpleDirectoryExists { get; set; }
Property Value
Type | Description |
---|---|
Boolean | False (default) to use additional commands (such as MLSD and MLST) as well; true to only use PWD and CWD commands. |