[PHP] help-regarding-file_get_contents

2005-02-07 Thread vijayaraj nagarajan
hi john i am a php user... one help from you.. i could download the contents of an url from http:// sitesbut when i tried downloading the contents from an ftp site... i get this error... Warning: file_get_contents(): php_hostconnect: connect failed in /var/www/html/get.php on line 3 Warning:

Re: [PHP] help-regarding-file_get_contents

2005-02-07 Thread Guillermo Rauch
Does the server support passive FTP connections? Extracted from the PHP Manual: PHP 3, PHP 4, PHP 5. ftps:// since PHP 4.3.0 * ftp://example.com/pub/file.txt * ftp://user:[EMAIL PROTECTED]/pub/file.txt * ftps://example.com/pub/file.txt *