Opened 11 years ago
Closed 11 years ago
#8724 closed Patch (rejected)
PASV: Use the server's external IP address instead NOT work
Reported by: | shaohao | Owned by: | |
---|---|---|---|
Priority: | high | Component: | FileZilla Client |
Keywords: | PASV | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Win7 |
Description
FileZilla v3.7.0.2
I just download the source code of v3.7.0.2 from your official website.
Locate the bug in file "src/engine/ftpcontrolsocket.cpp" LINE 3894.
Please fix it from:
else if (m_pEngine->GetOptions()->GetOptionVal(OPTION_PASVREPLYFALLBACKMODE) == 2)
TO
else if (m_pEngine->GetOptions()->GetOptionVal(OPTION_PASVREPLYFALLBACKMODE) == 0)
Please view the code, you know how to fix it.
Change History (2)
comment:1 by , 11 years ago
Type: | Bug report → Patch |
---|
comment:2 by , 11 years ago
Resolution: | → rejected |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It's actually correct. Fallback mode 2 is an undocumented feature. If you think this feature is of general use, a patch that adds it to the GUI will be most welcome.