Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.08 KB

File metadata and controls

30 lines (21 loc) · 1.08 KB

v2.3 — Sharing

A complete file sharing system with direct links, access controls, and a share management dashboard.

Major Features

Share Links

  • Generate share links for any file or folder
  • Direct link / raw URL — the file itself, no landing page, perfect for embedding
  • Share landing page with file preview and download button
  • Manage all shares from a dashboard (list, edit, revoke)

Access Controls

  • Password-protected shares
  • Expiration date on shares
  • Download count limits (e.g. allow 100 downloads then expire)
  • View and download counters

User Scenarios

Developer distributing a release:

I drag the binary into ZPan, click "Share", copy the direct link, and paste it into the GitHub release notes. Anyone can download it without signing up.

Designer sharing assets with a client:

I upload mockups, create a password-protected share link with a 7-day expiration, and send it to the client. After 7 days the link stops working.

v1 Issues Resolved

  • #196 Direct link sharing
  • #206 Enhanced sharing (password, expiration, download limits)