Custom Query (8174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (478 - 480 of 8174)

Ticket Resolution Summary Owner Reporter
#8190 fixed Event queue processing modification to improve filezilla client resposibility Tautvydas Andrikys
Description

Filezilla lags really hard if operations with a lot of files are executed(like upload 100K files with skipping existing files). This happens because wxWidgets event queue gets jammed and everything gets stuck in processing pending events.

This can be fixed by supporting wxWidgets 2.9 and using QueueEvent instead of PostEvent or with fix I attached(it makes sure that only some events are processed from pending event queue in one iteration).

#8192 fixed Error when proxy name has trailing space Ian Redfern
Description

If the setting for Connection/Generic Proxy/Proxy Host has a trailing space, FileZilla does not connect. Similar to #1054.

Failure log:

Status: Connecting to example.net... Response: fzSftp started Command: proxy 1 "proxy.example.com " 3128 Command: open "user@…" 22 Error: ssh_init: Proxy error: Unable to resolve proxy host name Error: Could not connect to server

Working once proxy name fixed:

Status: Connecting to example.net... Response: fzSftp started Command: proxy 1 "proxy.example.com" 3128 Command: open "user@…" 22 Command: Trust new Hostkey: Once Command: Pass: Status: Connected to example.net

Of course there may be other parameters as well that don't strip trailing spaces. It's a minor issue, but took quite a while to diagnose.

#8210 fixed Problem to connect filezilla bharti
Description

I am using FileZila, I was working and I just disconnect it, and again reconnect, this time it is giving me an error Connection timed out and Could not connect to server.

Status: Resolving address of ftp.edenparkgems.com Status: Connecting to 174.120.189.222:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 7 of 50 allowed. Response: 220-Local time is now 19:09. Server port: 21. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER edenpark Response: 331 User edenpark OK. Password required Command: PASS Error: Connection timed out Error: Could not connect to server

Please help me.

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