问题
Following link: https://b2drop.eudat.eu/s/DfQlm5J42nEGnH7 holds the files and folders (publicly accessible). I would like to download them inside my console using wget
. On the browser when I click download https://b2drop.eudat.eu/s/DfQlm5J42nEGnH7/download link downloads a .tar
file contains all the files.
I have followed following guide: https://stackoverflow.com/a/273776/2402577
wget:
wget -e robots=off -r -nH -nd -np -R index.html* https://b2drop.eudat.eu/s/DfQlm5J42nEGnH7/download
It downloads a download.txt file contains:
PK-�\�J�������� alim/PK�Q�J�������� alim/alper.txtCalper �u�-PK�[�J�������� alim/receipt.txt�PK--�\�J�������� ���A����alim/PK-�Q�J�u�-�������� ��������alim/alper.txtCPK-�[�J�������� ��������alim/receipt.txt�PK,--
[Q] How could I download files from b2drop.eudat shared link using wget
?
Thank you for your valuable time and help.
回答1:
Following commands downloads a file called download
. It is actually a zipped file.
wget https://b2drop.eudat.eu/s/DfQlm5J42nEGnH7/download
When I do unzip download
it extracts all the files stored inside the link.
来源:https://stackoverflow.com/questions/44543811/using-wget-to-download-files-from-b2drop-eudat-shared-link