System.Net.FtpClient |
FtpListItem Members |
FtpListItem Class Constructors Methods Properties See Also Send Feedback |
The FtpListItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FtpListItem |
Initializes a new instance of the FtpListItem class
|
Methods
Name | Description | |
---|---|---|
AddParser |
Adds a custom parser
|
|
ClearParsers |
Removes all parser delegates
|
|
Equals | (Inherited from Object.) | |
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.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Parse |
Parses a line from a file listing using the first successful match in the Parsers collection.
|
|
RemoveParser |
Removes the specified parser
|
|
ToString |
Returns a string representation of this object and its properties
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
Created |
Gets the created date of the object. This property can be
set however this functionality is intended to be done by
custom parsers.
|
|
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.
|
|
GroupPermissions |
Gets the group permissions. This property can be
set however this functionality is intended to be done by
custom parsers.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
Name |
Gets the name of the object. This property can be
set however this functionality is intended to be done by
custom parsers.
|
|
OthersPermissions |
Gets the others permissions. This property can be
set however this functionality is intended to be done by
custom parsers.
|
|
OwnerPermissions |
Gets the owner permissions. This property can be
set however this functionality is intended to be done by
custom parsers.
|
|
Size |
Gets the size of the object. This property can be
set however this functionality is intended to be done by
custom parsers.
|
|
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.
|
|
Type |
Gets the type of file system object. This property can be
set however this functionality is intended to be done by
custom parsers.
|