Validate Usrername and password Using FtpWebRequest with NetworkCredentialMQmohammad qasim15yAsked Jul 12, 2011, 2:36 AM2.6k.NETFtpWebRequest 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
Replies
Know the answer? Post it — somebody with the same question will find it here.