The FtpItem type exposes the following members.

Constructors

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkGetCreationTime
Gets the creation time of the item.
(Overrides FileSystemItem..::..GetCreationTime()()()().)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkGetLastAccessTime
Gets the last access time of the item.
(Overrides FileSystemItem..::..GetLastAccessTime()()()().)
Protected methodSupported by the .NET Compact FrameworkGetLastWriteTime
Gets the last modification time of the item.
(Overrides FileSystemItem..::..GetLastWriteTime()()()().)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkParse(String)
Creates a new instance of the FtpItem class and initializes it with file info from a raw FTP list line.
Public methodStatic memberSupported by the .NET Compact FrameworkParse(String, FtpListingType)
Creates a new instance of the FtpItem class and initializes it with file info from a raw FTP list line.
Public methodSupported by the .NET Compact FrameworkToString
Returns the name of the item.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCreationTime
Gets the creation time of the item.
Public propertySupported by the .NET Compact FrameworkGroup
Group identifier (Unix only). If null, the value was never assigned or successfully parsed.
Public propertySupported by the .NET Compact FrameworkIsDirectory
Gets the flag indicating whether the item might be a directory.
(Overrides FileSystemItem..::..IsDirectory.)
Public propertySupported by the .NET Compact FrameworkIsFile
Gets the flag indicating whether the item might be a file.
(Overrides FileSystemItem..::..IsFile.)
Public propertySupported by the .NET Compact FrameworkIsLink
Gets a value indicating whether the item is a link.
(Overrides FileSystemItem..::..IsLink.)
Public propertySupported by the .NET Compact FrameworkIsSymlink Obsolete.
Public propertySupported by the .NET Compact FrameworkLastAccessTime
Public propertySupported by the .NET Compact FrameworkLastWriteTime
Gets the last modification time of the item.
Public propertySupported by the .NET Compact FrameworkLength
Gets the file length.
(Overrides FileSystemItem..::..Length.)
Public propertySupported by the .NET Compact FrameworkModified
Public propertySupported by the .NET Compact FrameworkName
Gets the name of the file or directory.
(Overrides FileSystemItem..::..Name.)
Public propertySupported by the .NET Compact FrameworkOwner
The owner of the file. If null, the value was never assigned or successfully parsed.
Public propertySupported by the .NET Compact FrameworkPath
Gets the path of the file or directory. It can be relative or absolute path depending on the way of use.
(Overrides FileSystemItem..::..Path.)
Public propertySupported by the .NET Compact FrameworkPermissions
The attributes (permissions) of the file. If null, the value was never assigned or successfully parsed.
Public propertySupported by the .NET Compact FrameworkSize Obsolete.
Public propertySupported by the .NET Compact FrameworkSymlinkPath
Gets the path this item points to if it is symlink, null otherwise.
Public propertySupported by the .NET Compact FrameworkType
Gets the type of the item.

Events

  NameDescription
Public eventStatic memberSupported by the .NET Compact FrameworkItemParse
Occurs when an item is being parsed.

See Also