mohammad qasim

mohammad qasim

  • NA
  • 408
  • 0

Validate Usrername and password Using FtpWebRequest with NetworkCredential

Jul 12 2011 2:36 AM
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