C
csharpula csharp
Hello ,
I would like to ask a question related to C# WebClient.
I am trying to upload a file using this code:
webClient.UploadFile(httpPath, "PUT", filePath);
The thing is that I want to upload on UNIX server and the question is
how can I provide httpPath on UNIX? How can I create "virtual directory"
on UNIX for this?
Thank you very much!
I would like to ask a question related to C# WebClient.
I am trying to upload a file using this code:
webClient.UploadFile(httpPath, "PUT", filePath);
The thing is that I want to upload on UNIX server and the question is
how can I provide httpPath on UNIX? How can I create "virtual directory"
on UNIX for this?
Thank you very much!