The FtpFileInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FtpFileInfo | Creates an empty FtpFileInfo. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHardLinkCount | ||
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLink | ||
| GetRawListing | ||
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HasPermission | ||
| IsDirectory | ||
| IsFile | ||
| IsSymbolicLink | ||
| IsUnknown | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetHardLinkCount | ||
| SetLink | ||
| SetPermission | ||
| SetRawListing | ||
| ToString | (Overrides Object..::.ToString()()().) |
Fields
| Name | Description | |
|---|---|---|
| DEVICE_TYPE | A constant indicating file/directory write permission. | |
| DIRECTORY_TYPE | A constant indicating an FtpFileInfo is a directory. | |
| EXECUTE_PERMISSION |
A constant indicating file execute permission or directory listing
permission.
| |
| FILE_TYPE | A constant indicating an FtpFileInfo is a file. | |
| GROUP_ACCESS | A constant indicating group access permissions. | |
| READ_PERMISSION | A constant indicating file/directory read permission. | |
| SYMBOLIC_LINK_TYPE | A constant indicating an FtpFileInfo is a symbolic link. | |
| UNKNOWN_TYPE | A constant indicating an FtpFileInfo is of unknown type. | |
| USER_ACCESS | A constant indicating user access permissions. | |
| WORLD_ACCESS | A constant indicating world access permissions. | |
| WRITE_PERMISSION | A constant indicating file/directory write permission. |
Properties
| Name | Description | |
|---|---|---|
| FullName | The full name of the directory or file. | |
| Group | ||
| Length | File size in bytes. | |
| Name | The name of the directory or file. | |
| Owner | ||
| Timestamp | File timestamp. | |
| Type |
Type of the file ( DIRECTORY_TYPE FILE_TYPE |