cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Download

From: Song Ma <songmash_at_gmail.com>
Date: Mon, 3 Sep 2007 18:26:01 +0800

You can try this. It works.

curl '
http://api.fmanager.net/api_v1/xmlapi.php?dev-t=EDCRFV&with=mod=file,id=18378'
-L -o the_world_of_ice_09.mpg

Basically you should put your URL within single quota '...' because it
contains "&". "&" has special meaning under UNIX/Linux Shell. Besides you
should use "-L" option for curl command line because your URL will be
redirected to a new location.

2007/9/3, Yedidi, Santhosh <Santhosh.Yedidi_at_jacobs.com>:
>
> Hi
>
>
>
> I have download link
> "http://api.fmanager.net/api_v1/xmlapi.php?dev-t=EDCRFV&with=mod=file,id=18378"
>
>
> When I done CURL
> http://api.fmanager.net/api_v1/xmlapi.php?dev-t=EDCRFV&with=mod=file,id=18378,
> nothing happens. Can anyone help
>
>
>
> Santhosh
> =00This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they are
> addressed. If you have received this email in error please notify the system
> manager. This message contains confidential information and is intended only
> for the individual named. If you are not the named addressee you should not
> disseminate, distribute or copy this e-mail.
Received on 2007-09-03