Click or drag to resize

FtpSendCommand(String, Boolean, Object) Method

Executes command on the FTP server.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public FtpResponse SendCommand(
	string command,
	bool throwException,
	params Object[] args
)

Parameters

command  String
Command (e.g. "HELP {0}").
throwException  Boolean
If true throws FtpException on negative response.
args  Object
Command arguments.

Return Value

FtpResponse
FTP server response.
See Also