Hi Robert
Can you FTP into the machine from the command-line, navigate to your directory you want to list, type 'debug' and then 'dir'.
Then send us the output of the listing. We'll take a look and try to find a solution.
Regards
Bruce Blackshaw
EDT
-----Original Message-----
Sent: 30 January 2007 03:00
To:
support@enterprisedt.com
Subject: edtFTPnet - ParseProblem
Hallo,
I couldn't register into your forum. Anyway I do have the following problem:
I am using your free 1.2.3 .net Version. And have the ftp server running on UNIX Type: L8 Version: SUNOS
When I try running the following code:
FTPFile[] files = ftpConnection.GetFileInfos();
this exception is thrown:
Unexpected number of fields in listing 'dev:' - expected minimum 8 fields but found 1 fields
So I guess, that the parser doesn't work right. So I tried writing my own ParserClass. The parse method of this parser gets "total 394" as a string. So there is not much information to parse.
What can I do?
I connect to several machines in the network with the same OS. I can connect to some machines and list files.
Many regards,
Robert.