webdav-fs
webdav-fs copied to clipboard
Node fs wrapper for WebDAV
after rename ```javascript wfs.rename("/sample.bmp", "/sample1.bmp", err => { // handle error }); ``` this is the error: ``` { "message": "Network Error", "name": "AxiosError", "config": { "transitional": { "silentJSONParsing": true,...
When pairing `readdir` with `cors-anywhere`, I seem to be getting unexpected results. It's the same behavior as #56 but it only happens when I proxy requests through `cors-anywhere`. I modified...
I have this error on ```javascript wfs.stat(path, (err, stats) => { if (err) { return; } }) ``` stat works fine for other files only for this json file: ```json...
https://github.com/perry-mitchell/webdav-fs/blob/e00f56b5736823689c8e9bf6fcdefcb5b62f9a08/source/adapter.ts#L190 Hi, I forgot to mention an issue while I was refactoring `webdav-fs` to typescript. I notice that `writeFile`, using `putFileContents()` from `webdav-client`, used to have encoding parameter. However, the...
Create a folder with all parents (like mkdir -p on unix). This would be very useful and be in line with the current fs api. See: https://github.com/nodejs/node/pull/21875
Now that we are in a frenzy, let's check the missing Node.js `fs` API methods :-D We'll focus only on async ones since sync ones don't make too much sense...
writeFile() will overwrite files with the same filename. An option to append to existing files would be very nice.
Add error codes to error objects. Depends: perry-mitchell/webdav-client#4
Try to replicate more properties and methods: https://nodejs.org/api/fs.html#fs_class_fs_stats