FtpListItem Members

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The FtpListItem type exposes the following members.

Constructors

  Name Description
Public method FtpListItem
Initializes a new instance of the FtpListItem class

Methods

  Name Description
Public method Static member AddParser
Adds a custom parser
Public method Static member ClearParsers
Removes all parser delegates
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Static member Parse
Parses a line from a file listing using the first successful match in the Parsers collection.
Public method Static member RemoveParser
Removes the specified parser
Public method ToString
Returns a string representation of this object and its properties
(Overrides Object..::..ToString()()()().)

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