Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #56966, comment 12


Ignore:
Timestamp:
11/06/2022 09:43:29 AM (11 months ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56966, comment 12

    v2 v3  
    111111Adding `dev-feedback`.
    112112
    113 I also still need to find out what type of warning/error is thrown on FTP servers that already enable the switch and `-a` is passed with `ftp_rawlist()`. FileZilla server does this, so if anyone can set up WordPress to use `define( 'FS_METHOD', 'ftpext' )` running FileZilla server, implement the above change, remove the `@` operator, and call `::exists()` on a file that doesn't exist, that would be great!
     113I also still need to find out what type of warning/error is thrown on FTP servers that already enable the switch and `-a` is passed with `ftp_rawlist()`. MacOS' built-in FTP server does this, so if anyone can set up WordPress to use `define( 'FS_METHOD', 'ftpext' )` running the Mac FTP server, implement the above change, remove the `@` operator, and call `::exists()` on a file that doesn't exist, that would be great!