Posts Tagged ‘netcat’

I didn’t feel like setting up a NFS share and ftp access within the organization is just plain stupid if you ask me. scp is cool but also lots of overhead.
netcat is the shit.
client -> serverA
target -> serverB
On my client (where I want to send files from), I connect to serverB via port 11223

tar -cz [...]

Wednesday, September 8th, 2010 at 15:44 | 0 comments
Categories: Uncategorized
Tags: ,
TOP