Search found 3 matches

by coder_infidel
Mon Oct 05, 2009 8:54 am
Forum: AndFTP
Topic: Cannot list files on Windows CE FTP Server
Replies: 3
Views: 9815

Re: Cannot list files on Windows CE FTP Server

Also, the output of the SYST command on Windows Server is: 215 Windows_NT Compared to Windows CE: 215 Windows_CE version 4.20. I think it would be better if you could parse the listing in a way that just works for both, but if you do need to decode the listing differently based on the output of SYST...
by coder_infidel
Mon Oct 05, 2009 2:09 am
Forum: AndFTP
Topic: Cannot list files on Windows CE FTP Server
Replies: 3
Views: 9815

Re: Cannot list files on Windows CE FTP Server

No, but I can show you a directory listing. On a Windows Server FTP server the directory listing looks like: 150 Opening ASCII mode data connection for /bin/ls. 10-13-08 12:00PM 96705 file1.dat 08-31-09 04:41PM 261120 file2.dat 04-30-09 03:29AM 4702208 file3_with_quite_a_long_filename.dat 10-05-09 1...
by coder_infidel
Fri Oct 02, 2009 3:47 am
Forum: AndFTP
Topic: Cannot list files on Windows CE FTP Server
Replies: 3
Views: 9815

Cannot list files on Windows CE FTP Server

Hi,

I tried to use AndFTP to connect to an Windows CE 4.2-based embedded device running the FTP server that Microsoft provides but I get an empty directory listing. Other FTP clients work fine, including ftp.exe, Windows Explorer and FileZilla.

Luke