Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (448 - 450 of 8170)

Ticket Resolution Summary Owner Reporter
#7929 fixed server ignores detected ip for passive mode sebcsaba
Description

I have the following setting:

<Item name="Custom PASV IP type" type="numeric">2</Item>
<Item name="Custom PASV IP server" type="string">http://sebcsaba.clusterone.hu/what_is_my_ip.php</Item>

And I'm behind a nat router. When connecting to the server from the internet, I got my local IP:

ftp> passive
Passive mode on.
ftp> ls
227 Entering Passive Mode (192,168,1,18,86,206)

The same from the server interface:

> PASV
> 227 Entering Passive Mode (192,168,1,18,86,206)

And of course, it can't connect.

When setting IP type to 1 and hardcode my current IP, it works. (So my router doesn't change the content of the communication.) I tried more websites, but in all case the result was the same.

As I see, the server simply ignores the IP got from the website.

(Server version: 0.9.40 beta)

#7931 fixed Filezilla always opens maximised in Ubuntu 11.10 dunderhead
Description

Filezilla 3.5.0 always opens maximized from the Unity Launcher in Ubuntu 11.10. I have tried resizing the window and placing it in different positions on the desktop before closing but Filezilla is ignoring this and opening maximized regardless.

3.5.0 is the latest version available in Synaptic for Ubuntu 11.10

#7941 fixed memory leak during configuration reload Roman
Description

You have leak when call ConvToNetwork in: options.cpp permissions.cpp xml_utils.cpp interface\options.cpp

You do not release the captured string by ConvToNetwork

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