Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (439 - 441 of 8170)

Ticket Resolution Summary Owner Reporter
#508 Local Tree View Sorting anonymous
Description

Local Tree View does not sort alphabetically all the time. This tends to happen on semi-deep directory structures. I start notice it on the 5th level.

#509 typo in mainfrm.cpp (client 2.2.1a) regarding remote view gcheadley
Description

Line 1227 in MainFrm.cpp for getting the configured option for the remote view status bar is:

COptions::SetOption(OPTION_SHOWLOCALSTATUSBAR, GetFtpPane()->IsStatusbarEnabled()?1:0);

should be:

COptions::SetOption(OPTION_SHOWREMOTESTATUSBAR, GetFtpPane()->IsStatusbarEnabled()?1:0);

#510 Directory Listing from symbolic link fails kikidonk
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 :) )

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.