[PHP] FTP DLL

2003-06-01 Thread Canadaka
Me and a friend have been trying to make a php ftp client, 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

Re: [PHP] FTP DLL

2003-06-01 Thread Philip Olson
Me and a friend have been trying to make a php ftp client, 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.

Re: [PHP] FTP DLL

2003-06-01 Thread Frappy John
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,