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