❔ Creating a folder with FtpWebRequest
I made an update system and I need to upload the folders as it is the folder system but I cannot upload the folders.
5 Replies
knowing the error you get would be helpful
while running into a few errors this
ftbrequest.Method = WebRequestMethods.Ftp.UploadFile;
I change this structure when the process in the secret has folders
ftbrequest.Method = WebRequestMethods.Ftp.MakeDirectory;
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.