After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 683057 - Connecting using IPv6 using non-passive mode, data connection is not established
Connecting using IPv6 using non-passive mode, data connection is not established
Status: RESOLVED DUPLICATE of bug 683165
Product: gftp
Classification: Other
Component: general
Trunk
Other Linux
: Normal normal
: ---
Assigned To: Brian Masney
Brian Masney
Depends on:
Blocks:
 
 
Reported: 2012-08-30 19:00 UTC by Alexander Koeppe
Modified: 2012-09-01 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix EPRT handling used for pure IPv6 FTP sessions (2.52 KB, patch)
2012-08-30 19:00 UTC, Alexander Koeppe
none Details | Review

Description Alexander Koeppe 2012-08-30 19:00:42 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`.
Comment 1 Alexander Koeppe 2012-08-30 19:31:13 UTC
Correct patch command is `patch -p2 < /path/to/gftp-ipv6-dataconn2.patch`
Comment 2 Alexander Koeppe 2012-09-01 17:24:47 UTC

*** This bug has been marked as a duplicate of bug 683165 ***