FtpClient.SendCommand Method

Mentalis.org Proxy

Mentalis.org Proxy Documentation

FtpClient.SendCommand Method 

Sends a string to the local FTP client.

[Visual Basic]Friend Sub SendCommand( _
   ByVal Command As String _
)
[C#]
internal void SendCommand(
   string Command
);

Parameters

Command
The result of the asynchronous operation.

See Also

FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace