php-net-ftp 1:1.4.0-1 source package in Ubuntu

Changelog

php-net-ftp (1:1.4.0-1) unstable; urgency=medium

  * New upstream release (1.4.0)
  * debian/copyright:
    - Upstream's switched to BSD License. (Closes:#752641)
    - Copyright year bump.
  * debian/control:
    - Bump Standards-Version to 3.9.6 (no changes).

 -- Dario Minnucci <email address hidden>  Wed, 18 Nov 2015 13:09:10 +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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-net-ftp_1.4.0-1.dsc 1.8 KiB 4dc682f474381d1f1db06875e1149a34e513ea618657bac892869af90d0bb736
php-net-ftp_1.4.0.orig.tar.gz 34.5 KiB b06d0f01bdb3f9f6f38746798801a15da8ee1d717702f84efecbd875a5e3a3a5
php-net-ftp_1.4.0-1.debian.tar.xz 3.0 KiB 9c92fe29554f147e979dc092dc1b932576d707b522b7823f88d39d68de3cf350

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.