/ "C. Porter Bassett" <[EMAIL PROTECTED]> 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/

Reply via email to