Ticket #2301 (closed defect: duplicate)
Archive decompression directly to destination
Reported by: | adamk | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-vfs | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
ATM, when copying files from archive, it works like this:
- file gets decompressed to a temporary directory
- file gets copied/moved from temporary to destination directory
This has two disadvantages:
- It requires space on temporary directory partition
- adds copy operation (if temp and dest are different partitions)
Ideal solution, file should be decompressed directly into destination directory, it will be faster and require no space on temp.
Change History
Note: See
TracTickets for help on using
tickets.