Skip to content

Repository files navigation

Secure Send

A lightweight, secure file transfer service written in Go that enables direct client-to-client file transfers over HTTPs

Features

  • Fast and efficient file transfers
  • Real-time transfer progress monitoring
  • Configurable wait times for receivers
  • Event-based transfer tracking
  • Cross-platform support (Linux/ARM64, AMD64)
  • Containerized deployment ready

Usage

Sender (Client 1)

curl -X POST <Host>/send/{connectionID} --data-binary @file.txt

Receiver (Client 2)

curl <Host>/receive/{connectionID} > /tmp/file.txt

About

secure send is a service to send files securely b/w 2 parties over standard HTTP(s)

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages