Page 1 of 1
FTP Client - Unable to parse listing of files... (Cerberus)
Posted: 13 Mar 2006, 16:23
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:
...and then this listing:
When I manually set Initial directory in SS FTP Client plugin to e.g. "E", it works nicely:
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.
Posted: 13 Mar 2006, 16:44
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.
Posted: 13 Mar 2006, 18:46
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...
Posted: 13 Mar 2006, 18:54
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!