amnong / easywebdav

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

Implement move and copy methods #40

Closed travcunn closed 8 years ago

luckydonald commented 8 years ago

Here is a reference: Mdsn Rename is just a move with same destination path.

travcunn commented 8 years ago

I see! Thanks for pointing that out to me.

luckydonald commented 8 years ago

Is this implemented?

luckydonald commented 8 years ago

It seems to be implemeted but is not yet merged: https://github.com/amnong/easywebdav/pull/33