one part of the hoist/yoink system for transferring files over the gemini protocol
Go to file
sose acf23db2a5 spelling 2020-12-26 10:47:34 -08:00
hoist.sh first commit 2020-12-26 10:44:36 -08:00
license first commit 2020-12-26 10:44:36 -08:00
readme.md spelling 2020-12-26 10:47:34 -08:00

readme.md

hoist

one part of the hoist/yoink system for transferring files over the gemini protocol

based on part 7 of this post by solderpunk

this system is a PROOF OF CONCEPT and should not be expected to be particularly safe, secure, or reliable

requirements

how to use

  • clone this repo
  • make sure your port 1965 is open to the internet
  • ./hoist.sh filename.ext
    • file extensions are mandatory
  • if all goes well, your file will be transferred and you will be given a link to it

notes

  • ideally i would be using gmnisrv here instead of jetforce but i had some trouble getting it to work, hopefuly i can switch over at some point because the current pairing is a bit absurd

(c) 2020 oneseveneight/sose