lots of previous drama with it being declared shut down in Nov 2018 and then resurrected and then complaints of it being down again etc etc
Transfer.sh – Easy file sharing from the command line
11–20 of 88 posts
Re: Transfer.sh – Easy file sharing from the command line
#12Re: Transfer.sh – Easy file sharing from the command line
#13Same, and IMO easier to remember (:
Re: Transfer.sh – Easy file sharing from the command line
#14Re: Transfer.sh – Easy file sharing from the command line
#15This is exactly the use case for Magic Wormhole, which is what the cool kids use to transfer files: https://github.com/magic-wormhole/magic-wormhole Magic Wormhole uses an end-to-end PAKE to create an encrypted transport between two points in the Internet, using a rendezvous server. It doesn't store files, which is almost never what you want; it's not a way to send a file and have 10 or 100 people download it. But it…
Re: Transfer.sh – Easy file sharing from the command line
#16This is exactly the use case for Magic Wormhole, which is what the cool kids use to transfer files: https://github.com/magic-wormhole/magic-wormhole Magic Wormhole uses an end-to-end PAKE to create an encrypted transport between two points in the Internet, using a rendezvous server. It doesn't store files, which is almost never what you want; it's not a way to send a file and have 10 or 100 people download it. But it…
This and croc. Link: https://github.com/schollz/croc
ls -lah | croc send
works.Thanks for this link!
Re: Transfer.sh – Easy file sharing from the command line
#17This stores files for two weeks on a third-party server. What advantages for the intended use cases does transfer.sh have over netcat invented 26 years ago? I know some people who have used nc for those entire 26 years to xfer files point-to-point from the command line.
Netcat is seriously awesome, and still exists very much under the radar of a lot of people. I've used to to copy files around the planet, the datacenter, and the lab. It excels at doing things "right now". If I have a terminal window open on a server in France and one in the US; then I can easily move that file. However, If I have to move my body to the target location before I can copy the file it doesn't work as we…
Re: Transfer.sh – Easy file sharing from the command line
#18Earlier quoted context omitted.
Netcat is seriously awesome, and still exists very much under the radar of a lot of people. I've used to to copy files around the planet, the datacenter, and the lab. It excels at doing things "right now". If I have a terminal window open on a server in France and one in the US; then I can easily move that file. However, If I have to move my body to the target location before I can copy the file it doesn't work as we…
I would like to know if there are any advantages to use nc instead of scp ?
Re: Transfer.sh – Easy file sharing from the command line
#19Github https://github.com/dutchcoders/transfer.sh/
> Disclaimer
> The service at https://transfersh.com is of unknown origin and reported as cloud malware.
Re: Transfer.sh – Easy file sharing from the command line
#20This is exactly the use case for Magic Wormhole, which is what the cool kids use to transfer files: https://github.com/magic-wormhole/magic-wormhole Magic Wormhole uses an end-to-end PAKE to create an encrypted transport between two points in the Internet, using a rendezvous server. It doesn't store files, which is almost never what you want; it's not a way to send a file and have 10 or 100 people download it. But it…
This and croc. Link: https://github.com/schollz/croc
https://redrocket.club/posts/croc/
I would hesitate a bit before rushing to use cool kids’ software (until it’s sufficiently proven).