On Fri, Jun 29, 2001 at 11:40:00AM -0500, Brian wrote:
> I need to find a way to download images off of an http server.  Is there
> any way of doing this?  
[...]
> I tried lynx www.somesite/images/certainimage.jpg > file but lynx
> didn't like that.  TIA!

lynx -source www.somesite/images/certainimage.jpg > file 

Nate