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 118 forks source link

Feature Request: Bandwidth Limit #94

Closed rabeyer closed 9 years ago

rabeyer commented 9 years ago

It would be quite useful to be able to limit the bandwidth usage of an upload. This might also assist in reducing the occurrence of rate limit exceeded errors where big Internet pipes are in use.

If you really want to get crazy, there could be a day/time of day table that would throttle uploads during work hours and open the "floodgates" at night and weekends.

mmp commented 9 years ago

FWIW you can set global bandwidth limits in the ~/.skicka.config file (if not time-limited bandwidth limits):

[upload]
        bytes-per-second-limit=524288  ; 512 kB/s
rabeyer commented 9 years ago

That's great! Duh! Didn't think to look there! Thanks for the info. Guess I should read the manual (LOL).

rabeyer commented 9 years ago

Thanks again...P.S.-- It would be nice to be able to change the setting via a command line parameter. That way, it would be easy to accommodate schedules. Just a thought for the future.Rich B.

-------- Original Message -------- Subject: Re: [skicka] Feature Request: Bandwidth Limit (#94) From: Matt Pharr notifications@github.com Date: Tue, July 07, 2015 1:34 pm To: google/skicka skicka@noreply.github.com Cc: rabeyer rbeyer@techonpurpose.com

FWIW you can set global bandwidth limits in the ~/.skicka.config file (if not time-limited bandwidth limits): [upload] bytes-per-second-limit=524288 ; 512 kB/s —Reply to this email directly or view it on GitHub.