How to add ftp extension without recompiling php

WBOY
Release: 2016-07-25 09:05:44
Original
1559 people have browsed it
  1. extension_dir="/usr/local/php/etc/ext"

  2. #Load module

  3. extension=ftp.so

Copy code

#Save and exit

At this point, the loading of the ftp extension is successfully completed.

Articles you may be interested in: php ftp function application (example, ftp class, create directory function, etc.) php custom ftp class and calling example php ftp class (upload, download, copy, move, etc.) Implementation code of FTP class imitating CodeIgniter PHP classes and calling examples for implementing ftp upload Simple example of php ftp file upload function An example of php ftp file download code A simple example of php using ftp to download files php implements automatic ftp update of files Another php FTP upload class php uses ftp function to implement simple upload function A simple example of using php function to upload files Three examples of using ftp to transfer, download and delete files php uses ftp function to create directory (generate static) ftp file upload class written in php php ftp function operation example



source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!