I have a website and I have admin username and password for FTP access. Given that, is there a way programmatically in C# to create a remote directory on that website?
I've figured out how to upload and download files from existing directories, so now I'm interested in the ability to remotely create directories, add/remove files from a given directory, and delete directories on the website, all from my C# app.