ok
This commit is contained in:
14
README.md
14
README.md
@@ -3,7 +3,21 @@
|
||||
## Partie 1 : protocole TFTP
|
||||
|
||||
### Exercice 1 : Observation
|
||||
Côté client
|
||||
```
|
||||
tftp localhost 6969
|
||||
tftp> get test.html
|
||||
put test.html
|
||||
quit
|
||||
Transfer timed out.
|
||||
|
||||
```
|
||||
|
||||
Côté serveur
|
||||
```
|
||||
nc -u -l -p 6969
|
||||
test.htmlnetasciitest.htmlnetasciitest.htmlnetasciitest.htmlnetasciitest.htmlnetasciitest.htmlnetasciitest.htmlnetasciitest.htmlnetasciitest.htmlnetasciitest.htmlnetascii
|
||||
```
|
||||
### Exercice 2 : Décodage des requêtes.
|
||||
|
||||
### Exercice 3 : Acquitter
|
||||
|
||||
Reference in New Issue
Block a user