Bug 99929

Summary: Can't browse Netware ftp server, no files or folders are visible
Product: [Unmaintained] kio Reporter: Rasmus Ory Nielsen <ron>
Component: ftpAssignee: David Faure <faure>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Rasmus Ory Nielsen 2005-02-21 15:42:32 UTC
Version:            (using KDE KDE 3.3.2)
Installed from:    Compiled From Sources
Compiler:          GCC version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3) used konstruct
OS:                Linux

I can login to a Netware 4.1 ftp server with this url: ftp://username@server.com. Username and password are accepted. BUT I can't see any files or folders.

I CAN create a new folder with konqueror, although I only can see the folder using other ftp clients (e.g. command line ftp). I CAN'T create a text file using konqueror. It gives the error "Could not rename partial file ftp://username@server.com/user/username/text. Please check permissions." and the command line ftp client shows that a file 'text.part' has been created (the same thing happens when I drop a file in the windows).

Thanks
Comment 1 Thiago Macieira 2005-02-22 03:23:15 UTC

*** This bug has been marked as a duplicate of 98136 ***
Comment 2 Rasmus Ory Nielsen 2005-02-22 09:37:00 UTC
Are you sure this is a duplicate of 98136? As I understand, the problem in 98136 is that the files and folders are shown, but shown with the wrong permissions - whereas I can't see any files or folders at all (the directory seems empty).

(I am only guessing, but could partial file renaming problem be related to upper/lower case conversion on the server?)
Comment 3 Thiago Macieira 2005-02-22 12:17:55 UTC
Yes, I know what I'm doing.

The problem is that kio_ftp doesn't understand Netware FTP's directory listing format.

*** This bug has been marked as a duplicate of 98136 ***
Comment 4 Rasmus Ory Nielsen 2005-02-22 12:57:32 UTC
Thanks.