The FTPFile type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FTPFile |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| fileName | File/dir name | |
| fileOwner | Owner if known | |
| filePath | Directory if known | |
| filePermissions | Permission bits string | |
| fileSize | Size of file | |
| isDir | Is this a directory? | |
| isLink | Is this file a symbolic link? | |
| kids | Children if a directory | |
| lastModifiedTime | Last modified | |
| linkedFileName | Name of file this is linked to | |
| linkNum | Number of links to file | |
| OS400 | ||
| rawRep | Raw string | |
| UNIX | UNIX type | |
| UNKNOWN | Unknown remote server type | |
| userGroup | Group if known | |
| VMS | VMS type | |
| WINDOWS | Windows type |
Properties
| Name | Description | |
|---|---|---|
| Children | ||
| Dir | ||
| Group | ||
| Identifier | ||
| LastModified | ||
| Link | ||
| LinkCount | ||
| LinkedName | ||
| Name | ||
| Owner | ||
| Path | ||
| Permissions | ||
| Raw | ||
| Size | ||
| Type |
Get the type of file, eg UNIX
|