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

Changelog

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

  * No-change rebuild against php 7

 -- Nish Aravamudan <email address hidden>  Fri, 01 Apr 2016 02:32:18 +0000

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Dario Minnucci
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe web

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-net-ftp_1.4.0.orig.tar.gz 34.5 KiB b06d0f01bdb3f9f6f38746798801a15da8ee1d717702f84efecbd875a5e3a3a5
php-net-ftp_1.4.0-1build1.debian.tar.xz 3.1 KiB 7ead1c090393a552ef539ff06c5551e095d4b0298a2f607a44b6f97ee9eb69a9
php-net-ftp_1.4.0-1build1.dsc 1.9 KiB bde5425c5b1f4197df6d9fc31d7aaa03dc788f5f57f6eaf8c4d4093426081d4b

View changes file

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.