Make WordPress Core

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


Ignore:
Timestamp:
03/26/2022 03:23:14 AM (4 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51170, comment 17

    initial v1  
    1 This ticket proposes making `WP_Filesystem_FTPext::exists()` and `WP_Filesystem_ftpsockets` compliant with RFC 959 by only using NLST on directories, rather than on both directories and files.
     1This ticket proposes making `WP_Filesystem_FTPext::exists()` and `WP_Filesystem_ftpsockets::exists()` compliant with RFC 959 by only using NLST on directories, rather than on both directories and files.
    22
    33-----