Open huangganggui opened 5 months ago
Write streams are tricky, but the tests are currently working for writing: https://github.com/perry-mitchell/webdav-client/blob/master/test/node/operations/createWriteStream.spec.ts
Are you able to work back from the tests if you haven't already moved on?
Hi, I want to use createWriteStream to upload a local file.
the remoteFileUrl created, but file content is empty. but remoteFileUrl+'debug.txt' works well,
I dont know why createWriteStream not work( writeStream on data can print content data, but file is empty) . I have to uses putFileContents to walk around.