Changes between Version 1 and Version 2 of Ticket #51170, comment 21
- Timestamp:
- 03/27/2022 05:58:20 PM (4 years ago)
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. 1 PR 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. 2 2 3 3 Testing is all still passing.