Bug 104163 - *.part: continue copying (upload) is not supported / .part files are not handled
Summary: *.part: continue copying (upload) is not supported / .part files are not handled
Status: CONFIRMED
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: FISH (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jörg Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-18 20:20 UTC by Thomas Bettler
Modified: 2018-08-24 21:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bettler 2005-04-18 20:20:52 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Gentoo Packages
Compiler:          gcc-3.3.5 
OS:                Linux

Currently uploading to fish:// doesn't support *.part files. Uploads can't be continued therefore.

I'd like to see .part files integrated globally, but especially in fish.
Comment 1 Iñaki Baz Castillo 2005-10-01 01:05:28 UTC
I have tried to download a big file from a fish:/ site using Kget. I copied the URL "fish://user@hostname:22/mnt/data/video.mpg" in Kget and it worked correctly, and it creates a temporary file .part, so the download can be resumed.

I think it would be great if kio fish:/ uses Kget by default to allow resume option.
Comment 2 Thomas Bettler 2005-10-01 01:08:54 UTC
I mean what I write:  _upload_
Comment 3 Iñaki Baz Castillo 2005-10-01 01:17:11 UTC
I'm sorry, I was wrong... I can download files from fish:/ site and Kget creates a .part file, but if I stop and resume the download it starts from the beginnig.

It's simple: kioslave fish:/ doesn't allow resume (in downloads and uploads). Why not? I suppose it's difficult because the encrypted comunication.
Comment 4 Iñaki Baz Castillo 2005-11-17 00:50:28 UTC
Now I think fish:/ doesn't allow resume because it uses SCP protocol to trasnport files, and SCP doesn't allow SCP.

I recommend to use sftp:/ instead of fish:/, because it's exactly the same, buy sftp:/ allows resume.