0
Answer

Validate Usrername and password Using FtpWebRequest with NetworkCredential

mohammad qasim

mohammad qasim

13y
2.4k
1
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