Changes between Initial Version and Version 1 of Ticket #51170, comment 8
- Timestamp:
- 03/25/2022 12:45:44 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51170, comment 8
initial v1 1 1 If the fallback is to check `ftp_size`, is there some reason to even try `ftp_nlist`? 2 3 Since 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.