edtFTPnet/Free - Open-source FTP component for .NET | Download

The FTPFile type exposes the following members.

Constructors

  NameDescription
Public methodFTPFile
Constructor

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
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 methodGetHashCode
Serves as a hash function for a particular type.
(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 (Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Protected fieldfileName
File/dir name
Protected fieldfileOwner
Owner if known
Protected fieldfilePath
Directory if known
Protected fieldfilePermissions
Permission bits string
Protected fieldfileSize
Size of file
Protected fieldisDir
Is this a directory?
Protected fieldisLink
Is this file a symbolic link?
Protected fieldkids
Children if a directory
Protected fieldlastModifiedTime
Last modified
Protected fieldlinkedFileName
Name of file this is linked to
Protected fieldlinkNum
Number of links to file
Public fieldStatic memberOS400
Protected fieldrawRep
Raw string
Public fieldStatic memberUNIX
UNIX type
Public fieldStatic memberUNKNOWN
Unknown remote server type
Protected fielduserGroup
Group if known
Public fieldStatic memberVMS
VMS type
Public fieldStatic memberWINDOWS
Windows type

Properties

See Also