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.22214.1022
Syntax
public byte[] SendDownloadCommand(
	string command,
	params Object[] args
)

Parameters

command
Type: SystemString
Command (e.g. "LIST {0}").
args
Type: SystemObject
Command arguments.

Return Value

Type: Byte
Raw data downloaded from the FTP server.
See Also