FtpItem Class |
Namespace: Limilabs.FTP.Client
The FtpItem type exposes the following members.
Name | Description | |
---|---|---|
Extensions |
Provides access to additional elements parsed from the server response.
| |
IsCurrentFolder |
Returns true if object represents current folder.
| |
IsFile |
Returns true if object represents file.
| |
IsFolder |
Returns true if object represents folder.
| |
IsParentFolder |
Returns true if object represents parent folder (".", "..").
| |
IsSymlink |
Returns true if object represents symbolic link.
| |
ModifyDate |
Gets the last modification date of the file system object.
| |
Name |
Gets the name of the file system object.
| |
Permissions | ||
Raw |
Gets raw listing line.
| |
Size |
Gets size of the file system object.
| |
SymlinkPath |
Gets the path of the symbolic link.
| |
UnixPermissions |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns the name of this file system object.
(Overrides ObjectToString.) |