6 ms·
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-
by matthewtse 1y 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/ 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 1y agoIt 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 :)
- xur17 1y agoSomething like a `/raw` suffix would be amazing. Example: `https://www.dum.pt/dump/302460a1-1ed0-40b0-b637-e9d04a168678/raw https://www.dum.pt/dump/302460a1-1ed0-40b0-b637-e9d04a168678...`.
- skydhash 1y agohttps://github.com/dutchcoders/transfer.sh https://github.com/dutchcoders/transfer.sh I’m currently using Gokapi for transfer, but planning to switch to this one.
- ac29 1y ago> 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 https://tailscale.com/kb/1106/taildrop
- 1317 1y agoyou can just use catbox https://litterbox.catbox.moe/ https://litterbox.catbox.moe/
- zie 1y agoI use ffsend, the old send.firefox.com stuff https://github.com/timvisee/send https://github.com/timvisee/send There are a bunch of public instances available here: https://github.com/timvisee/send-instances/ https://github.com/timvisee/send-instances/
- MarsB 1y agoI made an initial version, let me know if you find it useful! Docs at dum.pt/dev or just curl https://dum.pt https://dum.pt :)
- rickydroll 1y agoMagic wormhole?