![]() | FtpItem Properties |
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 | |
![]() | Raw |
Gets raw listing line.
|
![]() | Size |
Gets size of the file system object.
|
![]() | SymlinkPath |
Gets the path of the symbolic link.
|
![]() | UnixPermissions |