| FtpSendCommandAsync Method (String) |
Executes command on the FTP server.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public Task<FtpResponse> SendCommandAsync(
string command
)
Public Function SendCommandAsync (
command As String
) As Task(Of FtpResponse)
public:
Task<FtpResponse^>^ SendCommandAsync(
String^ command
)
member SendCommandAsync :
command : string -> Task<FtpResponse>
Parameters
- command
- Type: SystemString
Command (e.g. "HELP").
Return Value
Type:
TaskFtpResponseFTP server response.
See Also