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

--- Comment #2 from wzygmuntowicz.zygmuntow...@gmail.com ---
(In reply to Ralf Habacker from comment #1)
> The KIO framework retrieves files from a remote location. With installed KF5
> framework there is a command line application named kioclient5, with which
> the use case can be checked outside from umbrello. 
> 
> How to reproduce: 
> If you have configured a file on an SMB server with authentication, e.g.
> smb://server/data/test.xmi, the file could be downloaded with 
> 
>  kioclient5 move smb://server/data/test.xmi /tmp/test.xmi
> 
> Executing this command with current KF5 packages (18.04) returns the error
> message "The file..... does not exist", your are reporting. 
> 
> Executing the same command with the KDE4 counterpart
> 
>  kioclient move smb://server/data/test.xmi /tmp/test.xmi
> 
> opens a password dialog. After entering the correct user and password
> information, the file is downloaded and stored in /tmp/test.xmi.
> 
> The fact that this function works with KDE4 shows that the problem lies in
> the underlying KF5 framework, probably in kio or the smb kioslave.

Actually executing:
  $ kioclient5 move smb://server/data/test.xmi /tmp/test.xmi
doesn't return the error message, moreover It copies file to desired location
and I can read It. My kioclient5 version is 5.13.2

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

Reply via email to