Tracker »
Issue 142 – Custom command for listing remote directory with SCP protocol
:
General
:
Unspecified
:
Enhancement
:
Medium
:
0
Should help with most causes of:
https://winscp.net/eng/docs/message_unexpected_directory_listing
https://winscp.net/eng/docs/message_unexpected_directory_listing
Other related documentation changes:
https://winscp.net/eng/docs/message_unexpected_directory_listing
https://winscp.net/eng/docs/requirements#scp
https://winscp.net/eng/docs/message_unexpected_directory_listing
https://winscp.net/eng/docs/requirements#scp
- missing group name
- missing space in between columns (particularly username/group name, group name/size)
For example to force inserting a space at given place, one can specify following custom listing command:
ls -la | sed "s/^.\{28\}/& /"
https://winscp.net/forum/viewtopic.php?t=5017
https://winscp.net/forum/viewtopic.php?t=2211
https://winscp.net/forum/viewtopic.php?t=5282