Hello and Greetings, NYPHP,

   I have a potential project that requires the ability to do file
   transfers from one website to another using FTP, i.e. the files and
   folders are on an ftp server and need to be downloaded to a folder
   /directory that is running on the server making the request.

   Is this a possibility using PHP? Has anyone done it successfully?

   I am looking at the possibilities of using :


   $url = "http://test.com/index.html";; fopen($url, "r");

   and/or
   
   $f = fopen("ftp://test.com";);
   ftp_pasv($f, true);

Pointers very much apprecated. TIA.

-- 
Best regards,
 mikesz                          mailto:[EMAIL PROTECTED]

_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show_participation.php

Reply via email to