I am using TC/CE 2.51 on WinMobile 5.0 and was trying to connect to a TypFTP server (français or English), without initial success, only received empty listings

So I went to this forum, and quickly discovered the log feature; it quickly showed that the problem was that "normal" clients sent plain LIST commands, while TC/CE (or the embedded MS ftp client?) sent
Code: Select all
LIST /
Code: Select all
ls /

Before sending bug reports everywhere I searched harder on both forums, and I came back with this post (which indicates how turn on the "ShowHidden" feature), which said it used the
Code: Select all
LIST -la /


So I tried it, and SUCCESS

So probably something good to know widely, which is why I post it here (perhaps to give Christian an idea to make this feature more easily visible?)