cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

Re: Resuming file transfers issue

From: <denis.papathanasiou_at_gmail.com>
Date: Tue, 06 Jan 2009 10:36:25 -0500

> I got some very strange output when I tried the following
>
> 1. $ curl http://web.1.c3.audiovideoweb.com/1c3web3536/StoryOfStuff.mov
>
> I get some strange letters and something like <|<|<| (sort of a
> triangle no progress bar)

Unlike wget, curl doesn't create the file ("StoryOfStuff.mov" in this
case) for you on your local filesystem automatically.

You need to redirect curl's output to a file:

curl http://web.1.c3.audiovideoweb.com/1c3web3536/StoryOfStuff.mov >
/path/where/you/want/to/save/it/StoryOfStuff.mov

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-01-06

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET