The FTPFile type exposes the following members.
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 |