FtpFile Class |
Namespace: GSF.Net.AbstractFtpClient
The FtpFile type exposes the following members.
Name | Description | |
---|---|---|
FullPath |
Full path of file.
| |
IsDirectory |
Returns false for directory entries.
| |
IsFile |
Returns true for file entries.
| |
Name |
Name of file.
| |
Parent |
Gets parent directory of file.
| |
Permission |
Gets or sets permission of file.
| |
Size |
Gets or sets size of file.
| |
Timestamp |
Gets or sets timestamp of file.
|
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.) | |
Get |
Downloads remote file.
| |
Get(String) |
Downloads remote file using alternate local filename.
| |
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.) | |
Remove |
Removes remote file.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
GetEnumValueOrDefault(Type, Object) | Overloaded.
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions.) | |
GetEnumValueOrDefaultT(Object) | Overloaded.
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions.) |