| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
Newbie question concerning ftplistonly option
From: Frederic Fleche <frederic.fleche_at_gmail.com>
Date: Tue, 6 Sep 2005 15:04:36 +0200
Hello curl guys,
When I execute the following code lines I get an html code that list a ftp
I did some google groups search without any success so your a my last
Thanks in advance,
Fred
<?php
if(! $output_file = fopen("./list_ftp_address.txt", "w")) die("problem to
$url = "ftp://ftp.sanger.ac.uk/pub/CGP/cosmic/data_export/";
$essai = curl_exec($ch);
fwrite($output_file, $essai);
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info