Y
Hacker News
new
|
ask
|
show
|
jobs
by
faitswulff
2188 days ago
Does anyone know if there's a CLI tool to transfer files? Ideally I'd want to give it a file as an input and then have it return a shareable URL that transfers the file directly from my computer to whoever clicks the URL.
2 comments
pornel
2188 days ago
Firefox Send has a CLI:
https://github.com/timvisee/ffsend
link
timvisee
2188 days ago
Thanks for sharing, dev here. It's an unofficial tool, but fully featured for sure. Supports link shortening or QR code generation as well.
link
faitswulff
2187 days ago
Oh damn, I forgot I need to send files larger than 1GB. Still neat though, I'll check it out! Thanks
link
timvisee
2187 days ago
Yea, I really hope Mozilla will allow me to use FxA OAuth anytime soon to solve that issue.
link
dguido
2188 days ago
yep,
https://github.com/warner/magic-wormhole
link
faitswulff
2188 days ago
I did look at magic-wormhole, but it's difficult for non-tech people to use since, IIUC, you need to use the command line.
link
ColanR
2188 days ago
So you do or you don't want a CLI tool?
link
faitswulff
2187 days ago
I mean, I said right in my first comment that it should output a shareable URL.
link