hey folks,
do want to retrieve some files from a directory with the http protocol in a fast way? in the gnu wget manual you’ll find some possible solutions. but this particular command was my favourite:
wget -r -l1 --no-parent -A.pdf http://www.server.com/dir/
here we are, all pdfs downloaded from the directory!