--- tftpd/etc/tftpd.conf 2014/02/14 15:38:37 1.1.1.1 +++ tftpd/etc/tftpd.conf 2014/02/21 15:46:52 1.2.8.1 @@ -1,7 +1,7 @@ # # TFTPd Config # -# $Id: tftpd.conf,v 1.1.1.1 2014/02/14 15:38:37 misho Exp $ +# $Id: tftpd.conf,v 1.2.8.1 2014/02/21 15:46:52 misho Exp $ [tftpd] # Drop priv to user @@ -13,6 +13,9 @@ dir = /tftpboot # if file exists we can override it! 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 port = 69 @@ -21,6 +24,7 @@ timeout = 5 [exec_on] # execute scripts on events +# parameters:: request = /etc/tftpd/request.sh complete = /etc/tftpd/complete.sh error = /etc/tftpd/error.sh