Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com To: "C. Porter Bassett" Cc: Subject: Re: wget not behaving correctly References: <02a501c1370a$0f4204b0$0a00a8c0 AT PWORK> From: Andrew Markebo Date: 06 Sep 2001 23:30:11 +0200 In-Reply-To: <02a501c1370a$0f4204b0$0a00a8c0@PWORK> Message-ID: Lines: 18 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii / "C. Porter Bassett" wrote: | When I run | wget -r -A gif,jpg,png,bmp | http://fan.theonering.net/rolozo/galleries.php?mode=2 | it cannot find the file | http://fan.theonering.net/rolozo/galleries.php?mode=2, but it can when run | in linux. Perhaps this has something to do with the ? in the URL? Could be the '?' yes, try to put >"< around the url.. wget -r -A gif,jpg,png,bmp "http://fan.theonering.net/rolozo/galleries.php?mode=2" or escape the ? like \? /Andy -- The eye of the beholder rests on the beauty! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/