| ComponentSpace FTP Class Library Reference |
|
FtpClient.SendQuoteCommand Method
Execute an arbitrary command. The supplied command text is sent to the FTP server as is.
[Visual Basic]
Public Function SendQuoteCommand( _
ByVal
command As
String _
) As
String
Parameters
-
command
- The arbitrary command text.
Return Value
The command reply text.
Exceptions
| Exception Type |
Condition |
|
FtpException
|
Thrown when the operation fails. |
See Also
FtpClient Class | ComponentSpace.Ftp Namespace