Checks whether a specified command is a complete FTP command or not.
[Visual Basic]Friend Shared Function IsValidCommand( _
ByVal Command As String _
) As Boolean
[C#]
internal static bool IsValidCommand(
string Command
);
Parameters
- Command
- A string containing the command to check.
Return Value
True if the command is complete, false otherwise.
See Also
FtpClient Class | FtpClient Members | Org.Mentalis.Proxy.Ftp Namespace