C
C#2y ago
frknztrk

❔ 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
JimmahDean
JimmahDean2y ago
knowing the error you get would be helpful
frknztrk
frknztrk2y ago
while running into a few errors this
frknztrk
frknztrk2y ago
ftbrequest.Method = WebRequestMethods.Ftp.UploadFile; I change this structure when the process in the secret has folders ftbrequest.Method = WebRequestMethods.Ftp.MakeDirectory;
frknztrk
frknztrk2y ago
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.