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 326440 - ftp LIST parses numeric directory names wrongly
ftp LIST parses numeric directory names wrongly
Status: RESOLVED DUPLICATE of bug 163671
Product: gnome-vfs
Classification: Deprecated
Component: Module: ftp
2.12.x
Other All
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-10 10:23 UTC by Markus Bertheau
Modified: 2006-01-10 10:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Markus Bertheau 2006-01-10 10:23:52 UTC
Please describe the problem:
gnome-vfs does not correctly parse numeric directory names:

ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
drwxrwsr-x    1 0        404             0 Jan 28  2004 1993
drwxrwsr-x    1 0        404             0 Jan 28  2004 1994
drwxrwsr-x    1 0        404             0 Jan 28  2004 1995
drwxrwsr-x    1 0        404             0 Jan 28  2004 Flowers
drwxrwsr-x    1 0        404             0 Jan 28  2004 Sing
drwxrwsr-x    1 0        404             0 Sep 27  2003 Unknown
226 Directory send OK.

gnomevfs-ls output:
.               (Directory, x-directory/normal) size 0  mode 2775
..              (Directory, x-directory/normal) size 0  mode 2775
drwxrwsr-x    1 0        404             0 Jan 28  2004 1994           
(Directory, x-directory/normal) size 0  mode 2775
drwxrwsr-x    1 0        404             0 Jan 28  2004 1995           
(Directory, x-directory/normal) size 0  mode 2775
drwxrwsr-x    1 0        404             0 Jan 28  2004 Flowers        
(Directory, x-directory/normal) size 0  mode 2775
Flowers         (Directory, x-directory/normal) size 0  mode 2775
Sing            (Directory, x-directory/normal) size 0  mode 2775
Unknown         (Directory, x-directory/normal) size 0  mode 2775


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Markus Bertheau 2006-01-10 10:31:41 UTC

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