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