amnong / easywebdav

A WebDAV Client in Python
http://pypi.python.org/pypi/easywebdav/
ISC License
207 stars 113 forks source link

Added a MOVE command to rename files. #33

Open PeterCloudyWillmott opened 9 years ago

PeterCloudyWillmott commented 9 years ago

This includes some required headers to the request and defining the MOVE command.

Added tests for the MOVE command