| Pear Announce 2004-06-28, 8:58 pm |
| The new PEAR package Net_FTP-1.3.0beta4 (beta) has been released at http://pear.php.net/.
Release notes
-------------
Another beta, since I added many new stuff in the last days.
Changelog:
-----------
Additions:
* Optimized OS determination. Thanks to Eric Quilantang.
* Added ability to set timeout in constructor.
* Added much more error handling.
* Added real error codes with full documentation.
Fixes:
* Fix bug #1176: Net_FTP::ls can return dates in the future.
* Fix bug #1446: Bug in isPassive().
* Fix bug #1480 _list_and_parse() may throw warnings.
* Fix bug #1445 Improvement of setTimeout() method + timout handling.
* Renamed makeDirPermissions() to _makeDirPermissions(), since it's private (CS).
* Fix './' syntax for pathes.
Todo:
* More testing.
* Add example for observer.
* Add unit test.
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.0beta4
Download: http://pear.php.net/get/Net_FTP-1.3.0beta4.tgz
Authors
-------------
Tobias Schlitt <toby@php.net> (lead)
|