php-net-ftp 1.4.0a3-3 source package in Ubuntu

Changelog

php-net-ftp (1.4.0a3-3) unstable; urgency=medium


  * Rebuilt against pkg-php-tools 1.11
  * debian/rules: Don't install usr/share/php/data directory and 
    usr/share/php/generate_package_xml.php file

 -- Dario Minnucci <email address hidden>  Wed, 05 Feb 2014 06:35:16 +0100

Upload details

Uploaded by:
Dario Minnucci
Uploaded to:
Sid
Original maintainer:
Dario Minnucci
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe web

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
php-net-ftp_1.4.0a3-3.dsc 1.8 KiB 3a2b2faeffb8eaec367dad1c08398480f92140d3a0d9b0bac372ace321d26968
php-net-ftp_1.4.0a3.orig.tar.gz 34.8 KiB 8e04c380a8d7db546e672efe750c1726c5bfba59c1ad597709de9c1123941ba5
php-net-ftp_1.4.0a3-3.debian.tar.xz 3.7 KiB 8930665c3dc816dc83ad4e78a417d88e870d04e1e8d4fbf32ff7537ed2bc7691

Available diffs

No changes file available.

Binary packages built by this source

php-net-ftp: provides an OO interface to the PHP FTP functions

 Net_FTP allows you to communicate with FTP servers in a more comfortable way
 than the native FTP functions of PHP do. The class implements everything
 nativly supported by PHP and additionally features like recursive up- and
 downloading, dircreation and chmodding. It although implements an observer
 pattern to allow for example the view of a progress bar.