gpt4 book ai didi

linux - 无法使用 wget 下载文件

转载 作者:太空宇宙 更新时间:2023-11-04 05:51:28 29 4
gpt4 key购买 nike

我需要从 Linux 中的文件云下载文件,但现在我在 Linux 上遇到以下错误,如果我在 Windows 上执行此链接,则会下载文件。

wget  https://cloud.xxxxx.xx/core/downloadfile?filepath=/SHARED /gf/xxxxxxx/my-filename-v6b.box&filename=my-filename-v6b.box&  disposition=attachment
[1] 62347
[2] 62348
$ --2016-01-11 10:45:53-- https://cloud.xxxxx.xx /core/downloadfile?filepath=/SHARED/ah/xxxxxxxxxxx/my-filename-v6b.box
Resolving cloud.xxxxx.xx (cloud.xxxxx.xx)... xxx.xx.xx.xxx
Connecting to cloud.xxxxx.xx (cloud.xxxxx.xx)|xxx.xxx.xx.xxx|:443... connected.
HTTP request sent, awaiting response... 200 OK

The file is already fully retrieved; nothing to do.


[1]- Done wget https://cloud.xxxxx.xx/core/downloadfile?filepath=/SHARED/ah/xxxxxxxxxxx/my-filename-v6b.box
[2]+ Done filename=my-filename-v6b.box

最佳答案

尝试将您的网址括在单大括号中:

wget 'https://cloud.xxxxx.xx/core/downloadfile?filepath=/SHARED /gf/xxxxxxx/my-filename-v6b.box&filename=my-filename-v6b.box&  disposition=attachment'

关于linux - 无法使用 wget 下载文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34719674/

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