dutchcoders/transfer.sh

Easy and fast file sharing from the command-line.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 22 minutes ago
Added to GitGenius on September 3rd, 2026
Created on October 9th, 2014
Open Issues & Pull Requests: 62 (+0)
GitHub issues: Enabled
Number of forks: 1,581
Total Stargazers: 15,892 (+0)
Total Subscribers: 207 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.4 hours
Mean response time: 33.5 days
90th percentile: 76.3 days
Tracked items: 29

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 6% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 750 days
Stale 30+ days: 14
Stale 90+ days: 13

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • hacktoberfest (1)
  • help wanted (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Transfer.sh is a command-line file sharing tool that lets users quickly upload and download files through a simple HTTP interface.

The tool solves the problem of sharing files without requiring users to navigate web interfaces or set up complex infrastructure. It works by providing a lightweight server written in Go that accepts file uploads via curl or similar command-line tools and generates shareable links. Files can be stored on multiple backends including Amazon S3, Google Drive, Storj, or the local file system. The tool supports optional client-side encryption, download limits via the Max-Downloads header, expiration times via the Max-Days header, and virus scanning through VirusTotal integration. Users can also create direct download or inline viewing links through URL aliases.

Transfer.sh suits developers and teams who want to self-host a private file sharing service without the overhead of larger platforms. The README explicitly recommends self-hosting rather than relying on public installations, emphasizing that users concerned about encryption should only trust their own servers. The tool is particularly useful for quick command-line workflows where generating a shareable link in seconds matters more than a polished web interface. The project provides Docker support for easy deployment.

The README contains a security warning regarding IP filter and HTTP authentication bypass through unauthenticated X-Forwarded-For header spoofing, which prospective users should review before deployment. Development activity shows the project maintains automated testing through GitHub Actions and accepts community contributions. The maintainers have established clear boundaries between the repository itself and any public installations, declining to advertise third-party deployments for security reasons.