On Saturday 31 May 2003 07:41 am, Canadaka wrote:
> Me and a friend have been trying to make a php ftp
> client, 

I'm confused. Do you literally mean an FTP client that is 
written in PHP (thus requiring PHP to be installed on each 
client machine)?

Or do you mean a PHP generated HTML-based page, delivered 
to the client's browser, that interfaces with an FTP server?

Or maybe you mean a PHP page, delivered to the client's 
browser, that triggers FTP transactions between your PHP 
server and a remote FTP server and then passes the result 
on to the client. (That would be termed a proxy, I presume.)

--Frappy

> it works fine on *nix systems, but not on
> Windows. We looked at everything, until i finaly noticed
> that php 4.2.3 is missing in the php.ini the
> extension=php_ftp.dll line. The actualy file in the
> extensions dir is missing as well.
>
> So where did it go? and where can i get it? can anyone
> send it too me? I was unable to find one on google. Or is
> there a reason its gone?
>
> Thanks

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to