Jump to content

[help] How to install ftp modules


junkle

Recommended Posts

Ma fellow coder c0uld you direct me on how to inztall ftp m0dule on ma host. I d0wnl0aded ftp script , when i try loging in with ftp acc0unt, i g0t err0r that ftp m0dule iz n0t inztall on my h0zt. Here iz d er0r inf0: An error has occured:

TheFTP module of PHP is not

installed.

 

Drilldown: ftp_openconnection >

function_exists > ftp_connect:

FTP module of PHP

Link to comment
https://forums.phpfreaks.com/topic/287647-help-how-to-install-ftp-modules/
Share on other sites

You could compile your php version with "Enable PHP Support" including the following option to ./configure --enable-ftp. If you're using some RPM distro with yum (require yum 3.2.22 or newer.) you would check whether the packet is available in your repositories, it should be inside the php-common packet.

yum provides "php-ftp"

BTW: Are you using English writing posts? 

Is it a dedicated or shared hosting environment? If the server is dedicated you need hire someone to do this job for you, if not, you need to contact to your hosting provider to ask them why your version of php doesn't have a ftp library included in that version of php.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.