Source: php-net-ftp
Section: php
Priority: optional
Maintainer: Dario Minnucci <midget@debian.org>
Build-Depends: debhelper (>= 9), pkg-php-tools
Standards-Version: 3.9.5
Homepage: http://pear.php.net/package/Net_FTP/
Vcs-Git: git://anonscm.debian.org/collab-maint/php-net-ftp.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/php-net-ftp.git

Package: php-net-ftp
Architecture: all
Depends: ${misc:Depends}, ${phppear:Debian-Depends}
Recommends: ${phppear:Debian-Recommends}
Breaks: ${phppear:Debian-Breaks}
Description: 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.
