bernd-wechner / Degoo

CLI tool(s) for working with Degoo cloud storage
Other
143 stars 41 forks source link

Speed! Upload in parallel #41

Open PBehr opened 2 years ago

PBehr commented 2 years ago

When a folder is uploaded in the browser, the browser uses several parallel processes. We can do that too.

I have added an argument to the put: -n With this, the number of parallel uploads can be chosen. We don't have a process bar if more than one upload is running in parallel.

I have also started to use logging in rudiments.

PBehr commented 2 years ago

Oh also, I hat a problem with checksum #34 I added something to fix this in the first commit. we can also let this commit out when it is not needed