The FtpFile type exposes the following members.

Constructors

  Name Description
Public method FtpFile(String)
Creates a new FtpFile instance.
Public method FtpFile(String, IFtpFileParser)
Creates a new FtpFile instance.
Public method FtpFile(String, String, IFtpFileParser)
Creates a new FtpFile instance.
Public method FtpFile(String, Int64, String, String, String, String, String, Boolean, Boolean, String, DirectoryStyles, String)
Creates a new FtpFile instance.

Methods

  Name Description
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 ToString
Gets the string representation of this FtpFile.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Date
Gets/Sets the date for this FtpFile.
Public property Filename
Gets/Sets the name of the FtpFile.
Public property FtpFileParser
Gets the IFtpFileParser that created this FtpFile.
Public property Group
Gets/Sets the group for the FtpFile.
Public property Hidden
Gets whether the FtpFile is a hidden file.
Public property IsDirectory
Gets/Sets the status of this entity on the FTP server.
Public property Line
Gets/Sets the original line sent by FTP server used in parsing this FtpFile.
Public property Link
Gets whether the entity represented by this FtpFile is a symbolic link.
Public property LinkTarget
Gets/Sets the target if this entry is a link.
Public property Owner
Gets/Sets the owner for the FtpFile.
Public property Permission
Gets/Sets the permission string of the FtpFile.
Public property Size
Gets/Sets the size of the FtpFile.
Public property Style
Gets/Sets the directory listing style.
Public property Time
Gets/Sets the time for this FtpFile.

See Also