cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

RE: problem downloading this file

From: Jordi Agusti Fonoll <jagusti_at_ivoox.com>
Date: Mon, 2 Feb 2009 13:08:12 +0100

This is all prints I get:

About to connect() to levantateysalacaminar.podOmatic.com port 80
* Trying 38.99.42.38... * connected
* Connected to levantateysalacaminar.podOmatic.com (38.99.42.38) port 80
> GET /enclosure/2009-02-01T18_00_27-08_00.mp3 HTTP/1.1
Host: levantateysalacaminar.podOmatic.com
Accept: */*

< HTTP/1.1 200 OK
< Date: Mon, 02 Feb 2009 11:19:46 GMT
< Server: Apache
< Content-Transfer-Encoding: binary
< Cache-Control: public, max-age=900
< Content-Disposition: attachment;
filename="levantateysalacaminar_2009-02-01T18_00_27-08_00.mp3"
< P3P: policyref="http://www.podOmatic.com/w3c/p3p.xml", CP="CAO DSP COR
IND CUR ADMi DEVi PSAi IVAi IVDi CONi OUR PHY ONL UNI PUR DEM PRE"
< Vary: User-Agent
< Last-Modified: Sun, 01 Feb 2009 19:39:23 GMT
< Content-Length: 0
< ETag: "8273b8cc-0-461e0985330c0"
< Content-Type: audio/mpeg
* Connection #0 to host levantateysalacaminar.podOmatic.com left intact
Array
(
    [url] =>
http://levantateysalacaminar.podOmatic.com/enclosure/2009-02-01T18_00_27
-08_00.mp3
    [content_type] => audio/mpeg
    [http_code] => 200
    [header_size] => 522
    [request_size] => 113
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.423029
    [namelookup_time] => 5.5E-05
    [connect_time] => 0.20237
    [pretransfer_time] => 0.202409
    [size_upload] => 0
    [size_download] => 0
    [speed_download] => 0
    [speed_upload] => 0
    [download_content_length] => 0
    [upload_content_length] => 0
    [starttransfer_time] => 0.422966
    [redirect_time] => 0
)

cURL error number:0

cURL error:* Closing connection #0

-----Mensaje original-----
De: curl-and-php-bounces_at_cool.haxx.se
[mailto:curl-and-php-bounces_at_cool.haxx.se] En nombre de Daniel Stenberg
Enviado el: 2009-02-02 13:00
Para: curl with PHP
Asunto: Re: problem downloading this file

On Mon, 2 Feb 2009, Jordi Agusti Fonoll wrote:

> I want to download this file from:
>
http://levantateysalacaminar.podOmatic.com/enclosure/2009-02-01T18_00_27
> -08_00.mp3
>
> But I get this error:
>
> Connection #0 to host levantateysalacaminar.podOmatic.com left intact
> cURL error number:0
> cURL error:* Closing connection #0

Sorry, but those aren't errors at all... They're just verbose output
from
libcurl.

-- 
  / daniel.haxx.se
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2009-02-02