| ComponentSpace FTP Class Library Reference |
|
FtpClient.SendSiteCommand Method
Execute the site command.
[Visual Basic]
Public Function SendSiteCommand( _
ByVal
arguments As
String _
) As
String
Parameters
-
arguments
- The site command arguments.
Return Value
The site command reply.
Exceptions
| Exception Type |
Condition |
|
FtpException
|
Thrown when the operation fails. |
See Also
FtpClient Class | ComponentSpace.Ftp Namespace