9001/copyparty

Portable file server with accelerated resumable uploads, dedup, WebDAV, SFTP, FTP, TFTP, zeroconf, media indexer, thumbnails++ all in one file

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 12 minutes ago
Added to GitGenius on August 31st, 2026
Created on May 26th, 2019
Open Issues & Pull Requests: 251 (+0)
Number of forks: 1,895
Total Stargazers: 46,455 (+0)
Total Subscribers: 139 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 17.1 hours
90th percentile: 0.3 hours
Tracked items: 923

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 80% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 10% of issues opened in the past year have been closed. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 222
New in 7 days: 5
Closed in 7 days: 4
Avg open age: 313 days
Stale 30+ days: 201
Stale 90+ days: 179

Recent activity

Opened in 7 days: 5
Closed in 7 days: 4
Comments in 7 days: 1
Events in 7 days: 5

Top labels

  • enhancement (411)
  • bug (323)
  • help wanted (8)
  • invalid (5)
  • ui-v2 (2)
  • wontfix (2)
  • bug-in-chrome (1)
  • bug-in-firefox (1)

Detailed Description

copyparty is a portable file server that enables resumable uploads and downloads across multiple protocols in a single application.

The tool solves the problem of sharing files across devices and networks by providing a lightweight server that runs on Python with optional dependencies. It implements resumable transfers, allowing uploads and downloads to pause and resume without losing progress. The server supports multiple access methods simultaneously: HTTP/HTTPS for web browsers, WebDAV for network mounting, SFTP and FTP/FTPS for traditional file transfer, TFTP for boot scenarios, and SMB/CIFS for Windows network shares. Additional features include deduplication to reduce storage, a media indexer with thumbnail generation, full-text search, markdown viewing, and zip download creation. The tool includes zeroconf discovery for automatic network detection and offers native mobile access through an Android app and iOS shortcuts.

The project suits developers and system administrators who need a self-contained file server without complex setup. It works on almost any device that runs Python, making it ideal for NAS frontends, temporary file sharing, or embedded systems. The minimal dependency requirement means it can run on resource-constrained hardware. The combination of multiple protocols in one application eliminates the need to run separate services for different access methods.

Development activity shows consistent engagement with feature additions and protocol support expansion. The project maintains active responsiveness to user contributions from a geographically distributed set of contributors. Work spans multiple protocol implementations and media handling capabilities, indicating sustained technical depth across the codebase. The maintainer actively demonstrates the tool through hosted examples and multimedia documentation, suggesting ongoing investment in user accessibility and feature visibility.