Hacker News new | ask | show | jobs
by somat 1150 days ago
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

1 comments

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

It supports flakey networks and it has tons of features.