GNOME Bugzilla – Bug 683057
Connecting using IPv6 using non-passive mode, data connection is not established
Last modified: 2012-09-01 17:24:47 UTC
Created attachment 222973 [details] [review] Fix EPRT handling used for pure IPv6 FTP sessions When Passive Mode is not enabled, connecting gftp through a pure IPv6 FTP session, the EPRT command is wrongly composed and fails to bind to local host. This leads to the inability to even get a file listing or a file down- or upload. The attached patch fixes the issue. The patch need to be applied in the "gftp-2.0.19/lib" directory using the command `patch -p2 /path/to/gftp-ipv6-dataconn2.patch`.
Correct patch command is `patch -p2 < /path/to/gftp-ipv6-dataconn2.patch`
*** This bug has been marked as a duplicate of bug 683165 ***