How to Install php-net-ftp software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install php-net-ftp software package in Ubuntu 14.04 LTS (Trusty Tahr)

php-net-ftp software package provides provides an OO interface to the PHP FTP functions, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install php-net-ftp 

php-net-ftp is installed in your system.

Make ensure the php-net-ftp package were installed using the commands given below,

$ sudo dpkg-query -l | grep php-net-ftp *

You will get with php-net-ftp package name, version, architecture and description in a table

php-net-ftp package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Web Software
Package php-net-ftp
Version 1.4.0a3-3
Description provides an OO interface to the PHP FTP functions
Sub Section Web


See Also, How to uninstall or remove php-net-ftp software package from Ubuntu 14.04 LTS (Trusty Tahr)?