![如何從伺服器下載 300 個檔案的清單(特別是 Anonfiles)](https://rvso.com/image/1672322/%E5%A6%82%E4%BD%95%E5%BE%9E%E4%BC%BA%E6%9C%8D%E5%99%A8%E4%B8%8B%E8%BC%89%20300%20%E5%80%8B%E6%AA%94%E6%A1%88%E7%9A%84%E6%B8%85%E5%96%AE%EF%BC%88%E7%89%B9%E5%88%A5%E6%98%AF%20Anonfiles%EF%BC%89.png)
我有一個巨大的文件列表,超過 300 個,但我給了一個估計。
我有這樣的:
https://anonfiles.com/1.mp4 https://anonfiles.com/2.mp4 https://anonfiles.com/3.mp4 https://anonfiles.com/4.mp4 https://anonfiles.com/5.mp4
有沒有可以為任何作業系統執行此操作的桌面軟體?
我嘗試了另一個線程中推薦的 Tabsave 和 Chronos,但 tabsave 僅保存了 400 個 HTML 文件,這不是我需要的。
謝謝
答案1
對於任何 POSIX 相容系統,請使用curl。捲曲的用法:https://man7.org/linux/man-pages/man1/curl.1.html。對於 Windows,您可以使用:
- 用於模擬 Linux 的 WSL。
- PowerShell:
2.1。For
手動的:https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_for?view=powershell-7.2 2.2.如何在 PowerShell 中發出請求:https://lazyadmin.nl/powershell/download-file-powershell
bash 的演算法:
curl "https://anonfiles.com/[1-400].mp4"