Issue activity log
2008-01-30 10:43 | Created | Custom command for listing remote directory with SCP protocol |
Component | General | |
Severity | Enhancement | |
Comment | This would allow user to overcome minor issues preventing WinSCP to parse directory listing (for example by filtering the ls output using sed), including: - 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 |
|
Status | RESOLVED | |
Implemented in | 4.1 | |
Resolution | FIXED | |
2008-02-20 23:23 | Comment | Should help with most causes of: https://winscp.net/eng/docs/message_unexpected_directory_listing |
2008-04-08 11:30 | Comment | Documented: https://winscp.net/eng/docs/ui_login_scp#directory_listing |
2008-04-08 11:37 | Comment | Other related documentation changes: https://winscp.net/eng/docs/message_unexpected_directory_listing https://winscp.net/eng/docs/requirements#scp |