[ANNOUNCEMENT] Net_FTP-1.4.0 (stable) Released.

[email protected] ("PEAR Announce") Wed, 11 Mar 2015 15:19:32 +0000 (GMT)
Newsgroups php.pear.general
Message-ID <[email protected]>
The new PEAR package Net_FTP-1.4.0 (stable) has been released at http://pear.php.net/.

Release notes
-------------
* Feature Request 20317: Switch to BSD License.
* Fixed Bug 20096: Package doesn't install because of conflict.
* Fixed Bug 20088: Missing file config.php.
* Validate return of _lsFiles() and _lsDirs() during _rmDirRecursive().
* Handle failed ls() command during chmodRecursive().
* $_file_extensions is prepped with invalid data.

Package Info
------------
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.

Related Links
-------------
Package home: http://pear.php.net/package/Net_FTP
   Changelog: http://pear.php.net/package/Net_FTP/download/1.4.0
    Download: http://download.pear.php.net/package/Net_FTP-1.4.0.tgz

Authors
-------
Jorrit Schippers (lead)