Custom Query (8174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (505 - 507 of 8174)

Ticket Resolution Summary Owner Reporter
#507 Empty remote file listing even with files there bcheong
Description

I used FileZilla 2.2.1b and tried accessing a Japanese based HP-UX server and no files were listed in the GUI.

I enabled "show raw directory listing" and it shows that there are files in the server as well (as shown below):

Response: 150 Opening ASCII mode data connection for /usr/bin/ls. Trace: ‡Œv 18 Trace: drwxr-xr-x 4 root root 96 10ŒŽ 23“ú 13:42 . Trace: drwxr-xr-x 25 root root 8192 11ŒŽ 5“ú 20:50 .. Trace: drwxr-xr-x 2 root root 96 10ŒŽ 15“ú 11:27 lost+found Trace: drwxr-xr-x 8 oracle oinstall 1024 11ŒŽ 13“ú 16:40 oracle Response: 226 Transfer complete. Status: Directory listing successful

Is there a way to over come this issue?

Many thanks.

#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);

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