--- tftpd/etc/tftpd.conf 2014/02/21 15:46:52 1.2.8.1 +++ tftpd/etc/tftpd.conf 2014/02/24 14:55:19 1.2.8.2 @@ -1,7 +1,7 @@ # # TFTPd Config # -# $Id: tftpd.conf,v 1.2.8.1 2014/02/21 15:46:52 misho Exp $ +# $Id: tftpd.conf,v 1.2.8.2 2014/02/24 14:55:19 misho Exp $ [tftpd] # Drop priv to user @@ -15,6 +15,8 @@ override = yes # if you don't want direct access to write file. You can specify buffer size in bytes buf_io = 65536 +# if you wish padding to end of buf_io size with ascii char. Usually uses for NAND storages +#buf_pad = 0 bind = 0.0.0.0 port = 69