PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_FTP » Bug #4389

PutRecurrsive crashes when it meets a fake directory

Details

Submitted2005-05-19 16:50 UTC
Fromtom at rochen dot com
Assignedtoby
StatusNo Feedback
PackageNet_FTP
PHP Version4.3.10
OSLinux
Roadmaps(Not assigned)

Comments

[2005-05-19 16:50 UTC] tom at rochen dot com

Description:
------------
It seems that there is an issue with the PutRecurrsive function in which it crashes if it meets a folder that really isn't a folder.

It seems to crash with this error message...
Given local-path '/path/to/fake/dir/' seems not to be a directory.

Because of this, it causes the script to fail, which I can't have it happen.