Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
To: "C. Porter Bassett" <cporter@byu.edu>
Cc: <cygwin@cygwin.com>
Subject: Re: wget not behaving correctly
References: <02a501c1370a$0f4204b0$0a00a8c0@PWORK>
From: Andrew Markebo <flognat@flognat.myip.org>
Date: 06 Sep 2001 23:30:11 +0200
In-Reply-To: <02a501c1370a$0f4204b0$0a00a8c0@PWORK>
Message-ID: <m3vgiwc8ik.fsf@localhost.localdomain>
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" <porter@et.byu.edu> 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/

