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

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



> Hi all,
> 
> i've got a question about how to enable the ftp-functions
> (like ftp_connect(), ftp_login(), ...) in php on a Raq 4.
> It seems, that ftp connect to the RaQ 4 via a php-script
> is not supported by default on a RaQ 4, because when i
> try to use these functions on a .php-site i get an error message,
> that says that these functions are unknown.
> My question:
> What do i have to do to enable these functions, so that ftp
> connections via a .php-site are possible?
> Is there a .pkg-file, that i have to install or do i have to modify
> the php.ini? - I have no idea, so i would be very glad if you
> could help me out.
> 
> Rüdiger Seemann
> 
> 
> 
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
> 

Rudiger,

I'd rather suggest that on your raq php was not compiled right for ftp
support.

Uhm, there's no .pkg, I guess that'll help here. You'll need to re-compile
php4:

For ftp to work you must do ./configure --enable-ftp in php4.

Do ./configure --help for further info, as former php4 versions needed
'--with-ftp'.

For further information on this topic, refer to the php manual at
http://www.php.net



Regards,

Hendrik
--