FTP Client - Unable to parse listing of files... (Cerberus)

Discussion of bugs and problems found in Altap Salamander. In your reports, please be as descriptive as possible, and report one incident per report. Do not post crash reports here, send us the generated bug report by email instead, please.
User avatar
Mem
Posts: 202
Joined: 08 Mar 2006, 15:07
Contact:

FTP Client - Unable to parse listing of files... (Cerberus)

Post by Mem »

I connect to one ftp server running Cerberus ("220-Welcome to Cerberus FTP Server, 220 Created by Grant Averett"). The initial directory of ftp server is mapped to show all drives on that server (disk drive C:, D:, E:, F: ). In TC I can see those drives as directories named C, D, E, F and simply open it. In SS I can see this messagebox:
Image

...and then this listing:
Image

When I manually set Initial directory in SS FTP Client plugin to e.g. "E", it works nicely:
Image

So I think the "only" problem is to deal with the initial listing of drives. I can provide access to that server for testing purposes if needed.
Petr Solin
ALTAP Staff
ALTAP Staff
Posts: 1112
Joined: 08 Dec 2005, 09:13
Location: Novy Bor, Czech Republic
Contact:

Post by Petr Solin »

Please send me raw listing which cannot be parsed:
- connect to FTP server
- go to root
- error message "unable to parse listing" should be displayed, close it
- click right button in panel, choose Show Raw Listing, click Save As
- send me this file, pack it to .zip archive (or other)

My email: petr.solin at altap.cz.
User avatar
Mem
Posts: 202
Joined: 08 Mar 2006, 15:07
Contact:

Post by Mem »

Petr Solin wrote:Please send me raw listing which cannot be parsed:
The raw listing is exactly only the same text as shown on the previous screenshot (I am also sending listing.txt to you right now):

Code: Select all

dr--r--r--   1 user     group           0 Jan 01  1601 d
dr--r--r--   1 user     group           0 Jan 01  1601 f
dr--r--r--   1 user     group           0 Jan 01  1601 e
dr--r--r--   1 user     group           0 Mar 06  2004 c
And "Show Log..."

Code: Select all

Connecting to "x.x.x.x" (x.x.x.x) on port 21.
Log UID is 4, time is 13.03.2006 - 18:50:35.

220-Welcome to Cerberus FTP Server
220 Created by Grant Averett
USER xxx
331 User xxx Ok, password please
PASS (hidden)
230 Password Ok, User logged in
(18:50:35): Logged in successfully, getting system information...
SYST
215 UNIX Type: L8
PWD
257 "/" is the current directory
(18:50:35): Changing path to "/"...
(18:50:35): Listing path "/"...
PORT 192,168,1,4,5,38
200 Port command received
TYPE A
200 Type ASCII
LIST
150 Opening data connection
226 Transfer complete
(18:50:36): Unknown server type, unable to parse text listing...
Petr Solin
ALTAP Staff
ALTAP Staff
Posts: 1112
Joined: 08 Dec 2005, 09:13
Location: Novy Bor, Czech Republic
Contact:

Post by Petr Solin »

OK, I have it. The problem is in date: Jan 1, 1601 is currently unsupported. I will fix it. Thanks for report!
Post Reply