Click or drag to resize

FtpSendDownloadCommand Method

Executes command on the FTP server and expects response using data channel.

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

Parameters

command  String
Command (e.g. "LIST {0}").
args  Object
Command arguments.

Return Value

Byte
Raw data downloaded from the FTP server.
See Also