FtpListItem Properties

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The FtpListItem type exposes the following members.

Properties

  Name Description
Public property Created
Gets the created date of the object. This property can be set however this functionality is intended to be done by custom parsers.
Public property FullName
Gets the full path name to the object. This property can be set however this functionality is intended to be done by custom parsers.
Public property GroupPermissions
Gets the group permissions. This property can be set however this functionality is intended to be done by custom parsers.
Public property Input
Gets the input string that was parsed to generate the values in this object. This property can be set however this functionality is intended to be done by custom parsers.
Public property LinkObject
Gets the object the LinkTarget points to. This property is null unless pass the FtpListOption.DerefLink flag in which case GetListing() will try to resolve the target itself.
Public property LinkTarget
Gets the target a symbolic link points to. This property can be set however this functionality is intended to be done by custom parsers.
Public property Modified
Gets the last write time of the object. This property can be set however this functionality is intended to be done by custom parsers.
Public property Name
Gets the name of the object. This property can be set however this functionality is intended to be done by custom parsers.
Public property OthersPermissions
Gets the others permissions. This property can be set however this functionality is intended to be done by custom parsers.
Public property OwnerPermissions
Gets the owner permissions. This property can be set however this functionality is intended to be done by custom parsers.
Public property Size
Gets the size of the object. This property can be set however this functionality is intended to be done by custom parsers.
Public property SpecialPermissions
Gets special UNIX permissions such as Stiky, SUID and SGID. This property can be set however this functionality is intended to be done by custom parsers.
Public property Type
Gets the type of file system object. This property can be set however this functionality is intended to be done by custom parsers.

See Also