Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.4.1

Request #6806 Allow recursive up-/download with only adding newer files
Submitted: 2006-02-17 09:45 UTC
From: francois at upian dot com Assigned: jorrit
Status: Closed Package: Net_FTP (version 1.3.2)
PHP Version: 5.1.2 OS: Windows, Linux
Roadmaps: 1.4.0a2    
Subscription  


 [2006-02-17 09:45 UTC] francois at upian dot com
Description: ------------ When fetching a whole directory whith getRecursive($remotepath, $localpath, $overwrite = false), the process stop when the function found an existing file that may not be overwritten. It's because line 1221, the get() function send an exception instead of just saying all it's ok. I replaced, this line with a "return true" and the script now works as expected. In my case, i just wanted to retrieve the new files and that's was not possible with current behaviour.

Comments

 [2006-02-17 11:23 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2008-05-19 19:41 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!