Oneshot Versions Save

A first-come first-served single-fire HTTP server. Easily transfer files to and from your terminal and any browser.

v2.0.1

8 months ago

Changelog

  • Fix panic when running oneshot version.
  • Don't show full file path on panic.

v2.0.0

8 months ago

Changelog

  • Improved user experience and reduced flag complexity via cobra.
  • Added NAT traversal via either WebRTC or UPnP based port mapping.
  • Added discovery server command to facilitate WebRTC discovery process and remote monitoring.
  • Added JSON reports that include info on both attempted and the successful transfer (if there was one).
  • Added support for custom receive user interfaces.
  • Added support for auto-decoding data received as base64.
  • Added support for config files.
  • Added reverse-proxy command.
  • Added a client mode for WebRTC based transfers from the CLI (not needed for browser clients).
  • Added commands to view and edit configuration.
  • Fixed issue where some browsers were triggering a transfer via a preview request.
  • Fixed issues with auto-archiving when sending multiple files.
  • Several bug fixes and other minor features.

v2.0.0-beta2

1 year ago

v1.5.1

2 years ago

Changelog

295c1f3 Fix CSRF bug 7521f9e Fix invalid CSRF bug when uploading d13e2d4 Merge branch 'master' of github.com:raphaelreyna/oneshot 4804904 Update version.txt

v1.5.0

3 years ago

Changelog

a67e611 Add (optional) protection against csrf attacks 8057395 Add support for custom upload html for clients

v1.4.1

3 years ago

Changelog

Add favicon and homescreen icon support.

v1.3.1

3 years ago

Changelog

Add ability to do HTTP redirects with custom status codes

v1.2.0

3 years ago

Changelog

db2aba8 Extend bot flag to CGI mode 3fd1259 Fix #10 c389ca3 Fix #11 6b17dd0 Fix #12 48e3b99 Fix #14 bbb33ea Fix #19 e6446ea Fix issue #15 f6ac4e7 Refactor (#18) b28df50 Refactor (#20) 2632d09 fix #9 (#16)

v1.1.3

3 years ago

Changelog

3da8cb4 BothCGI and file downloads filter out bots

v1.1.2

3 years ago

Changelog

027dd07 Fix #7 15dd6da Ignore bots (links now work over iMessage) 0b52798 fix broken README.m generator