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 585437 - gftp-2.0.19: Can't receive file list after FTPS log in
gftp-2.0.19: Can't receive file list after FTPS log in
Status: RESOLVED WONTFIX
Product: gftp
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Brian Masney
Brian Masney
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2009-06-11 13:54 UTC by Felix K
Modified: 2018-07-01 08:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Felix K 2009-06-11 13:54:59 UTC
Please describe the problem:
gftp.2.0.19 doesn't seem to work in FTPS mode on my machine:

When i use it in FTP mode, everything is fine. When i use it in FTPS mode, the
client is able to log in, but then it can't receive the file list.

Steps to reproduce:
Always.


Actual results:
-

Expected results:
-

Does this happen every time?
Yes

Other information:
Distribution: Gentoo Linux

Session log:

Looking up dd8002.kasserver.com
Trying dd8002.kasserver.com:21
Connected to dd8002.kasserver.com:21
220 FTP on dd8002.kasserver.com ready
AUTH TLS

234 AUTH TLS successful
SSL connection established using TLSv1/SSLv3 (EDH-RSA-DES-CBC3-SHA)
PBSZ 0

200 PBSZ 0 successful
PROT P

200 Protection set to Private
USER $FOO

331 Password required for $FOO
PASS xxxx
230 User $FOO logged in
SYST

215 UNIX Type: L8
TYPE I

200 Type set to I
PWD

257 "/" is the current directory
Loading directory listing / from server (LC_TIME=C)
PASV

227 Entering Passive Mode (85,13,132,93,195,93).
LIST -L

150 Opening ASCII mode data connection for file list
Warning: Cannot parse listing 421 No transfer timeout (300 seconds): closing
control connection

gftp --info:

gFTP 2.0.19
#define _REENTRANT
#define _GNU_SOURCE
#define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64
sizeof (off_t) = 8
#define HAVE_INTL_PRINTF
GFTP_OFF_T_HEX_PRINTF_MOD = %llx
GFTP_OFF_T_INTL_PRINTF_MOD = %'lld
GFTP_OFF_T_PRINTF_MOD = %lld
GFTP_OFF_T_11PRINTF_MOD = %11lld
#define HAVE_GETADDRINFO
#define HAVE_GAI_STRERROR
#define HAVE_GETDTABLESIZE
#define G_HAVE_GINT64
#define HAVE_LIBREADLINE
#define ENABLE_NLS
#define HAVE_GETTEXT
glib version: 2.18.4
PTY implementation: unix98
OpenSSL version: OpenSSL 0.9.8k 25 Mar 2009
Enabled protocols: FTP FTPS HTTP HTTPS Local SSH2 Bookmark FSP
Comment 1 Gilles Dartiguelongue 2009-09-13 12:21:21 UTC
ping ? any clue about what could be the problem ?
Comment 2 Pacho Ramos 2011-02-24 17:34:28 UTC
Any news on this? If gftp is dead, what replacement should we use instead?
Comment 3 André Klapper 2018-07-01 08:37:48 UTC
gftp is not under active development anymore and has not seen code changes for many years. Its codebase has been archived: https://gitlab.gnome.org/Archive/gftp/commits/master
The maintainer states that "I would like to hand this project off to someone compotent" on https://www.gftp.org/

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.