Changes between Initial Version and Version 1 of Ticket #11581, comment 6
- Timestamp:
- Apr 23, 2018, 6:03:04 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11581, comment 6
initial v1 1 1 Does the server by chance still not support the MLSD command? 2 2 3 In case the server isstill requires using the outdated LIST command, then trailing pipes have to be ignored among a few other character as it is a type indicator in ls-style listings. And no, changing how the LIST output is parsed cannot be changed as doing so would annoy countless other users that rely on the type indicator to be stripped, as it not part of the filename itself.3 In case the server still requires using the outdated LIST command, then trailing pipes have to be ignored among a few other character as it is a type indicator in ls-style listings. And no, changing how the LIST output is parsed cannot be changed as doing so would annoy countless other users that rely on the type indicator to be stripped, as it not part of the filename itself. 4 4 5 5 The solution is to upgrade to a server supporting MLSD which is well-specified and does not suffer from this problem. MLSD has been specified over 11 years ago. Every modern server supports it.