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