Click or drag to resize

FtpSendCommand Method (String, Boolean)

Executes command on the FTP server.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public FtpResponse SendCommand(
	string command,
	bool throwException
)

Parameters

command
Type: SystemString
Command (e.g. "HELP").
throwException
Type: SystemBoolean
If true throws FtpException on negative response.

Return Value

Type: FtpResponse
FTP server response.
See Also