以下链接:https://b2drop.eudat.eu/s/DfQlm5J42nEGnH7包含文件和文件夹(可公开访问)。我想使用wget
在我的控制台中下载它们。在我点击下载https://b2drop.eudat.eu/s/DfQlm5J42nEGnH7/download链接下载的浏览器上,.tar
文件包含所有文件。
我遵循了以下指南: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
下载download.txt文件包含:
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,--
[问]如何使用wget
从b2drop.eudat共享链接下载文件?
感谢您宝贵的时间和帮助。
答案 0 :(得分:1)
以下命令下载名为download
的文件。它实际上是一个压缩文件。
wget https://b2drop.eudat.eu/s/DfQlm5J42nEGnH7/download
当我unzip download
时,它会提取链接中存储的所有文件。