Wget локальный файл, 403 - PullRequest
0 голосов
/ 19 сентября 2019

Я попытался загрузить какой-то файл localhost с помощью wget.Но я получил ошибку 403.

wget -d http://127.0.0.1:5000/downloads/files/local/CFFFP_3DBenchy.gcode
Reading HSTS entries from /home/aaaaa/.wget-hsts
URI encoding = `UTF-8'
--2019-09-20 01:23:45--  http://127.0.0.1:5000/downloads/files/local/CFFFP_3DBenchy.gcode
127.0.0.1:5000 に接続しています... 接続しました。
Created socket 3.
Releasing 0x0000557183362560 (new refcount 0).
Deleting unused 0x0000557183362560.

---request begin---
GET /downloads/files/local/CFFFP_3DBenchy.gcode HTTP/1.1
User-Agent: Wget/1.17.1 (linux-gnu)
Accept: */*
Accept-Encoding: identity
Host: 127.0.0.1:5000
Connection: Keep-Alive

---request end---
HTTP による接続要求を送信しました、応答を待っています... 
---response begin---
HTTP/1.1 403 Forbidden
Date: Thu, 19 Sep 2019 16:23:45 GMT
Content-Length: 69
Content-Type: text/html; charset=UTF-8
X-Robots-Tag: noindex, nofollow, noimageindex

---response end---
403 Forbidden
Registered socket 3 for persistent reuse.
URI content encoding = `UTF-8'
Skipping 69 bytes of body: [<html><title>403: Forbidden</title><body>403: Forbidden</body></html>] done.
2019-09-20 01:23:45 エラー 403: Forbidden。

Я могу получить ссылку ниже localhost.

wget http://127.0.0.1:5000/#control

Я не могу найти четкого решения, и я борюсь за это.Есть идеи?спасибо.

...