Hacker News new | ask | show | jobs
by est 2629 days ago
> transfer between servers

A simple NC command would do.

Or something like python -m http.server and curl

2 comments

Heh can't tell you how many times I've used that python http server. Sure enough no matter the OS if Python is installed, it gives me the edge if I can access machines behind the same network.
That wouldn’t work if they don’t have a direct connection (my main use case)

I have a bunch of servers with no public IPs split between different regions.