Ftp
|
The FtpDirectory type exposes the following members.
Name | Description | |
---|---|---|
BeginGetFile(String) | Starts asynchronous remote file download from directory. | |
BeginGetFile(String, String) | Starts asynchronous remote file download from directory using alternate local filename. | |
BeginPutFile(String) | Starts asynchronous local file upload to directory. | |
BeginPutFile(String, String) | Starts asynchronous local file upload to directory using alternate name. | |
CompareTo | Compares directory or file to another. | |
CreateFile | Creates a new zero-length remote file in directory. | |
CreateFileStream | Creates a new data stream for remote file in directory. | |
Equals |
Determines if the two FtpDirectory 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) |
|
FindFile | Finds matching file name in directory. | |
FindSubDirectory | Finds matching subdirectory name in directory. | |
GetFile(String) | Downloads remote file from directory. | |
GetFile(String, String) | Downloads remote file from directory using alternate local filename. | |
GetHashCode |
Generates hash code for this FtpDirectory.
(Overrides ObjectGetHashCode) |
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
PutFile(String) | Uploads local file to directory. | |
PutFile(String, String) | Uploads local file to directory using alternate name. | |
Refresh | Refreshes directory listing. | |
RemoveFile | Removes file from directory. | |
RemoveSubDir | Removes subdirectory from directory. | |
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) |