 | FtpSendDownloadCommand Method |
Executes command on the FTP server and expects response using data channel.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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 String
- Command (e.g. "LIST {0}").
- args Object
- Command arguments.
Return Value
ByteRaw data downloaded from the FTP server.
See Also