The FtpFileInfo type exposes the following members.

Properties

  NameDescription
Public propertyExists
Gets a value indicating whether the file exists or not.
Public propertyFtpWebRequestFactory
Gets the FTP Web Request Factory.
(Inherited from FtpInfoBase.)
Public propertyLastWriteTimeUtc
Gets the date when the file was last written to.
Public propertyLength
Gets the length of the file in bytes.
Public propertyLogger
Gets the logging component.
(Inherited from FtpInfoBase.)
Public propertyUrl
Gets the remote FTP url of this file or directory.
(Inherited from FtpInfoBase.)

See Also