xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
820 stars 143 forks source link

Partial Downloads not resumed if interrupted #154

Open jameswalmsley opened 9 years ago

jameswalmsley commented 9 years ago

Awesome project, I now have this running on an ARM based Readynas 204.

I noticed that I killed the daemon halfway through a few images downloading, and I can see that those files are only partially written (atleast only half the image is there, the rest is grey).

Is there some kind of checksum mechanism in one drive to prove that the file really is completely downloaded.

Thanks for a great project.

xybu commented 9 years ago

The Live API used in onedrive-d does not provide any hashing. All we can do is to guess what happened based on timestamps and file sizes.

Resuming locally disrupted task is a nice idea. I will definitely think about how to implement it.

Sent from my Windows Phone


From: James Walmsleymailto:notifications@github.com Sent: ‎4/‎15/‎2015 4:47 PM To: xybu/onedrive-dmailto:onedrive-d@noreply.github.com Subject: [onedrive-d] Partial Downloads not resumed if interrupted (#154)

Awesome project, I now have this running on an ARM based Readynas 204.

I noticed that I killed the daemon halfway through a few images downloading, and I can see that those files are only partially written (atleast only half the image is there, the rest is grey).

Is there some kind of checksum mechanism in one drive to prove that the file really is completely downloaded.

Thanks for a great project.


Reply to this email directly or view it on GitHub: https://github.com/xybu/onedrive-d/issues/154