I am trying to write a unix shell script to download all the files in a directory posted on a website. How would I go about doing this? Thanks playas
+4
A:
You could make use of wget
's flags:
--mirror
--no-parent
Alan Haggai Alavi
2010-10-27 18:50:43