| PEAR Announce 2007-12-22, 7:06 pm |
| The new PEAR package Net_FTP-1.4.0a1 (alpha) has been released at http://pear.php.net/.
Release notes
-------------
* Fixed bug #6754: Add method to set directory list matcher explicitly
* Fixed Bug #7102: Add ability to disable use of ftp_nb_put(), can sometimes bevery slow
* Improved detection of remote directories. It is slower than before, but does not
rely on simply detecting if the given path ends with a slash.
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.0a1
Download: http://download.pear.php.net/packag...FTP-1.4.0a1.tgz
Authors
-------
Jorrit Schippers (lead)
|