Github https://github.com/dutchcoders/transfer.sh/
From the repo: > Disclaimer > The service at https://transfersh.com is of unknown origin and reported as cloud malware.
Transfer.sh – Easy file sharing from the command line
51–60 of 88 posts
Re: Transfer.sh – Easy file sharing from the command line
#52Earlier 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 ?
1 tremendous advantage to netcat:
SPEED.
This is the only "real-world" way to test line speed. 0 overhead, no faffing about services.
If you can't get line-rate speed on your LAN with this your hardware needs to be looked at.
iperf is handy, netcat is raw and real.
Re: Transfer.sh – Easy file sharing from the command line
#53Re: Transfer.sh – Easy file sharing from the command line
#54I find that's a very easy approach.
Re: Transfer.sh – Easy file sharing from the command line
#55For text I like http://termbin.com . It just accepts text on port 9999, no HTTP required.
Re: Transfer.sh – Easy file sharing from the command line
#56Earlier quoted context omitted.
This and croc. Link: https://github.com/schollz/croc
Considering that a small deviation from a cryptographic protocol could fully turn cipher text to plaintext in a revered tool frequently recommended in HN: https://redrocket.club/posts/croc/ I would hesitate a bit before rushing to use cool kids’ software (until it’s sufficiently proven).
Re: Transfer.sh – Easy file sharing from the command line
#57Re: Transfer.sh – Easy file sharing from the command line
#58Not to put transfer.sh down - it's very useful in many situations, I'm sure! - but I just run a permanent webserver on all the machines I want to share files from. I discuss this more in http://catern.com/computers.html I find that's a very easy approach.
It won't remove the file transfer problem though, but perhaps a shared git-annex repo or a memory stick would do.
Re: Transfer.sh – Easy file sharing from the command line
#59Since we're listing alternatives, here's the one I made: https://nopaste.net -- It's open source and available on https://github.com/binwiederhier/pcopy curl usage is available via: "curl nopaste.net".