gpt4 book ai didi

wget - 对于包含用户名和密码的 HTTPS,正确的 wget 命令语法是什么?

转载 作者:行者123 更新时间:2023-12-01 22:18:04 25 4
gpt4 key购买 nike

我想使用 wget 通过此 URL 远程下载文件:

https://test.mydomain.com/files/myfile.zip

网站 test.mydomain.com 需要登录。我想使用此命令在我的另一台服务器中下载该文件,但它不起作用(未完全下载该文件):

wget --user=myusername --password=mypassword https://test.mydomain.com/files/myfile.zip

如果我的用户名是 myusername,密码是 mypassword,正确的 wget 语法是什么?

以下是我输入上述命令后的返回消息:

Resolving test.mydomain.com (test.mydomain.com)... 123.456.789
Connecting to test.mydomain.com (test.mydomain.com)|123.456.789|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://test.mydomain.com/login/unauthorized [following]
--2013-01-30 02:01:32-- https://test.mydomain.com/login/unauthorized
Reusing existing connection to test.mydomain.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://test.mydomain.com/login [following]
--2013-01-30 02:01:32-- https://test.mydomain.com/login
Reusing existing connection to test.mydomain.com:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `myfile.zip'

我错过了什么吗?请帮忙。谢谢。

最佳答案

通过指定选项 --user 和 --ask-password wget 将要求提供凭据。下面是一个例子。根据您的需要更改用户名和下载链接。

wget --user=username --ask-password https://xyz.com/changelog-6.40.txt

关于wget - 对于包含用户名和密码的 HTTPS,正确的 wget 命令语法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14595554/

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