improve nc.md

add server & stay up
waldyrious/alt-syntax
cattail 2014-03-08 10:37:44 +08:00
parent 9c6efdc56b
commit fff41a3604
1 changed files with 8 additions and 0 deletions

View File

@ -21,3 +21,11 @@
- receive a file
`nc {{ip_address}} {{port}} > somefile.txt`
- server stay up after client detach
`nc -k -l {{port}}`
-- client stay up after EOF
`nc -q {{timeout}} {{ip_address}}`