Opened 20 years ago

Last modified 19 years ago

#510 closed Bug report

Directory Listing from symbolic link fails

Reported by: kikidonk Owned by:
Priority: normal Component: Other
Keywords: Cc: kikidonk, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

Hi !
First of all nic app! keep it on !

Well I've a problem with a specific server. It is a
SFTP server (i don't know if it has anything to do ..).
When i log in, i am in this directory:

/students/home/zoner/rslinckx/

In this directory, there is a symbolic link (that
represent a folder) pointing to

/students/share/gr1216

The problem is that when i double click on this link,
Filezilla appears to resole the link, but when LISTing
it shows the files in /students/home/zoner/rslinckx/
and not the files in the gr1216/ folder...

It is the same thing if I enter directly
/students/share/gr1216 as adress in the adressbar, then
it shows nothing when LISTing...

Here is the log (this shows the correct listing in the
window):
Connecting to sshifsa.fsa.ucl.ac.be:45001 ...
Status: Connected with sshifsa.fsa.ucl.ac.be:45001,
initializing SFTP connection...
Command: CONNECT rslinckx@…:45001
Response: Remote working directory is
/students/home/zoner/rslinckx
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: Remote directory is /students/home/zoner/rslinckx
Command: LIST
Response: Sucessfully received 34 items
(..)
Trace: drwxr-s--- 3 rslinckx student 512 Mar 7

9:43 JPadPro/

Trace: lrwxrwxrwx 1 root other 22 Sep 19
12:19 gr1216 -> /students/share/gr1216
Trace: drwxr-xr-x 9 rslinckx student 512 Oct 3

8:57 jedit/

Trace: drwx------ 2 rslinckx student 512 Nov 7
10:06 mail/
(...)
Status: Directory listing successful

Then I double click on the gr1216/ symbolic link, but
the same listing is returned...

Status: Retrieving directory listing...
Command: CD gr1216
Response: Remote working directory is now
/students/share/gr1216
Command: LIST
Response: Sucessfully received 34 items
(...)
Trace: drwxr-s--- 3 rslinckx student 512 Mar 7

9:43 JPadPro/

Trace: lrwxrwxrwx 1 root other 22 Sep 19
12:19 gr1216 -> /students/share/gr1216
Trace: drwxr-xr-x 9 rslinckx student 512 Oct 3

8:57 jedit/

Trace: drwx------ 2 rslinckx student 512 Nov 7
10:06 mail/
(...)
Status: Directory listing successful

And this happens everytime i click on that link...

If i enter directly the correct adress in the adressbar
it returns me exactly the same thing...

Any hint ? (if you need to test some things on the
server, contact me by mail, because this is a ssh and i
can't give out the password of course :) )

Change History (1)

comment:1 by Tim Kosse, 19 years ago

This bug report has been closed due to inactivity and has possibly
already been solved.

You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).

Note: See TracTickets for help on using tickets.