Hello, I made a c# application that takes intput, reads a certain html (to a string called "website") file that is already created, adjusts "website" according to the input, and saves the new string to a new file.
I would like to upload this file so that it would overwrite previously existing html files that I use for a webpage. I use Globat.com for hosting, and I normally use their file manager to upload html files, but I am now searching for a way to do that with c#. I am very new to programming, and I don't know if this is even possible. Thanks for your help.
