mikedeboer / jsDAV

jsDAV allows you to easily add WebDAV support to a NodeJS application. jsDAV is meant to cover the entire standard, and attempts to allow integration using an easy to understand API.
http://www.mikedeboer.nl
MIT License
681 stars 159 forks source link

Fixes for moving files #135

Closed foundrytom closed 8 years ago

foundrytom commented 8 years ago

Been having great success with WebDAV and the mac Finder. Thanks. Had an issue moving files though, which this patch seems to fix...

mikedeboer commented 8 years ago

This looks correct to me... thanks!!!