Archive: Fix invalid destination URL when packing/unpacking from remote location
ClosedPublic

Authored by abika on Oct 20 2019, 4:53 PM.

Details

Summary

As the title says:)

FIXED: [412371] Error while creating archives from remote folders
BUG: 412371
FIXED: [410717] Unpacking archives from a remote location (FTP, SMB, ...) ends up with 'Malformed URL /tmp/krusader-xxxx' message
BUG: 410717

Test Plan
  • tested unpacking a zip and a tar.xz archive from smb:// location to a

local directory

  • tested packing multiple files to a zip and a tar.xz archive from a local

directory to a smb:// location

Diff Detail

Repository
R167 Krusader
Branch
my-fix-pack-unpack-from-remote-arc
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 17943
Build 17961: arc lint + arc unit
abika requested review of this revision.Oct 20 2019, 4:53 PM
abika created this revision.
abika added a subscriber: Krusader.
gengisdave accepted this revision.Dec 22 2019, 1:16 PM
gengisdave added a subscriber: gengisdave.

Compiled and tested with no errors, thanks

This revision is now accepted and ready to land.Dec 22 2019, 1:16 PM
asensi accepted this revision.Jan 16 2020, 10:13 PM
asensi added a subscriber: asensi.

The proposal was tested and local and SMB files were correctly transferred files using Kubuntu 18.04 LTS and Kubuntu 19.10. Other people can do their checks. Thanks, Alex! (and Davide for testing)

This revision was automatically updated to reflect the committed changes.
abika added a comment.Jan 27 2020, 2:08 PM

[Got finally some time for Krusader again:)]

Thanks for testing!