Hello,
I've the same problem with LIST command in FTP connection.
FTP don't list the directors and files in the LIST command request in
a uClinux target.
When I use a Standart Linux FTP Client the LIST command work:
ftp> ls
200 PORT command sucessful.
150 Opening ASCII mode data connection for '/bin/ls'.
bin dev drivers etc home lib mnt proc
sbin sys tmp usr var
226 Transfer complete.
When I use Eclipse RSE FTP Client the LIST command doesn't work:
LIST -a
150 Opening BINARY mode data connection for '/bin/ls'.
226 Transfer complete.
A dump observation:
- FTP Client LIST response is in ASCII mode, and in RSE is in BINARY mode.
Pheraps everyone already noted it, but I'd like reforce it.
Tks