Comment by matthewtse

Comment by matthewtse 10 hours ago

8 replies

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.

MarsB 7 hours ago

I made an initial version, let me know if you find it useful! Docs at dum.pt/dev or just curl https://dum.pt :)