BitKinex does not display symbolic links

Hello

I have some issues with BitKinex which does not display symlink on an FTP connection.
Only the directory are displayed but I can still access the symlink if I change the directory and give the symlink name.

This is the raw output:


Resolving host name "hostname" ...
Opening control connection ( hostname:21 => ip: x.x.x.x, port: 21 )
Connected (x.x.x.x:21)
>>> 220---------- Welcome to Pure-FTPd [privsep] ----------
>>> 220-You are user number 11 of 50 allowed.
>>> 220-Local time is now 11:58. Server port: 21.
>>> 220-This is a private system - No anonymous login
>>> 220-IPv6 connections are also welcome on this server.
>>> 220 You will be disconnected after 15 minutes of inactivity.
<<< USER user
>>> 331 User user OK. Password required
<<< PASS ******
>>> 230-User user has group access to: user
>>> 230 OK. Current restricted directory is /
<<< CWD /
>>> 250 OK. Current directory is /
<<< PASV
>>> 227 Entering Passive Mode (x,x,x,x,124,46)
Resolving host name "x.x.x.x" ...
Opening data connection ( x.x.x.x => ip: x.x.x.x, port: 31790 )
Connected (x.x.x.x:31790)
<<< MLSD
>>> 150 Accepted data connection
>>> 226-Options: -a -l
>>> 226 6 matches total
type=cdir;sizd=4096;modify=20120105111332;UNIX.mode=0755;UNIX.uid=504;UNIX.gid=102;unique=835g149c001; .
type=pdir;sizd=4096;modify=20120105111332;UNIX.mode=0755;UNIX.uid=504;UNIX.gid=102;unique=835g149c001; ..
type=dir;sizd=4096;modify=20120109104250;UNIX.mode=0755;UNIX.uid=504;UNIX.gid=505;unique=835g149c426; Folder1
type=dir;sizd=4096;modify=20120112065058;UNIX.mode=0755;UNIX.uid=504;UNIX.gid=505;unique=835g1ba0008; TEMP
type=dir;sizd=4096;modify=20120102101153;UNIX.mode=0755;UNIX.uid=504;UNIX.gid=102;unique=835g1b9c00c; Folder2
type=OS.unix=slink:;size=29;modify=20111005070615;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=835g149c00d; symlink
FIN received
Data connection closed
<<< CWD /Folder1/
>>> 250 OK. Current directory is /Folder1
<<< PASV
>>> 227 Entering Passive Mode (x,x,x,x,217,200)
Resolving host name "x.x.x.x" ...
Opening data connection ( x.x.x.x => ip: x.x.x.x, port: 55752 )
Connected (x.x.x.x:55752)
<<< MLSD
>>> 150 Accepted data connection
>>> 226-Options: -a -l
>>> 226 8 matches total
type=cdir;sizd=4096;modify=20120102101153;UNIX.mode=0755;UNIX.uid=504;UNIX.gid=102;unique=835g1b9c00c; .
type=pdir;sizd=4096;modify=20120105111332;UNIX.mode=0755;UNIX.uid=504;UNIX.gid=102;unique=835g149c001; ..
type=OS.unix=slink:;size=34;modify=20111012124249;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=835g4d0007; 2007
type=OS.unix=slink:;size=35;modify=20111012125950;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=835g4d0001; 2008
type=OS.unix=slink:;size=35;modify=20111012125918;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=835g4d0008; 2009
type=OS.unix=slink:;size=34;modify=20111012124029;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=835g4d0006; 2010
type=OS.unix=slink:;size=35;modify=20111012123057;UNIX.mode=0777;UNIX.uid=0;UNIX.gid=0;unique=835g4d0005; 2011
type=dir;sizd=4096;modify=20120109132713;UNIX.mode=0755;UNIX.uid=504;UNIX.gid=505;unique=835g1ba8293; 2012
FIN received
Data connection closed

The "symlink" at the root is not visible and all symlink (2007, 2008, 2009, 2010, 2011) in the "Folder1" are not visible, only the folder "2012" is visible.

I have the default configuration for FTP.

Please let me know if this is a known issue or if this is something I can correct via configuration.

Thank you