[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RaQ 4] Enabeling ftp via php
- Subject: Re: [cobalt-users] [RaQ 4] Enabeling ftp via php
- From: cobalt-users@xxxxxxxxxxxxxxx
- Date: Fri Jun 1 14:35:36 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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