Returns the response of the FTP server to the command.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Function ReadResponse As FtpResponse |
C# |
---|
public FtpResponse ReadResponse() |
Return Value
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.