| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
FTP problem
From: Anton Andrievskij <x.meglio_at_gmail.com>
Date: Sun, 28 Sep 2008 14:18:11 +0300
Hi experts and professionals.
My goal is to automatically download PDF files and convert them to
Here is how it works:
My problem is when I'm trying to fetch PDF files from symantec FTP
file_get_contents() fails with RETR response 425 (can't open
I tried *curl* library, and I get the same error. Here is my code:
*****
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $pdf);
$str = curl_exec($ch);
curl_close($ch);
This code produces this output:
Can't get PDF file:
---------------
I'm open to use any solution (not curl only). But I hope this can be solved
Just help me to understand how to solve my problem.
_______________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info