I am trying to create a console application that will upload an updated .html file to a website each time I run it, I have found previous codes that download the files but I want to upload instead.

So basically I am trying to create an FTP program (but only one that uploads) in a console application

Does anyone know can this can be done?

Thanks