0
Answer

Validate Usrername and password Using FtpWebRequest with NetworkCredential

Ask a question
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