]> git.donarmstrong.com Git - don.git/blob - posts/dropbox_downloader.mdwn
add missing period
[don.git] / posts / dropbox_downloader.mdwn
1 [[!meta title="Dropbox Recursive Downloader"]]
2
3 I'm working on some analyses for the
4 [Genetic Analysis Workshop #19](http://www.gaworkshop.org/gaw19/index.html),
5 which has placed it's data on Dropbox. Unfortunately, Dropbox doesn't
6 allow for people to download zip archives larger than 1GB, and the
7 data was made available in an unpacked structure with more than a
8 hundred files. Some searching indicated that no one had written a
9 recursive downloader for Dropbox, so 30 minutes of hacking with
10 [WWW::Mechanize](http://search.cpan.org/~ether/WWW-Mechanize-1.73/lib/WWW/Mechanize.pm)
11 later, I wrote a
12 [simple recursive downloader for Dropbox](http://git.donarmstrong.com/?p=bin.git;a=blob;f=dropbox_recursive;hb=HEAD).
13
14 Two hours later, all of the files had downloaded.
15
16 [[!tag tech debian genetics]]