GNOME Bugzilla – Bug 326440
ftp LIST parses numeric directory names wrongly
Last modified: 2006-01-10 10:31:41 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:
*** This bug has been marked as a duplicate of 163671 ***