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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also