Changes between Initial Version and Version 1 of Ticket #51170, comment 17
- Timestamp:
- 03/26/2022 03:23:14 AM (4 years ago)
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.1 This 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. 2 2 3 3 -----