Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Stefan Ceran Newsgroups: comp.os.linux.misc Subject: Download directory with wget Date: 4 Jul 2011 19:16:17 GMT Lines: 20 Message-ID: <97ehs1FcqjU1@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net 59r49mGz+84HstrGyUoZCAR1R86EtqdoQpZoJXYm3mokmuBlwK Cancel-Lock: sha1:lKggUrmrNRVMXUbCLHo4iu/enZM= User-Agent: Pan/0.133 (House of Butterflies) Xref: x330-a1.tempe.blueboxinc.net comp.os.linux.misc:1576 Hi, I would like to download all pictures from a specific directory on a http server, like the picture http://pix2day.com/galerie/#/content/Wallpaper/Windows7/Windows7-32.jpg I tried to use wget with this command: wget -nH --cut-dirs=3 -r -np http://pix2day.com/galerie/#/content/ Wallpaper/Windows7/ However it downloads all the files on this http server (also parent directories) and the jpegs are missing. Any ideas what may be wrong? Thank you. Best, Stefan