Well your does not really follow specification. It declares support for
MLSD
"Feature" in
FEAT
response.
> 2014-05-16 11:08:27.342 FEAT
< 2014-05-16 11:08:27.357 211-Extension supported
...
< 2014-05-16 11:08:27.591 MLSD
There's no such "feature" in FTP. There's only
MLST
that declares support for BOTH
MLST
and
MLSD
commands, as per RFC 3659. As there are are few such FTP servers that incorrectly declare
MLSD
instead of
MLST
, WinSCP goes at least as far as to understand both
MLSD
and
MLST
"features". But no matter what feature the server declares, WinSCP interprets it as if the server supported both commands. The specification does not allow server to support one of them only.
Quoting RFC 3659, section 7.8:
Note that there is no distinct FEAT output for MLSD. The presence of
the MLST feature indicates that both MLST and MLSD are supported.