Skip to content

maxomatic458/fsend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

peer-to-peer file sharing in your browser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages