簡體   English   中英

通過 FTP 下載文件時遇到問題。 (wget,curl,aria2c)

[英]Having trouble downloading a file through FTP. (wget, curl, aria2c)

I am having trouble downloading a file through FTP ( ftp://ftp.pride.ebi.ac.uk/pride/data/archive/2017/11/PXD007635 ), this FTP site doesn't require any credential and I can download在我的 web 瀏覽器中直接單擊它。 但是當我嘗試將它直接下載到我的集群時,它不起作用。

我試過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 錯誤信息,資源站點似乎已關閉,但只需在 web 瀏覽器中單擊並下載即可。 有人會給我任何暗示嗎? 非常感激!

您只需將“#”簡單地替換為“%23”。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM