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