You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 on network operations (except when using async / await...).
Probably the file descriptor ones can't be implemented or don't make too much sense in a WebDAV environment, but would be nice to give them a though. Symlinks are not part of "basic" WebDAV spec, but there are standard extension RFCs that add support for them, only thing that they should be checked first if the server support them with an OPTIONS request when connecting to them.
The text was updated successfully, but these errors were encountered:
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 on network operations (except when usingasync / await
...).Probably the
file descriptor
ones can't be implemented or don't make too much sense in a WebDAV environment, but would be nice to give them a though. Symlinks are not part of "basic" WebDAV spec, but there are standard extension RFCs that add support for them, only thing that they should be checked first if the server support them with anOPTIONS
request when connecting to them.The text was updated successfully, but these errors were encountered: