Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
10.3k views
in .NET FTP by (162k points)
A user writes:

Hi,

I have just downloaded the latest edtFTPNET and when l connect to a server
running solaris 9 or 10 l cannot get a file listing.

We also have tested successfully on a Linux and Unix

Any Help?



First thing (for anyone with a file listing problem) - post the log file and the stack trace. Also helpful to post is a file listing obtained by logging into the FTP server via the command line and typing "dir".

14 Answers

0 votes
by (162k points)
This all looks ok so far - is there anything after the last line, below?

DEBUG [EnterpriseDT.Net.Ftp.FTPClient] 9 Jun 2005 09:55:12.696 : Getting file list
DEBUG [EnterpriseDT.Net.Ftp.FTPClient] 9 Jun 2005 09:55:12.696 : Received listing line: total 2
DEBUG [EnterpriseDT.Net.Ftp.FTPClient] 9 Jun 2005 09:55:12.696 : Received listing line: -rw-r--r-- 1 rt1 other 15 May 31 12:51 testfile
DEBUG [EnterpriseDT.Net.Ftp.FTPControlSocket] 9 Ju
0 votes
by
No.

That is the complete log.
0 votes
by (162k points)
Can you call Logger.Shutdown() at the end of your bit of test code? That will flush the log.

Thanks for your patience, we'd like to solve this.

No.

That is the complete log.
0 votes
by
When we turn on the logging options and call the shutdown, we have notice that solaris file listing format is different to our unix server.

E.g

SCO
drwxrwxrwx 15 group 512 Apr 11 14:20 BSWVOL

Solaris
-rw-r--r-- 1 rt1 other 15 May 31 12:51 testfile

There is an extra column in the file listing. This will cause an error in OUR ftp library.

So l am very sorry to waste your time.

Thanks for the help anyway.
:D

Categories

...