Ftp.ReadResponse Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
ReadResponse()
Returns the response of the FTP server to the command.
Declaration
public FtpResponse ReadResponse()
Returns
Type | Description |
---|---|
Ftp |
Response of the FTP server. |
Remarks
Must be preceded by a successful call to Send
Use ReadResponse and Send