Tagged Questions

0
votes
2answers
181 views

Upload a folder to a directory server

I want to upload an entire folder keeping the same structure (folder, subfolders..) to a remote server. It´s necessary to iterate all folder or is possible to get the folder and upload to the server ? ...
0
votes
1answer
518 views

C# How to solve Web Client Upload file “The remote server returned an error: (405) Method Not Allowed.”?

Hello I want to upload a html file that is in my local to a remote folder in a server that contains a data dir with geoserver elements, and here is my code: public void CopyWS(string SourcePath, ...