mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2026-09-09 01:00:15 +08:00
1. Add `cwd_list` option to switch LIST command logic Use CWD + LIST "" instead of LIST <path> to fix garbled non-UTF8 paths on legacy Chinese FTP servers, eliminate fake duplicate folders. 2. Filter entries with "/" in filename Skip cdir marker entries carrying full path names, compliant with FTP filename specification. Co-authored-by: Claude <81847+claude@users.noreply.github.com>