[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [RaQ 4] Enabeling ftp via php



Hi,

> What do i have to do to enable these functions, so that ftp
> connections via a .php-site are possible?

You have to (re)configure en (re)install php from source, using
'--enable-ftp' when './configure'ing. You should be able to find lots of
info in the archives and through Google.

Create a file like test.php in a webdir and put something like this in it:

<?php
phpinfo();
?>

When accessed thru a browser, it will give you all configure options of the
current php install.

Read up at http://www.php.net!

Good luck... Nico