I'm here to ask you for help.
I need that my c # application can upload a file to a folder located in my website hosted by godaddy.
Now I'm using a FtpWebRequest to do this but I need to set the ftp credential and this means that everyone can see the FTP account and password ...
The same for another function that I need, I need to download a file from a webserver but the url is visible! I'm using the WebClient.OpenRead method to do this.
Hope someone can help me.
Thank you.