Enum FtpObjectSubType
- Namespace
- FluentFTP
- Assembly
- FluentFTP.dll
Type of file system of object
public enum FtpObjectSubType
- Extension Methods
Fields
ParentDirectory = 3
The parent directory. (Only set when machine listing is available and type is 'pdir')
SelfDirectory = 2
The self directory. (Only set when machine listing is available and type is 'cdir')
SubDirectory = 1
A sub directory within the listed directory. (Only set when machine listing is available and type is 'dir')
Unknown = 0
The default subtype.