This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: wget not behaving correctly


/ "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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]