Kyr Athaba

Kyr Athaba

  • NA
  • 28
  • 336

create remote directory

Sep 20 2020 3:56 PM
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. 

Answers (1)