Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 846 Bytes

File metadata and controls

12 lines (9 loc) · 846 Bytes

fsend.sh

fsend is a peer-to-peer file sharing web app that uses WebRTC to transfer files over a direct connection (if possible).

Features

  • P2P Data Transfer: Files are sent directly from browser to browser using WebRTC.
  • Encryption: The entire transfer is end-to-end-encrypted via WebRTC's built-in encryption.
  • No File Size Limits: Since files are transferred directly between peers, there are no limits.
  • Transfer Files and Folders 1: Send both individual files and entire folders.
  • Resumable Transfers 1: Interrupted transfers can be resumed from where they left off.

Footnotes

  1. When your browser does not fully support the File System API (e.g Firefox), folders will be downloaded as ZIP files and resumable transfers will not be available. 2