Differences
This shows you the differences between the selected revisions of the page.
2015-02-18 | 2015-05-19 | ||
login dialog was redesigned a while ago (martin) | does not even mention openssh for windows these days (martin) | ||
Line 16: | Line 16: | ||
Use the //Listing command// to change shell command, WinSCP uses to list directory contents. Particularly if your shell does not print group name in directory listing by default, use ''ls -gla'' to enforce it. | Use the //Listing command// to change shell command, WinSCP uses to list directory contents. Particularly if your shell does not print group name in directory listing by default, use ''ls -gla'' to enforce it. | ||
- | When the //Ignore LS warnings// checkbox is ticked, WinSCP will ignore any error messages printed by the ''ls'' command as long as it produces some regular output too. It also makes WinSCP ignore exit code ''1'' of the command. The option was added primarily to override ''pagefile.sys'' access-error produced by [[&opensshwin|OpenSSH for Windows]] whenever root directory was opened. However it may be useful even in other situations. | + | When the //Ignore LS warnings// checkbox is ticked, WinSCP will ignore any error messages printed by the ''ls'' command as long as it produces some regular output too. It also makes WinSCP ignore exit code ''1'' of the command. |
The //Try to get full timestamp// makes WinSCP attempt to use ''%%--full-time%%'' option for ''ls'' command. It is particularly useful when you want to use some [[task_synchronize|synchronization]] command, for what you need precise timestamps. When it is ticked, WinSCP will add the option to the first ''ls'' command it issues. When the (first) command fails for whatever reason, WinSCP will stop using the option for the whole session. However in some cases WinSCP may fail to detect that the command failed. Then you need to disable the feature manually. | The //Try to get full timestamp// makes WinSCP attempt to use ''%%--full-time%%'' option for ''ls'' command. It is particularly useful when you want to use some [[task_synchronize|synchronization]] command, for what you need precise timestamps. When it is ticked, WinSCP will add the option to the first ''ls'' command it issues. When the (first) command fails for whatever reason, WinSCP will stop using the option for the whole session. However in some cases WinSCP may fail to detect that the command failed. Then you need to disable the feature manually. |