Bug 254744 - Implement smb support
Summary: Implement smb support
Status: REPORTED
Alias: None
Product: kget
Classification: Applications
Component: konqextension (show other bugs)
Version: 0.8.1
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 10:34 UTC by Vadym Krevs
Modified: 2011-09-25 18:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Error screenshot (37.45 KB, image/png)
2010-10-20 10:34 UTC, Vadym Krevs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vadym Krevs 2010-10-20 10:34:01 UTC
Version:           0.8.1 (using KDE 4.5.2) 
OS:                Linux

Open a windows share in Konqueror using smb://<hostname>/<share> that contains a zip file. Double-click on the zip file and choose "Save as" in the popup dialog. KGet's Save As dialog appears. Select destination for the zip file in /tmp and click "Save". 

A "Protocol unsupported: Unable to continue: KGet cannot download using this protocol" notification appears. 

If I simply right-click on the zip file and select "Copy To" and "/tmp", then the copying process completes without a glitch.

Reproducible: Always



Expected Results:  
It should be possible to save a file from a Windows share via double click without errors.

OS: Linux (x86_64) release 2.6.34.7-0.4-desktop
Compiler: gcc
Comment 1 Vadym Krevs 2010-10-20 10:34:37 UTC
Created attachment 52698 [details]
Error screenshot
Comment 2 Matthias Fuchs 2010-10-21 15:39:02 UTC
As the error message reports this is currently not supported, so I'll mark it as feature.
I'll see, when and if I can come around to implementing it and especially trying it.