Click or drag to resize

FTPFileInfo Class

FTP File Info
Inheritance Hierarchy
SystemObject
  Koden.Utils.FTPClientFTPFileInfo

Namespace:  Koden.Utils.FTPClient
Assembly:  Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntax
public class FTPFileInfo

The FTPFileInfo type exposes the following members.

Constructors
  NameDescription
Public methodFTPFileInfo
Initializes a new instance of the FTPFileInfo class
Top
Properties
  NameDescription
Public propertyExtensions
Gets the extension part of the file.
Public propertyFullName
Gets the full path of the directory or file.
Public propertyLastAccessTime
Gets or sets the last access time.
Public propertyLastAccessTimeUtc
Gets or sets the time, in coordinated universal time (UTC), the current file or directory was last accessed.
Public propertyLastWriteTime
Gets or sets the time when the current file or directory was last written to.
Public propertyLastWriteTimeUtc
Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
Public propertyLength
Gets or sets the size, in bytes, of the current file.
Public propertyName
For files, gets the name of the file. For directories, gets the name of the last directory in the hierarchy if a hierarchy exists. Otherwise, the Name property gets the name of the directory.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also