[wp-trac] [WordPress Trac] #26802: WordPress FTP component fails to update core on IIS7+
WordPress Trac
noreply at wordpress.org
Sat Jan 18 05:45:29 UTC 2014
#26802: WordPress FTP component fails to update core on IIS7+
--------------------------+------------------------------
Reporter: WinWPAdmin | Owner: dd32
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: Awaiting Review
Component: Filesystem | Version: 3.7.1
Severity: major | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by dd32):
> Attachment attachment:26802.diff added
I haven't yet been able to duplicate the reported issue, however this
patch fixes a few somewhat related issues:
* If the Windows FTP server is set to use 4 digit dates (30-12-2013) then
the parsing fails
* If the Windows FTP server is set to use unix format, the parsing fails
(as we skip that branch for `$is_windows`)
* The time calculations were not consistent (`01` + `PM` rather than just
`13`)
* The size of directories was reported as `<DIR>`
The parsing fixes should fix a few cases of 'Could not find Content
Directory (wp-content)' errors, but shouldn't affect copying files as this
ticket suggests.
@WinWPAdmin I've also reached out to you by email with a request
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26802#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list