The FtpFile type exposes the following members.

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