Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #51170, comment 21


Ignore:
Timestamp:
03/27/2022 05:58:20 PM (4 years ago)
Author:
afragen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51170, comment 21

    v1 v2  
    1 PR updated to use `ftp_rawlist()` after `is_dir()` check in FTPext. This avoids any potential incorrectly configured FTP servers.
     1PR updated to use `ftp_rawlist()` after `is_dir()` check in FTPext. This avoids any potential incorrectly configured FTP servers. `ftp_rawlist()` uses the `LIST` command which should always be present.
    22
    33Testing is all still passing.