FtpItem Class
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
Contains information about a single file or directory on the FTP server.
Syntax
public class FtpItem : FileSystemItem
Inherited Members
Constructors
Name | Description |
---|---|
Ftp |
Initializes a new instance of the Ftp |
Ftp |
Initializes a new instance of the Ftp |
FtpItem(String, Int64, FtpItemType, DateTime, String, Nullable<FtpItemPermissions>, String, String) | Initializes a new instance of the Ftp |
Ftp |
Initializes a new instance of the Ftp |
Ftp |
Initializes a new instance of the Ftp |
FtpItem(String, String, Int64, FtpItemType, DateTime, String, Nullable<FtpItemPermissions>, String, String) | Initializes a new instance of the Ftp |
Properties
Name | Description |
---|---|
Creation |
Gets the creation time of the item. |
Group | Group identifier (Unix only). If null, the value was never assigned or successfully parsed. |
Is |
Gets the flag indicating whether the item might be a directory. |
Is |
Gets the flag indicating whether the item might be a file. |
Is |
Gets a value indicating whether the item is a link. |
Last |
Gets the last access time of the item.
Inherited from File |
Last |
Gets the last modification time of the item. |
Length | Gets the file length. |
Name | Gets the name of the file or directory. |
Owner | The owner of the file. If null, the value was never assigned or successfully parsed. |
Path | Gets the path of the file or directory. It can be relative or absolute path depending on the way of use. |
Permissions | The attributes (permissions) of the file. If null, the value was never assigned or successfully parsed. |
Symlink |
Gets the path this item points to if it is symlink, null otherwise. |
Type | Gets the type of the item. |
Methods
Name | Description |
---|---|
Get |
Gets the creation time of the item. |
Get |
Gets the last access time of the item. |
Get |
Gets the last modification time of the item. |
Parse(String) | Creates a new instance of the Ftp |
Parse(String, Ftp |
Creates a new instance of the Ftp |
To |
Returns the name of the item. |
Events
Name | Description |
---|---|
Item |
Occurs when an item is being parsed. |