Ftp |
The FtpItem type exposes the following members.
| Name | Description | |
|---|---|---|
| Extensions | Provides access to additional elements parsed from the server response. | |
| IsCurrentFolder | Returns true if object represents current folder. | |
| IsFile | Returns true if object represents file. | |
| IsFolder | Returns true if object represents folder. | |
| IsParentFolder | Returns true if object represents parent folder (".", ".."). | |
| IsSymlink | Returns true if object represents symbolic link. | |
| ModifyDate | Gets the last modification date of the file system object. | |
| Name | Gets the name of the file system object. | |
| Permissions | Gets MLSD permissions for this item. This list is filled by MLSD method or by GetList (when MLST is supported and perm fact is returned by the server). | |
| Raw | Gets raw listing line. | |
| Size | Gets size of the file system object. | |
| SymlinkPath | Gets the path of the symbolic link. | |
| UnixPermissions | Gets UNIX permissions for this item. This property is filled by List method (when remote server is running on UNIX/LINUX operating system) or by GetList (when MLST is NOT supported and remote server is running on UNIX/LINUX operating system). |