Ftp
|
The FtpResponse type exposes the following members.
Name | Description | |
---|---|---|
Code | Gets FTP response code. | |
Message | Gets FTP response message. | |
Responses | Gets FTP response queue. |
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 a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
ClosingDataChannel | FTP response code for closing data channel. | |
DataChannelOpenedTransferStart | FTP response code for data channel opened, transfer start. | |
EnterPassiveMode | FTP response code for enter passive mode. | |
FileOkBeginOpenDataChannel | FTP response code for file OK, begin open data channel. | |
InvalidCode | FTP response code for invalid code. | |
RequestFileActionComplete | FTP response code for request file action complete. | |
RequestFileActionPending | FTP response code for request file action pending. | |
ServiceReady | FTP response code for service ready. | |
ServiceUnavailable | FTP response code for service unavailable. | |
TransferAborted | FTP response code for transfer aborted. | |
UserAcceptedWaitingPass | FTP response code for user accepted waiting pass. | |
UserLoggedIn | FTP response code for user logged in. |
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) |