1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-20 10:13:20 +00:00

zip: backend to read or create zip files FIXME WIP

Use as `:zip:remote:path/to/file.zip` for reading or writing.

- reading zip files works - can mount zip files
- writing works
- unknowns in writing like end?
- lots of bodges
This commit is contained in:
Nick Craig-Wood
2020-07-12 16:52:33 +01:00
parent 0cccda61db
commit bc279ec4b0
2 changed files with 573 additions and 0 deletions

View File

@@ -54,5 +54,6 @@ import (
_ "github.com/rclone/rclone/backend/uptobox"
_ "github.com/rclone/rclone/backend/webdav"
_ "github.com/rclone/rclone/backend/yandex"
_ "github.com/rclone/rclone/backend/zip"
_ "github.com/rclone/rclone/backend/zoho"
)