Summary: | I cannot copy files/folders from sftp-server to same sftp-server | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | H.H. <cyberbeat> |
Component: | sftp | Assignee: | Andreas Schneider <asn> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | ahartmetz, faceoff_g, pascal, post |
Priority: | NOR | ||
Version: | 4.5 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
H.H.
2010-09-15 12:04:38 UTC
Thank you for taking the time to report this bug and helping to make KDE better. I'm currently on vacation I will look at this when I'm back. The sftp protocol doesn't support server side copying. This should use a data dump, which means download it to your machine and upload it again. This should be disabled by default. The values are all set to false by default. I've only enabled what's supported in the .protocol file. This smells like a bug in the kdelibs. *** Bug 244513 has been marked as a duplicate of this bug. *** The following options are enabled in sftp.protocol file: reading=true writing=true makedir=true deleting=true moving=true opening=true linking=true Real copying from server->server should be disabled by default. Two slaves should be started to do the copying. This doesn't happen. The copy is stalled cause the kio slave doesn't support it. Note to myself: [00:24:01] <dfaure> the kdebugs in FileCopyJob are commented out. [00:26:11] <gladiac> sounds like a bigger task [00:26:29] <gladiac> I will try to do it in the next days [00:26:56] <dfaure> actually since put() is called, it's pretty sure that startDataPump is called [00:27:02] <dfaure> but it's not starting the get job in parallel. [00:27:25] <dfaure> So either it fails to start two instances (scheduler problem, maxInstances stuff...), or it's hanging in the "resume" negociation. [00:27:36] <dfaure> in any case, kdebugs in filecopyjob will tell more. Test: kioclient copy url1 url2 *** Bug 254379 has been marked as a duplicate of this bug. *** I am experiencing the same bug. And actually, it is a regression - copying from sftp to sftp used to work fine in KDE 4.4, but does not anymore in KDE 4.5. Hi, For the record - I`ve just upgraded to 4.5.3 the problem persists. cheers. Fixed for 4.6. *** This bug has been marked as a duplicate of bug 251788 *** |