id,summary,reporter,owner,description,type,status,priority,component,resolution,keywords,cc,component_version,os,os_version 5105,"""Use the server's external IP address instead"" option doesn't work",none,,"The ""Use the server's external IP address instead"" option doesn't work as expected. Even if the option is set, Filezilla client uses the address returned in the PASV command instead of the server's external IP address. Note for the developper : The bug is located at line 3837 in source file ftpcontrolsocket.cpp (Filezilla client 3.3.1) Replace the test else if (m_pEngine->GetOptions()->GetOptionVal(OPTION_PASVREPLYFALLBACKMODE) == 2) with else if (m_pEngine->GetOptions()->GetOptionVal(OPTION_PASVREPLYFALLBACKMODE) != 1) It looks like the option can't have the value ""2"" so the test returns false everytime.",Bug report,reopened,high,FileZilla Client,,,ginermail@…,,Windows,Windows XP SP2