google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 119 forks source link

Improve handling of TCP timeouts and connection resets #6

Closed mmp closed 9 years ago

mmp commented 10 years ago

With long uploads/downloads, we generally hit a few timeouts and resets, especially with large files. Though we retry (with exponential backoff), we still sometimes fail on a few files. While a subsequent run of skicka generally takes care of this, this is still not a great user experience.

mmp commented 9 years ago

This seems like it's been in pretty good shape for a while now.