https://bugs.kde.org/show_bug.cgi?id=359103

            Bug ID: 359103
           Summary: FTP: wrong non-ASCII file names
           Product: frameworks-kio
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: fa...@kde.org
          Reporter: dmitry.ashka...@gmail.com
                CC: kdelibs-b...@kde.org

Hello!

When I create file with non-ASCII name in Dolphin in remote ftp server, this
file has wrong name. The ftp server is pure-ftpd. The problem is that ftp.so
(on behalf of Dolphin) doesn't check UTF-8 support. ftp.so should check UTF-8
support by sending FEAT command (one time after login) and if server returns
UTF8 feature then ftp.so should send OPTS UTF8 ON to the server.

Thank you

Reproducible: Always

Steps to Reproduce:
1. Set up pure-ftpd server with utf-8 support (--with-rfc2640)
2. Create file with non-ASCII name using filezilla (because it enables UTF-8
correctly and 100% uses UTF-8)
3. Use dolphin to see that file has unreadable name (because pure-ftpd converts
name from UTF-8 supposing that the client doesn't support UTF-8)

Actual Results:  
File name is not UTF-8

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to