Package: gftp
Version: 2.0.18-5
Severity: normal

With standard command-line ftp:
% ftp
ftp> open testdomainet.com
Connected to testdomainet.com.
220-FTP server ready.
220 This is a private system - No anonymous login
Name (testdomainet.com:grove): testdomainet.com
331 User testdomainet.com OK. Password required
Password:
230-User testdomainet.com has group access to:  testdoma
230 OK. Current restricted directory is /
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd gftp-bug
250 OK. Current directory is /gftp-bug
ftp> ls 
200 PORT command successful
150 Connecting to port 44005
drwxr-xr-x    2 0        0               6 Sep 20 11:19  space first dir
-rw-r--r--    1 0        0               0 Sep 20 11:06  space first
file
drwxr-xr-x    3 0        0              53 Sep 20 11:19 .
drwx--x--x   80 68389    testdoma    20480 Sep 20 11:19 ..
226-Options: -a -l 
226 4 matches total
ftp> cd \ space\ first\ dir
250 OK. Current directory is /gftp-bug/ space first dir
ftp> cd ..
250 OK. Current directory is /gftp-bug
ftp> get \ space\ first\ file
local:  space first file remote:  space first file
200 PORT command successful
150 Connecting to port 44080
226 File successfully transferred
ftp> 

With gftp-text:
% LANG=C gftp-text
gFTP 2.0.18, Copyright (C) 1998-2003 Brian Masney <[EMAIL PROTECTED]>. If
you have any questions, comments, or suggestions about this program,
please feel free to email them to me. You can always find out the latest
news
about gFTP from my website at http://www.gftp.org/
gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING
file. This
is free software, and you are welcome to redistribute it under certain
conditions; for details, see the COPYING file

ftp> open testdomainet.com
Username [anonymous]: testdomainet.com
Password: 
Looking up testdomainet.com
Trying testdomainet.com:21
Connected to testdomainet.com:21
220-FTP server ready.
220 This is a private system - No anonymous login
USER testdomainet.com
331 User testdomainet.com OK. Password required
PASS xxxx
230-User testdomainet.com has group access to:  testdoma
230 OK. Current restricted directory is /
SYST
215 UNIX Type: L8
TYPE I
200 TYPE is now 8-bit binary
PWD
257 "/" is your current location
ftp> cd gftp-bug
CWD gftp-bug
250 OK. Current directory is /gftp-bug
PWD
257 "/gftp-bug" is your current location
ftp> ls
Loading directory listing /gftp-bug from server (LC_TIME=C)
PORT 192,168,212,135,171,237
200 PORT command successful
LIST -aL
150 Connecting to port 44013
226-ASCII
226-Options: -a -l 
226 4 matches total
drwx--x--x    68389 testdoma       20480 Sep 20 11:19 ..
drwxr-xr-x        0        0           6 Sep 20 11:19 space first dir
-rw-r--r--        0        0           0 Sep 20 11:06 space first file
ftp> cd \ space\ first\ dir
CWD \ space\ first\ dir
550 Prohibited file name: \ space\ first\ dir
ftp> cd space first dir
CWD space first dir
550 Can't change directory to space first dir: No such file or directory
ftp> get \ space\ first\ file
Loading directory listing /gftp-bug from cache (LC_TIME=C)
ftp>


As you can see the initial spaces are missing in the directory listing 
and there are no way of changing to the directory, and the file can't be
transferred.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (300, 'testing'), (200, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)

Versions of packages gftp depends on:
ii  gftp-gtk                      2.0.18-5   X/GTK+ FTP client
ii  gftp-text                     2.0.18-5   colored FTP client using GLib

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to