Hi, if you have a ftp account at Globat.com, you can upload your file via ftp.
Look here for some examples: - http://dotnet-snippets.de/dns/c-datei-auf-einen-ftp-uploaden-SID494.aspx - http://www.example-code.com/csharp/ftp.asp - http://www.example-code.com/csharp/ftp_upload.asp Greets, dh On 24.01.2009 06:35, condoravenue wrote: > 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. > -- dahead, http://habari.dahead.de
