curl-users
RE: download image without direct link
Date: Mon, 4 Apr 2011 02:10:19 -0700 (PDT)
Well, I know, it's a cUrl and not 'wget' list, but simply doing
wget 'http://sat106.sat24.nl/h-image.ashx?region=eu&time=201104040900&ir=False'
did save the image to my disk, and it is correctly recognized and
displayed.
...
And
curl 'http://sat106.sat24.nl/h-image.ashx?region=eu&time=201104040900&ir=False' > foo.gif
also did the job - the image is saved and correctly displayed.
Regards,
Sergei.
--- On Mon, 4/4/11, Dmitry ☻ <evermind_at_live.ru> wrote:
From: Dmitry ☻ <evermind_at_live.ru>
Subject: RE: download image without direct link
To: curl-users_at_cool.haxx.se
Date: Monday, April 4, 2011, 12:42 AM
If I right understand I need to do something like:
curl --data "region=eu&time=201104040800&ir=False" http://sat106.sat24.nl/h-image.ashx?
Am I right? How I can set uploading dir?
-----Inline Attachment Follows-----
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-04-04