Skip to main content
20 events
when toggle format what by license comment
Jul 16, 2023 at 18:59 answer added Justin Goldberg timeline score: 0
Jan 24, 2021 at 9:00 history tweeted twitter.com/super_user/status/1353266301242904576
Dec 8, 2017 at 9:31 comment added unhammer Use youtube-dl – even if you forget to put ?dl=1 at the end (or the link has dl=0), it does the right thing.
Aug 15, 2017 at 20:59 comment added B. Shea Why WGET? Use CURL = curl https://www.dropbox.com/sh/AAbbCCeeFF123?dl=1 -O -J -L will preserve the folder/filenames + follows redirects.
Jan 5, 2017 at 13:19 history protected CommunityBot
Jun 1, 2016 at 15:40 answer added B. Shea timeline score: 3
Apr 17, 2016 at 10:18 answer added Huseyin Yagli timeline score: -1
Jan 23, 2013 at 20:47 answer added Ryan timeline score: 17
Oct 11, 2012 at 12:56 answer added Ismael Segui timeline score: 155
Sep 9, 2012 at 15:41 vote accept hugemeow
Sep 6, 2012 at 15:54 comment added hugemeow @jjlin so maybe a script is needed if i want to download file from dropbox:)
Sep 6, 2012 at 15:43 comment added jjlin I used wget --no-check-cert https://dl.dropbox.com/s/mx9eqve5l2ipgyk/test.txt. That worked fine for me, but if you want to force a download, you might consider trying wget --no-check-cert 'https://dl.dropbox.com/s/mx9eqve5l2ipgyk/test.txt?dl=1' instead (note the ?dl=1 query parameter).
Sep 6, 2012 at 10:20 history edited Sathyajith Bhat CC BY-SA 3.0
added 12 characters in body
Sep 6, 2012 at 7:34 answer added amotzg timeline score: 25
Sep 6, 2012 at 7:03 history edited hugemeow CC BY-SA 3.0
more details
Sep 6, 2012 at 7:02 comment added hugemeow @jjlin what is your command? mine is add above
Sep 6, 2012 at 6:57 review Close votes
Sep 6, 2012 at 10:22
Sep 6, 2012 at 6:31 comment added jjlin Using wget on your link retrieves test.txt (containing the 4 bytes "test") just fine on my side. Maybe something in your .wgetrc is causing this?
Sep 6, 2012 at 5:23 comment added user3463 Stupid question: were you logged into DropBox when you tried to download using a browser?
Sep 6, 2012 at 5:14 history asked hugemeow CC BY-SA 3.0