M
M
mUchenik2017-06-26 10:32:35
Wget
mUchenik, 2017-06-26 10:32:35

How to download a separate folder from a site with all attachments?

Hello!
I'm trying to download a folder with images.
Judging by the links, the images I need are in the folder I need.
I issue the wget command:


wget --user-agent="Mozilla/5.0" -r -l 0 -nc -np -m -p -k -E -c -e robots=off --limit-rate=50k -w 3 -PC:\ Site https://my_site.com.ru/files/ --no-check-certificate

In response I get:

--no-clobber and --convert-links are specified at once, only --convert-links will be used.
--2017-06-26 12:04:32-- https://my_site.com.ru/files/
My_site.com.ru (my_site.com.ru) is recognized: *.***.**.* *
Connecting to my_site.com.ru (my_site.com.ru)|**.***.**.**|:443... connection established.
WARNING: Unable to verify my_site.com.ru certificate issued by :
Unable to authenticate the requester locally.
HTTP request sent. Waiting for response: 404 Not Found
2017-06-26 12:04:33 ERROR 404: Not Found.
Links converted to files (0) in 0.02 seconds.

It is this folder that is not downloaded, but all the contents are without problems, in the sense, except for this folder ... :(
How can I download this particular folder?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question