Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (436 - 438 of 8170)

Ticket Resolution Summary Owner Reporter
#3819 outdated FTP uploading error Jose Enrique Castro
Description

I am trying to upload some files (100 Mb or more). I was using last version of Filezilla FTP client (3.1.3). The file is uploading till it is locked (1.6 or 1.7 MB). From this point, my internet connection is locked and I can't navigate web or ftp, till I restart my system. I am using now Filezilla 3.0.9.3 and all is OK. Thanks

#8032 outdated Unity Support in Ubuntu 12.04 Jonathan
Description

I've noticed that when you minimize FileZilla you cannot re-open the existing window. If you click on the FileZilla icon in the unity menu to re-open a minimized instance, it instead opens a new instance. This can lead to FileZilla crashing. This also poses a serious concern for long upload/download of files due to losing where you are at. Please contact me if you need more information, I'll provide any assistance I can.

#8093 fixed Increase number of retries (it's only 3) at FZS when using PASV and Port range JLM
Description

Please, can you make this tiny change? In the ControlSocket.cpp file change

unsigned int retries = 3;

to

unsigned int retries = 10;

or any other value (please, at least 5).

I have a FZS that sometimes fails when using PASV and a given range of ports, because in that case the server does not use a free port given by the OS, but tries to create a socket in a free port of that range, and if it is not free it tries with the next one up to 3 times before failing with the answer: '421 Could not create socket'. The solution can be just to increase a little the number of attempts to find a free port where to create the socket for the data connection (the aforementioned unsigned int retries = 3;).

Thank you in advance.

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