Re: Problem with LANG setting (SOLVED)
O.K., got it, although the solution was not that obvious:
1. The options for directory listing are greyed out by default – they are only used for SCP and not for SFTP.
2. There is no option to make
3. Solution in my case was to use force
Thanks!
1. The options for directory listing are greyed out by default – they are only used for SCP and not for SFTP.
2. There is no option to make
ls
ignore the language setting anyway.
3. Solution in my case was to use force
/bin/bash
as shell so that the unsetting of LANG
variables works again.
Thanks!