gpt4 book ai didi

curl - 通过 FTP 下载文件时遇到问题。 (wget, curl, aria2c)

转载 作者:行者123 更新时间:2023-12-05 06:13:42 32 4
gpt4 key购买 nike

我在通过 FTP ( ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/11/PXD007635 ) 下载文件时遇到问题,此 FTP 站点不需要任何凭据,我可以通过在网络浏览器中单击它直接下载它。但是当我尝试将它直接下载到我的集群时,它不起作用。

我试过 wget:

wget ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/11/PXD007635/OvCa100_classII_Rep#1.raw

并得到这个错误:

--2020-08-01 18:35:22--  ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/11/PXD007635/OvCa100_classII_Rep
Resolving bmiproxyp.chmcres.cchmc.org (bmiproxyp.chmcres.cchmc.org)... 10.199.92.254
Connecting to bmiproxyp.chmcres.cchmc.org (bmiproxyp.chmcres.cchmc.org)|10.199.92.254|:80... connected.
Proxy request sent, awaiting response... 404 Not Found
2020-08-01 18:35:23 ERROR 404: Not Found.

然后我尝试了 curl

curl -O ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/11/PXD007635/OvCa100_classII_Rep#1.raw

并得到这个错误:

550 Failed to open file.

终于尝试了aria2c

aria2c ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/11/PXD007635/OvCa100_classII_Rep#1.raw

并得到这个错误:

08/01 18:38:03 [ERROR] CUID#7 - Download aborted. URI=ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/11/PXD007635/OvCa100_classII_Rep#1.raw
Exception: [AbstractCommand.cc:351] errorCode=3 URI=ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/11/PXD007635/OvCa100_classII_Rep
-> [HttpSkipResponseCommand.cc:219] errorCode=3 Resource not found

08/01 18:38:03 [NOTICE] Download GID#9476c1bde9a8def1 not complete:

我很确定我的集群代理设置是正确的,并且基于 aria2c 错误信息,资源站点似乎已关闭,但只需在网络浏览器中单击并下载即可。有人会给我任何提示吗?非常感谢!

最佳答案

您只需将“#”替换为“%23”即可。

关于curl - 通过 FTP 下载文件时遇到问题。 (wget, curl, aria2c),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63210717/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com