perry-mitchell / webdav-fs

Node fs wrapper for WebDAV
MIT License
94 stars 21 forks source link

Allow appending when writing into files #46

Open gvoigt opened 7 years ago

gvoigt commented 7 years ago

writeFile() will overwrite files with the same filename. An option to append to existing files would be very nice.

perry-mitchell commented 7 years ago

This would probably depend on perry-mitchell/webdav-client#2