Home » Networking » Net_FTP » Bug #4389
PutRecurrsive crashes when it meets a fake directory
Details
| Submitted | 2005-05-19 16:50 UTC |
|---|---|
| From | tom at rochen dot com |
| Assigned | toby |
| Status | No Feedback |
| Package | Net_FTP |
| PHP Version | 4.3.10 |
| OS | Linux |
| 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.