|
|
| version 1.1.1.1, 2014/02/14 15:38:37 | version 1.2.8.1, 2014/02/21 15:46:52 |
|---|---|
| Line 13 dir = /tftpboot | Line 13 dir = /tftpboot |
| # if file exists we can override it! | # if file exists we can override it! |
| override = yes | override = yes |
| # if you don't want direct access to write file. You can specify buffer size in bytes | |
| buf_io = 65536 | |
| bind = 0.0.0.0 | bind = 0.0.0.0 |
| port = 69 | port = 69 |
| Line 21 timeout = 5 | Line 24 timeout = 5 |
| [exec_on] | [exec_on] |
| # execute scripts on events | # execute scripts on events |
| # parameters:: <action> <opcode> <filename> <mode> <client_address> <client_port> | |
| request = /etc/tftpd/request.sh | request = /etc/tftpd/request.sh |
| complete = /etc/tftpd/complete.sh | complete = /etc/tftpd/complete.sh |
| error = /etc/tftpd/error.sh | error = /etc/tftpd/error.sh |