| PEAR Announce 2005-03-31, 3:58 pm |
| The new PEAR package Net_FTP-1.3.0 (stable) has been released at http://pear.php.net/.
Release notes
-------------
Another month of testing did not bring any more critical bugs to daylight. Therefore
and because PEAR 1.4.0 will depend optionally on Net_FTP I decided to run the next
stable release. The following changes were made to the package files:
- Updated year.
- Updated docblocks regarding the new standard.
- Fixed whitespace issues.
- Fixed bug 3362: bug in Net_FTP::_rm_file.
- Added PEAR 1.4 compatible package2.xml (package.xml version 2.0).
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 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.
Related Links
-------------
Package home: http://pear.php.net/package/Net_FTP
Changelog: http://pear.php.net/package/Net_FTP/download/1.3.0
Download: http://pear.php.net/get/Net_FTP-1.3.0.tgz
Authors
-------------
Tobias Schlitt <toby@php.net> (lead)
|