Remix.run Logo
adityamwagh 11 hours ago

Love the folks from n0. I regularly use their sendme cli for peer to peer file transfer!

linsomniac 3 hours ago | parent [-]

Good to know. I usually use magic wormhole, which works great, but it does install a lot of python modules to achieve it. I'm always a little reluctant to install that on our production Windows SQL servers, and I rarely touch them, so usually when I do I just do a "netcat" equivalent via either a powershell snippet or https://github.com/linsomniac/toothpyk or I just "wget" it on the Windows side. For SQL Server ISOs, the Windows built in wget is terribly slow though.

Thanks for the sendme pointer.