Sardine Webdav : How to create a new file?

3.1k Views Asked by At

I'm working on Webdav client Sardine. I'm unable to create a new file (ex: file.txt) on server using Sardine webclient for Webdav. I created the directory using

sardine.createDirectory(dirPathToCreate);

Is there any way to create a new file using Sardine?

1

There are 1 best solutions below

3
On BEST ANSWER