Google Drive
Make sure the link is shared, and it will look something like this:
https://drive.google.com/open?id=FILEID&authuser=0
Then, copy that FILEID and use it like this
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O FILENAME.EXT
DropBox
When you share a file in Dropbox, the link will look like
https://www.dropbox.com/s/xvuu7a8syeaur0n/FILENAME.EXT?dl=0
replace dl=0 to dl=1 then use the following command to download using wget from Dropbox
wget -O FILENAME.EXT "https://www.dropbox.com/s/xvuu7a8syeaur0n/FILENAME.EXT?dl=1"
Wednesday, May 23, 2018
wget from Google Drive and Dropbox: One line command to download in Linux
Posted by
vicky
at
9:08 PM
Subscribe to:
Post Comments (Atom)
Popular
- New Rules to add spouse name in the Indian passport
- Chanakya TV serial, online on youtube, Vol 1-8, All episodes 1-47
- Online status of permesso di soggiorno on the website of Polizia di Stato
- Spouse visa, wife visa or family visa, Bring your spouse together with you while coming to Italy
- Jawahar Navodaya Vidyalaya Rajsamand, My feelings and emotions for JNVR
No comments:
Post a Comment