Processes an FTP command, sent from the client.
[Visual Basic]Private Function ProcessCommand( _
ByVal Command As String _
) As Boolean
[C#]
private bool ProcessCommand(
string Command
);
Parameters
- Command
- The command to process.
Return Value
True if the command may be sent to the server, false otherwise.
See Also
FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace