can we download the database from ftp through http webrequest in c# without using password and username
can we download the database from ftp through http webrequest in c# without using password and username
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
CrishPosted May 12, 2010, 9:05 AM
u must pass FTP name , username and password for accessing FTP. After that u can download anything from FTP.
thanks