首页 > 解决方案 > 正在执行 wget 命令 404 Not Found 错误

问题描述

当我在下面执行 wget 命令时,会抛出异常。有什么建议么?

command:
 wget --user 'myusername' --password 'mypassword' -r -A '*.jpg' 'http://123.12.12.123:8090/file/settings'


exception:
--2021-04-18 20:17:46-- http://123.12.12.123:8090/file/settings

Connecting to 123.12.12.123:8090... connected.

Proxy request sent, awaiting response... 404 Not Found

2021-04-18 20:17:46 ERROR 404: Not Found.

标签: wget

解决方案


推荐阅读