mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 15:38:28 +01:00
commit
4fa2c559b8
1 changed files with 8 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Reference in a new issue