Skip to content

Commit

Permalink
Update gnu-linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
all3kcis committed Oct 27, 2021
1 parent 19342ca commit 2db270f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fr_FR/gnu-linux.md
Expand Up @@ -62,9 +62,9 @@
#### Transfert fichiers avec NC
```sh
# Envoi
tar cf - * | netcat 192.168.1.59 7000
tar cf - * | nc 192.168.1.59 7000 -w 1
# Reception
netcat -l -p 7000 | tar x
nc -l -p 7000 | tar x
```

## Packages
Expand Down

0 comments on commit 2db270f

Please sign in to comment.