Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51170, comment 8


Ignore:
Timestamp:
03/25/2022 12:45:44 AM (4 years ago)
Author:
afragen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51170, comment 8

    initial v1  
    11If the fallback is to check `ftp_size`, is there some reason to even try `ftp_nlist`?
     2
     3Since the function only checks a single file or directory it seems less efficient to try and find all the files in a directory and then search for the file name.