ERROR: Unexpected directory listing
This error occurs in console and GUI mode, but I'm primarily interested in making things work in the console. Here is what is happening:
Retries generate the same error. Anyone know what's up? Note: if I don't connect to the host via scp:// authentication fails entirely.
winscp> open scp://user:password@example.com
Initialisation...
Searching for host...
Connecting to host...
Authenticating...
Using username "user".
Authenticated.
Starting the session...
Reading remote directory...
Session started.
Active session: [1] user@example.com
winscp> cd /home/anotheruser/share
/home/anotheruser/share
winscp> ls
Error listing directory '/home/anotheruser/share'.
Unexpected directory listing line 'drwxr-xr-x 13 root 512 Apr 5 2006 .'.
(A)bort, (R)etry, (S)kip: Skip
EAccessViolation
winscp>
Retries generate the same error. Anyone know what's up? Note: if I don't connect to the host via scp:// authentication fails entirely.