Click or drag to resize

FtpItem Properties

The FtpItem type exposes the following members.

Properties
 NameDescription
Public propertyExtensions Provides access to additional elements parsed from the server response.
Public propertyIsCurrentFolder Returns true if object represents current folder.
Public propertyIsFile Returns true if object represents file.
Public propertyIsFolder Returns true if object represents folder.
Public propertyIsParentFolder Returns true if object represents parent folder (".", "..").
Public propertyIsSymlink Returns true if object represents symbolic link.
Public propertyModifyDate Gets the last modification date of the file system object.
Public propertyName Gets the name of the file system object.
Public propertyPermissions 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).
Public propertyRaw Gets raw listing line.
Public propertySize Gets size of the file system object.
Public propertySymlinkPath Gets the path of the symbolic link.
Public propertyUnixPermissions 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).
Top
See Also