| 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
)
Public Function SendDownloadCommand (
command As String,
ParamArray args As Object()
) As Byte()
public:
array<unsigned char>^ SendDownloadCommand(
String^ command,
... array<Object^>^ args
)
member SendDownloadCommand :
command : string *
args : Object[] -> byte[]
Parameters
- command
- Type: SystemString
Command (e.g. "LIST {0}"). - args
- Type: SystemObject
Command arguments.
Return Value
Type:
ByteRaw data downloaded from the FTP server.
See Also