Re: Some folders not visible in GUI or via script
< 2022-09-01 14:29:54.640 Type: SSH_FXP_NAME, Size: 538, Number: 2828
< 2022-09-01 14:29:54.640 68,00,00,0B,0C,00,00,00,06,00,00,00,03,41,42,53,00,00,03,BD,02,00,00,00,00,
The highlighted part of the response from the server shows that it returned 6 entries. And 6 entries did WinSCP decode from the response:
. 2022-09-01 14:29:54.640 ABS;D;0;2021-12-02T18:51:48.000Z;4;"user" [0];"group" [0];rwxrwxrwx;1
. 2022-09-01 14:29:54.640 BAR;D;0;2021-09-15T17:24:57.000Z;4;"user" [0];"group" [0];rwxrwxrwx;1
. 2022-09-01 14:29:54.640 BBK;D;0;2022-06-24T14:50:48.000Z;4;"user" [0];"group" [0];rwxrwxrwx;1
. 2022-09-01 14:29:54.640 ECM;D;0;2022-07-21T16:30:51.000Z;4;"user" [0];"group" [0];rwxrwxrwx;1
. 2022-09-01 14:29:54.640 ForwardAdvantage;D;0;2021-08-04T14:22:52.000Z;4;"user" [0];"group" [0];rwxrwxrwx;1
. 2022-09-01 14:29:54.640 HomeCare;D;0;2021-12-09T17:26:22.000Z;4;"user" [0];"group" [0];rwxrwxrwx;1
And that's it. There's nothing more. No
MM
. The server does not return it.
The server uses SFTP version 6, which is rarely used. Many clients do not support it. So it's quite common that implementation in servers is buggy, as it is not well tested. Sometimes, forcing lower version (3) can help. Try it. But I do not really expect it to help, as you have same problems with FileZilla. And FileZilla does support version 3 only.