Click or drag to resize

FtpItem Class

Represents system entry (folder, file, link) stored on the server.
Inheritance Hierarchy
SystemObject
  Limilabs.FTP.ClientFtpItem

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public class FtpItem

The FtpItem type exposes the following members.

Properties
  NameDescription
Public propertyExtensions
Provides access to additional elements parsed from the server response.
Public propertyIsCurrentFolder
Returns true if object represents current folder.
Public propertyIsFile
Returns true if object represents file.
Public propertyIsFolder
Returns true if object represents folder.
Public propertyIsParentFolder
Returns true if object represents parent folder (".", "..").
Public propertyIsSymlink
Returns true if object represents symbolic link.
Public propertyModifyDate
Gets the last modification date of the file system object.
Public propertyName
Gets the name of the file system object.
Public propertyPermissions
Gets MLSD permissions for this item. This list is filled by MLSD method or by GetList (when MLST is supported and perm fact is returned by the server).
Public propertyRaw
Gets raw listing line.
Public propertySize
Gets size of the file system object.
Public propertySymlinkPath
Gets the path of the symbolic link.
Public propertyUnixPermissions
Gets UNIX permissions for this item. This property is filled by List method (when remote server is running on UNIX/LINUX operating system) or by GetList (when MLST is NOT supported and remote server is running on UNIX/LINUX operating system).
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 the name of this file system object.
(Overrides ObjectToString.)
Top
See Also