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.
I am trying to download some updates from ftp://public.dhe.ibm.com/software/rational/clearcase, but the FTP client can't parse the listing of the rational folder.
I tried various UNIX and IBM types, but no luck
Perhaps the problem is in line "drwxr-s--x1214 102004493 533 102400 Aug 30 05:42 private"?
But seriously - my Salamander (2.54 EN, Win XP 32-bit SP 3 EN) has no problem with listing the Rational folder. The only problem is the Private folder, but that would be because it's private, right?
Slanec wrote:But seriously - my Salamander (2.54 EN, Win XP 32-bit SP 3 EN) has no problem with listing the Rational folder. The only problem is the Private folder, but that would be because it's private, right?
I wonder how you did it. AS 2.54 EN, FTP 1.32. With autodetected server type, I am even getting inconsistent results on root folder.
Ctrl+Shift+F (as expected), copypaste the address into Quick Connect with default setting (see picture attached), hit Enter. No hidden magic, I believe.
I tried to play with the server for a while, but I haven't encountered any problem so far.
Ctrl+Shift+F (as expected), copypaste the address into Quick Connect with default setting (see picture attached), hit Enter. No hidden magic, I believe.
I tried to play with the server for a while, but I haven't encountered any problem so far.
Hmm, I should have posted the problematic URL and not the URL I wanted to get in: I was complaining about the rational folder, but the URL ends with clearcase. So, can you list ftp://public.dhe.ibm.com/software/rational ?
Don't worry, I got that one. I tried to list many of the associated folders there, including the problematic one (both directly through url and nondirectly through navigating through the server). All of them work as expected.
(I'm confused as to what you are seeing or not seeing or can or cannot do.)
Anyhow, I seem to have no issues, except for the Private directory (cannot be listed).
I cannot get the strange looking Date_Name combo listing like Jan posted.
Suppose they use a server farm?
Suppose they may also send you to a particular set based on locale?
So that may be part of the differences seen?
Jan Patera wrote:Perhaps the problem is in line "drwxr-s--x1214 102004493 533 102400 Aug 30 05:42 private"?
Yes, there is missing space after "rights" column: "drwxr-s--x1214" should be "drwxr-s--x 1214".
When I try to connect to this server, it works well, because it sends me this line correctly with space:
"drwxr-s--x 1206 17037 209 94208 Sep 4 00:42 private".
It's possible to patch UNIX1 parser to bypass this error in listing but I'm not sure if it is good idea. It's rare and it can cause troubles with parsing other listings.
Jan Patera wrote:Perhaps the problem is in line "drwxr-s--x1214 102004493 533 102400 Aug 30 05:42 private"?
It's possible to patch UNIX1 parser to bypass this error in listing but I'm not sure if it is good idea. It's rare and it can cause troubles with parsing other listings.
I would go for it. At least some heuristics could be done, IMHO.