php-net-ftp 1:1.4.0-2.1 source package in Ubuntu
Changelog
php-net-ftp (1:1.4.0-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Sun, 03 Jan 2021 12:58:04 +0100
Upload details
- Uploaded by:
- Debian PHP PEAR Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian PHP PEAR Maintainers
- Architectures:
- all
- Section:
- php
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php-net-ftp_1.4.0-2.1.dsc | 1.9 KiB | 1c284c1ce3c531870d4dd971c9fc7c9d209da1176a78da3eb2f165c4833d5be2 |
php-net-ftp_1.4.0.orig.tar.gz | 34.5 KiB | b06d0f01bdb3f9f6f38746798801a15da8ee1d717702f84efecbd875a5e3a3a5 |
php-net-ftp_1.4.0-2.1.debian.tar.xz | 3.9 KiB | af262510f5ea68c741546a68a8c649ad04eb38abe7d72ebde1a64ef895831783 |
Available diffs
- diff from 1:1.4.0-2 to 1:1.4.0-2.1 (351 bytes)
No changes file available.
Binary packages built by this source
- php-net-ftp: Net_FTP provides an OO interface to the PHP FTP functions plus some additions
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
natively
supported by PHP and additionally features like recursive up- and downloading,
dircreation and chmodding. It also implements an observer pattern to allow
for example the view of a progress bar.