Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (418 - 420 of 8170)

Ticket Resolution Summary Owner Reporter
#487 Transfer queue size decreases... again Scott M. Sanders
Description

Looks like bug 636100 is back:

"When FileZilla is started again, the size of the pane decreases."

But this time, it seems to only happen in certain conditions which I haven't been able to isolate myself but have seen it happen a number of times since 2.2.1a was released, and not with 2.2.1.

#488 Feature Request: Splitting Large files anonymous
Description

Sorry if this is inappropriate. I'm new to this but I think this app would be killer if it had just one more feature. That is the ability to take a large file and split it up into small chunks which are then downloaded using multiple threads. Much like BitBeamer and LeechFTP can do.

shadowman@…

#489 Wrong perms returned by FileZilla server for plain files meeroh
Description

In FileZilla Server's Permissions.cpp,

memcpy(pDir->buffer + pDir->len, "-xw", 3);

should be

memcpy(pDir->buffer + pDir->len, "-rw", 3);

Right now, the server reports that every file is executable by owner, which is bad for two reasons: 1. it's wrong, since not every file is executable and 2. It causes clients which parse the permissions string to fail, because the string is malformed. (x in the 2nd place is invalid).

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