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

--- Comment #8 from Fabian Vogt <[email protected]> ---
(In reply to Julius Enriquez from comment #4)
> Created attachment 194915 [details]
> Output of QT_LOGGING_RULES=*.debug=true kioclient ls
> ftp://192.168.1.242:1337/ux0:

That helps!

FWICT the "cwd" command does not work:

> kf.kio.workers.ftp: hunting for path "/ux0:"
> kf.kio.workers.ftp: want "/ux0:" has "/"
> kf.kio.workers.ftp:     >  502 Sorry, command not implemented. :(
> 
> kf.kio.workers.ftp: resp>  502 Sorry, command not implemented. :(

That is implemented, but for commands it uses a case-sensitive lookup:

https://github.com/xerpi/libftpvita/blob/77a1d39c1d6f11a55fe65a6ed9fe707bff5ede4b/libftpvita/ftpvita.c#L811

The FTP protocol says to ignore case of commands, so it's a bug in libftpvita.
However, kio currently uses a mixture of lower and upper case commands, which
could be changed to upper case.
Could you try https://invent.kde.org/frameworks/kio/-/merge_requests/2359?

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

Reply via email to