ComponentSpace FTP Class Library Reference

FtpClient.SendSiteCommand Method 

Execute the site command.

[Visual Basic]
Public Function SendSiteCommand( _
   ByVal arguments As String _
) As String
[C#]
public string SendSiteCommand(
   string arguments
);

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