|
|
Ftp
|
The FtpFile type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
CompareTo | Compares directory or file to another. |
|
|
Equals |
Determines if the two FtpFile objects are equal.
(Overrides ObjectEquals(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 |
Generates hash code for this FtpFile.
(Overrides ObjectGetHashCode) |
|
|
GetInputStream | Gets FTP input stream for file. |
|
|
GetInputStream(Int64) | Gets FTP input stream for file at given offset. |
|
|
GetOutputStream | Gets FTP output stream for file. |
|
|
GetOutputStream(Int64) | Gets FTP output stream for file at given offset. |
|
|
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 |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |