卷曲替换“wget -O”或如何使用curl定义目标文件
我在使用卷曲时遇到问题。我想用curl 来替代
wget -O file
,或者
wget --output-document=file
我已经搜索了手册页和谷歌,但没有找到合适的替代品。 或者有人知道如何在curl中定义目标文件
感谢您的帮助。
I have a problem using curl. I want to have a replacement with curl for
wget -O file
or
wget --output-document=file
I have seached the manpages and google and did not find a proper replacement.
or does somebody know how to define targetfiles in curl
Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单,简单。
或者
(我确信阅读
curl --help
会比在SO上准备一个Q花费更少的时间。)Simple, simple.
or
(And I am sure reading
curl --help
would have taken less time than prepping a Q on SO.)