mk-fg / python-onedrive

Obsolete python/cli module for MS SkyDrive/OneDrive's old API, do not use for new projects
Do What The F*ck You Want To Public License
199 stars 32 forks source link

Upload multiple files #61

Closed furieuxjk closed 9 years ago

furieuxjk commented 9 years ago

Hello.

First of all - thanks for this great project!

Is it possible to upload multiple files in directory recursively? Or maybe even whole folder upload?

mk-fg commented 9 years ago

Hi, thanks.

Not with a cli tool that comes with this module, I'm afraid, it's pretty basic and more of an "example code". At least, not without some extra scripting on top of it (e.g. a bash script to run "mkdir" then individual "put" operations for each file).

I think there are projects built on top of this module, like xybu/onedrive-d, that should be able to do the trick, and even continuously sync changes in such directory afterwards.

furieuxjk commented 9 years ago

Ok, thanks for the answer.