Using wget to download files from b2drop.eudat shared link

你离开我真会死。 提交于 2021-02-08 07:01:19

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!