Open Source File Sharing
developers·@makerhacks·
0.000 HBDOpen Source File Sharing
Have multiple machines with different operating systems and want to quickly send files between them? I just found out about [Sendme](https://www.iroh.computer/sendme) which is open source and also allows you to add the feature to your own software. > sendme works by connecting sender and receiver directly, so there's no need to upload to a server, which means no cost! > It's like scp without needing to know the IP address. Add some files to sendme, and it will give you a pastable ticket that you can give to anyone who needs your files. Sendme will connect your devices directly & transfer the data without any accounts or configuration. Installing is simple, just by entering: ```curl -fsSL https://iroh.computer/sendme.sh | sh``` Then to send a file/folder: ```sendme send ~/photos``` and then on the receiving machine ... ```sendme receive TICKETCODE``` View their demo and explainer video here: https://www.youtube.com/watch?v=jl4cAkRTMT8