The FtpFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
FtpFile(String) |
Creates a new FtpFile instance.
|
![]() |
FtpFile(String, IFtpFileParser) |
Creates a new FtpFile instance.
|
![]() |
FtpFile(String, String, IFtpFileParser) |
Creates a new FtpFile instance.
|
![]() |
FtpFile(String, Int64, String, String, String, String, String, Boolean, Boolean, String, DirectoryStyles, String) |
Creates a new FtpFile instance.
|
Methods
Name | Description | |
---|---|---|
![]() |
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.) |
![]() |
ToString |
Gets the string representation of this FtpFile. (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() |
Date |
Gets/Sets the date for this FtpFile.
|
![]() |
Filename |
Gets/Sets the name of the FtpFile.
|
![]() |
FtpFileParser |
Gets the IFtpFileParser that created this FtpFile.
|
![]() |
Group |
Gets/Sets the group for the FtpFile.
|
![]() |
Hidden |
Gets whether the FtpFile is a hidden file.
|
![]() |
IsDirectory |
Gets/Sets the status of this entity on the FTP server.
|
![]() |
Line |
Gets/Sets the original line sent by FTP server
used in parsing this FtpFile.
|
![]() |
Link |
Gets whether the entity represented by this FtpFile
is a symbolic link.
|
![]() |
LinkTarget |
Gets/Sets the target if this entry is a link.
|
![]() |
Owner |
Gets/Sets the owner for the FtpFile.
|
![]() |
Permission |
Gets/Sets the permission string of the FtpFile.
|
![]() |
Size |
Gets/Sets the size of the FtpFile.
|
![]() |
Style |
Gets/Sets the directory listing style.
|
![]() |
Time |
Gets/Sets the time for this FtpFile.
|