0
Answer

Validate Usrername and password Using FtpWebRequest with NetworkCredential

FtpWebRequest reqFTP;
reqFTP.Credentials = new NetworkCredential(ftpUserID, ftpPassword);


How can i validate userid and Password so as to show my own message
it does not return any value