▲ | matthewtse 2 days ago | |||||||
Can I curl this file to a linux machine easily? I was just the other day looking for a tool to easily move a non-sensitive file from my macbook, to my network-locked production machine. Rather than doing many hops through SSH tunnels, the easiest thing to do would be to host the file online, and wget it down to my linux machine. The options out there were lacking. I used https://bashupload.com/ for a bit, but the problem is that after you download the file once, it gets deleted. Sometimes I want to share the file to multiple machines. | ||||||||
▲ | zie a day ago | parent | next [-] | |||||||
I use ffsend, the old send.firefox.com stuff https://github.com/timvisee/send There are a bunch of public instances available here: https://github.com/timvisee/send-instances/ | ||||||||
▲ | ac29 a day ago | parent | prev | next [-] | |||||||
> I was just the other day looking for a tool to easily move a non-sensitive file from my macbook, to my network-locked production machine. You can do this with tailscale: https://tailscale.com/kb/1106/taildrop | ||||||||
▲ | skydhash a day ago | parent | prev | next [-] | |||||||
https://github.com/dutchcoders/transfer.sh I’m currently using Gokapi for transfer, but planning to switch to this one. | ||||||||
▲ | MarsB a day ago | parent | prev | next [-] | |||||||
I made an initial version, let me know if you find it useful! Docs at dum.pt/dev or just curl https://dum.pt :) | ||||||||
▲ | MarsB 2 days ago | parent | prev | next [-] | |||||||
It wasn't a usecase I thought of, so it's not really accommodated for it, but I like it! I'll try make a nice little "for devs" page with simple endpoints :) | ||||||||
| ||||||||
▲ | 1317 a day ago | parent | prev | next [-] | |||||||
you can just use catbox https://litterbox.catbox.moe/ | ||||||||
▲ | rickydroll a day ago | parent | prev [-] | |||||||
Magic wormhole? |