araneolus opened a new issue, #678: URL: https://github.com/apache/mina-sshd/issues/678
### Version 2.15.0 ### Bug description WinScp will have Problem, if the sshd Server with the scpShell is start with German Local Than the Files and Directory will be list with German "Umlaute" like this. _drw-rw-rw- 1 test group 0 März 4 11:56 test1_ I have test it in my own ScpShell Class with the following DateTimeFormater and it works well than. _drw-rw-rw- 1 test group 0 Mar 4 11:56 test1_ ... protected static class PathEntry implements Comparable<PathEntry> { public static final DateTimeFormatter FULL_TIME_VALUE_FORMATTER = DateTimeFormatter.ofPattern("MMM ppd HH:mm:ss yyyy",Locale.ENGLISH); public static final DateTimeFormatter TIME_ONLY_VALUE_FORMATTER = DateTimeFormatter.ofPattern("MMM ppd HH:mm",Locale.ENGLISH); public static final DateTimeFormatter YEAR_VALUE_FORMATTER = DateTimeFormatter.ofPattern("MMM ppd yyyy",Locale.ENGLISH); ... ### Actual behavior drw-rw-rw- 1 test group 0 März 4 11:56 test1 ### Expected behavior drw-rw-rw- 1 test group 0 Mar 4 11:56 test1 ### Relevant log output ```Shell ``` ### Other information _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org