Bug 359636

Summary: SMB and SFTP (probably others) cannot be configured to not append ".part" extension from GUI
Product: [Frameworks and Libraries] kio-extras Reporter: Martin Kostolný <clearmartin>
Component: defaultAssignee: Plasma Development Mailing List <plasma-devel>
Status: CONFIRMED ---    
Severity: normal CC: ilovekde, simonandric5
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: proposed patch

Description Martin Kostolný 2016-02-21 13:12:55 UTC
When copying files to the remote location over SMB, SFTP and others it is always used ".part" extension for the newly created currently copied file. I can see from kio-extras source code that "MarkPartial" property is actually loaded from ~.config/kioslaverc config file. I've also tested that when adding MarkPartial=false to this file it actually affect the transfer as needed.

But this configuration is not changeable through GUI. FTP has it's own MarkPartial property in ~/.config/kio_ftprc and it is configurable through System Settings -> Network: Settings -> Connection Preferences.

I think there should be a GUI option for the global MarkPartial property used for the rest of kio slaves e.g. in the same Connection Preferences in a new "Global Options" section.

Reproducible: Always




I have KF 5.19, Plasma 5.5.4, Qt 5.5.1, KDE Apps 15.12.2
Comment 1 Martin Kostolný 2016-02-21 15:40:00 UTC
Created attachment 97341 [details]
proposed patch

This patch adds the config option to settings. Tested on sftp protocol.
Comment 2 Christo 2018-04-03 16:56:30 UTC
"kio_ftprc" does not affect sftp-connections , only global-settings do .. it would be appreciated to have a "kio_sftprc" alongside with "kio_fishrc"