Hi there!
Some issues with build 440:
The resolution of symbolic links while accessing servers via SFTP is a kind of broken.
First take a look at the following directory listing (it's a SuSE Enterprise Server 9):
Now take a look at the first screenshot, there you can see, how Cirrus has parsed the directory. There are 11 entries displayed as symlinked folders. But they are files! For example the first entry awk -> gawk .
When you try to double-click such a entry an error is displayed in the log-section: Unable to load awk: No such file

Some symbolic links are parsed correctly, for example lsmod.old -> /sbin/insmod.old.
This one can be opened, but is not marked as symlink.
The second screenshot shows how WinSCP has parsed the directory (all correct).

Two more things I stumbled upon:
Christoph
Some issues with build 440:
The resolution of symbolic links while accessing servers via SFTP is a kind of broken.
First take a look at the following directory listing (it's a SuSE Enterprise Server 9):
Code:
server:/bin # ll total 6244 drwxr-xr-x 2 root root 4096 Apr 3 2007 . drwxr-xr-x 19 root root 4096 Oct 11 13:00 .. -rwxr-xr-x 1 bin bin 3136 Nov 17 2005 arch -rwxr-xr-x 1 bin bin 96184 Jun 30 2004 ash -rwxr-xr-x 1 bin bin 600713 Jun 30 2004 ash.static lrwxrwxrwx 1 bin bin 4 Mar 15 2007 awk -> gawk -rwxr-xr-x 1 bin bin 17198 May 4 2005 basename -rwxr-xr-x 1 bin bin 448312 Dec 15 2004 bash -rwxr-xr-x 1 bin bin 21526 May 4 2005 cat -rwxr-xr-x 1 bin bin 38592 May 4 2005 chgrp -rwxr-xr-x 1 bin bin 38280 May 4 2005 chmod -rwxr-xr-x 1 bin bin 42603 May 4 2005 chown -rwxr-xr-x 1 bin bin 4680 Jun 30 2004 chvt -rwxr-xr-x 1 bin bin 65798 May 4 2005 cp -rwxr-xr-x 1 bin bin 64080 Nov 17 2005 cpio lrwxrwxrwx 1 bin bin 4 Mar 15 2007 csh -> tcsh -rwxr-xr-x 1 bin bin 47328 May 4 2005 date -rwxr-xr-x 1 bin bin 35465 May 4 2005 dd -rwxr-xr-x 1 bin bin 5136 Jun 30 2004 deallocvt -rwxr-xr-x 1 bin bin 38984 May 4 2005 df -rwxr-xr-x 1 bin bin 4628 Nov 17 2005 dmesg lrwxrwxrwx 1 bin bin 8 Mar 15 2007 dnsdomainname -> hostname lrwxrwxrwx 1 bin bin 8 Mar 15 2007 domainname -> hostname -rwxr-xr-x 1 bin bin 49680 Jun 30 2004 dumpkeys -rwxr-xr-x 1 bin bin 18688 May 4 2005 echo -rwxr-xr-x 1 bin bin 51052 Jun 30 2004 ed -rwxr-xr-x 1 bin bin 38 Jun 30 2004 egrep -rwsr-x--- 1 root audio 42380 Jun 30 2004 eject -rwxr-xr-x 1 bin bin 15888 May 4 2005 false -rwxr-xr-x 1 bin bin 4320 Jun 30 2004 fgconsole -rwxr-xr-x 1 bin bin 38 Jun 30 2004 fgrep -rwxr-xr-x 1 bin bin 32008 Jun 30 2004 fillup -rwxr-xr-x 1 bin bin 23028 Jun 30 2004 fuser -rwxr-xr-x 1 bin bin 221395 May 23 2005 gawk -rwxr-xr-x 1 bin bin 5284 Jun 30 2004 getkeycodes -rwxr-xr-x 1 bin bin 126348 Jun 30 2004 grep -rwxr-xr-x 1 bin bin 24492 Nov 17 2005 guessfstype -rwxr-xr-x 3 bin bin 60431 Nov 17 2005 gunzip -rwxr-xr-x 3 bin bin 60431 Nov 17 2005 gzip -rwxr-xr-x 1 bin bin 9384 Dec 8 2004 hostname -rwxr-xr-x 1 bin bin 18551 Jun 30 2004 initviocons -rwxr-xr-x 1 bin bin 339 Jun 30 2004 ipg -rwxr-xr-x 1 bin bin 5904 Jun 30 2004 kbd_mode -rwxr-xr-x 1 bin bin 6092 Jun 30 2004 kbdrate -rwxr-xr-x 1 bin bin 21895 May 4 2005 kill -rwxr-xr-x 1 bin bin 208453 Apr 4 2005 ksh -rwxr-xr-x 1 bin bin 29722 May 4 2005 ln -rwxr-xr-x 1 bin bin 70032 Jun 30 2004 loadkeys -rwxr-xr-x 1 bin bin 14764 Jun 30 2004 loadunimap -rwxr-xr-x 1 bin bin 8180 Nov 17 2005 logger -r-xr-xr-x 1 bin bin 38244 Nov 17 2005 login -rwxr-xr-x 1 bin bin 90559 May 4 2005 ls -rwxr-xr-x 1 bin bin 8421 Nov 17 2005 lsmod lrwxrwxrwx 1 bin bin 16 Mar 15 2007 lsmod.old -> /sbin/insmod.old lrwxrwxrwx 1 bin bin 13 Mar 15 2007 mail -> /usr/bin/nail -rwxr-xr-x 1 bin bin 14412 Jun 30 2004 mapscrn -rwxr-xr-x 1 bin bin 27580 May 4 2005 mkdir -rwxr-xr-x 1 bin bin 25320 May 4 2005 mknod ...
When you try to double-click such a entry an error is displayed in the log-section: Unable to load awk: No such file

Some symbolic links are parsed correctly, for example lsmod.old -> /sbin/insmod.old.
This one can be opened, but is not marked as symlink.
The second screenshot shows how WinSCP has parsed the directory (all correct).

Two more things I stumbled upon:
- Although I've selected "Save password" when connecting to that server I repeatedly get asked for it when I use the green arrow for "Full Refresh".
- Sorting a folder-view for Owner or Group crashes Cirrus.
Christoph
Comment