File:
[ELWIX - Embedded LightWeight unIX -] /
elwix /
config /
etc /
uboot /
tftpd.conf
Revision
1.2:
download - view:
text,
annotated -
select for diffs -
revision graph
Mon Sep 15 19:06:48 2014 UTC (10 years, 6 months ago) by
misho
Branches:
MAIN
CVS tags:
elwix2_8,
elwix2_7,
elwix2_6,
elwix2_3,
HEAD,
ELWIX2_7,
ELWIX2_6,
ELWIX2_5,
ELWIX2_2p0
elwix 2.2
#
# TFTPd Config
#
# $Id: tftpd.conf,v 1.2 2014/09/15 19:06:48 misho Exp $
[tftpd]
# Drop priv to user
user = root
# Chroot to dir
chroot = /
dir = /dev/map
# 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
# 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
# timeout transfer in seconds
timeout = 5
[exec_on]
# execute scripts on events
# parameters:: <action> <opcode> <filename> <mode> <client_address> <client_port>
#request = /etc/tftpd/request.sh
#complete = /etc/tftpd/complete.sh
#error = /etc/tftpd/error.sh
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>