wget baixar arquivos pdf falhar

1

Estou usando:

wget -r -A pdf https://labraj.uni-mb.si

mas em vez de pdf eu recebo essa saída no console:

--2013-03-23 15:11:03--  https://labraj.uni-mb.si/
Resolving labraj.uni-mb.si (labraj.uni-mb.si)... 164.8.230.26
Connecting to labraj.uni-mb.si (labraj.uni-mb.si)|164.8.230.26|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://labraj.uni-mb.si/Splo%C5%A1ne_informacije [following]
--2013-03-23 15:11:09--  https://labraj.uni-mb.si/Splo%C5%A1ne_informacije
Reusing existing connection to labraj.uni-mb.si:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
labraj.uni-mb.si: Permission deniedlabraj.uni-mb.si/index.html: No such file or directory

Cannot write to 'labraj.uni-mb.si/index.html' (Success).

Como posso fazer isso corretamente?

    
por Primož Kralj 23.03.2013 / 15:13

1 resposta

0

Você pode usar este exemplo, mas não acredito que ele seja obtido de subpastas.

De link

14. Download Only Certain File Types Using wget -r -A

You can use this under following situations:

Download all images from a website Download all videos from a website Download all PDF files from a website

$ wget -r -A.pdf http://url-to-webpage-with-pdfs/

Você também pode precisar alterar o agente do navegador para que seu wget não apareça como uma aranha.

    
por 23.03.2013 / 15:20

Tags