Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 891 Bytes

File metadata and controls

21 lines (15 loc) · 891 Bytes

Zip Web

A zip file creation service on web.

Creates zip files and avoids well known issues on Windows and macOS.

Features

  • Web service that can be used offline
  • Generates the zip file from a directory
  • No Thumbs.db, __MACOSX, *.DS_Store
  • No file metadata (e.g.: Permission, Modified timestamp)
  • Avoids mojibake: uses UTF-8 instead of Shift-JIS
  • Never upload the zip content

Acknowledgements