I have an ftp website ex: ftp://www.mysite.com with a username:ftp000000-0 and a password:pass1. This works in a web browser.
Knowing that, when I try to write an ASP.net 4.0 program for it. I can not get the ftp file to download. I have tried to add the filename but it is taken care of by my online server with the username, file and location.
Does the web.config require code to ftp download using "FtpWebResponse"?
Go to the complete details ...