Download via HTTP
-
How can I recursively download files over HTTP onto a pfsense box? Fetch doesn't appear to support recursion, I'm not in the mood to script it, and I get the following error after installing the FreeBSD7 version of wget:
/libexec/ld-elf.so.1: /lib/libc.so.7: version FBSD_1.1 required by wget not found
Any ideas?
PS - both /libexec/ld-elf.so.1 and /lib/libc.so.7 exist, have proper permissions, and everything else on the system works perfectly.