Hacker News new | ask | show | jobs
by distantsounds 1150 days ago
lrzsz is one of the first packages i install when configuring a new system. being able to send and receive files between remote and local without needing a separate ssh session is such a time saver. it's really fast as well. i do wonder if anyone has developed something more modern to make it even more performant?
2 comments

I have used bare netcat to transfer files. works well enough when the link is good, when it's not... Well I suspect that is when you dig out better tools.

nc -l 1234 > fname

nc host 1234 < fname

https://www.complete.org/nncp/

It supports flakey networks and it has tons of features.

how do you do that, also through qodem or ?