 | FtpSendCommand(String, Boolean) 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,
bool throwException
)
Public Function SendCommand (
command As String,
throwException As Boolean
) As FtpResponse
public:
FtpResponse^ SendCommand(
String^ command,
bool throwException
)
member SendCommand :
command : string *
throwException : bool -> FtpResponse Parameters
- command String
- Command (e.g. "HELP").
- throwException Boolean
- If true throws FtpException on negative response.
Return Value
FtpResponseFTP server response.
See Also