Changes between Version 1 and Version 2 of Ticket #28616, comment 1
- Timestamp:
- 06/23/2014 07:48:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28616, comment 1
v1 v2 9 9 }}} 10 10 11 This naive approach retries infinitely, reconnecting to FTP server on failure. There should probably be a new option to ftp_set_option() to control the number of connection retries.11 This naive approach retries infinitely, reconnecting to FTP server on failure. There should probably be a new option in PHP to ftp_set_option() to control the number of connection retries. But WP does not have any control over that. 12 12 13 13 It doesn't really seem feasible to fix at the higher level because many things call put_contents() directly (like unzip layer). I don't see an option besides making the lower level more resilient.