gpt4 book ai didi

linux - wget:非 http URL 上不支持的方案

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:14:52 24 4
gpt4 key购买 nike

我的 shell 脚本中有以下行:

export URL=file://myhost/system.log
wget -v $URL

当我尝试运行脚本时,出现以下错误:

file://myhost/system.log: Unsupported scheme.

这是否意味着 wget 仅支持 http 和 ftp?

最佳答案

man wget 显示:

It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.

尝试 curl,它支持文件 URL。另请注意,您可能需要在此处使用三个斜杠。两个属于协议(protocol)指标(file://),一个属于路径(/myhost/system.log)

export URL=file:///myhost/system.log

关于linux - wget:非 http URL 上不支持的方案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13387970/

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