Blame view

check_tftp/README.md 486 Bytes
Imanol-Mikel Barba Sabariego authored
1
2
```
check_tftp v1.0
Imanol-Mikel Barba Sabariego authored
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

Checks if a remote TFTP server is working by retrieving a file from it.

Usage: 
check_tftp [-hV] | -H HOSTNAME -f FILENAME [-t TIMEOUT -p PORT]

Options:
 -h
    Print detailed help screen
 -V
    Print version information
 -H
    Hostname of the TFTP server
 -p
    Port where the server is listening. If not specified, uses default TFTP port
 -t
    Timeout for the retrieval operation. If not specified, uses 10 seconds timeout
 -f
    Filename to retrieve
Imanol-Mikel Barba Sabariego authored
22
```