File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / etc / tftpd.conf
Revision 1.1.1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Feb 17 10:12:25 2014 UTC (10 years, 5 months ago) by misho
Branches: tftp0_2
Diff to: branchpoint 1.1.1.1: preferred, colored
add execute task

#
# TFTPd Config
#
# $Id: tftpd.conf,v 1.1.1.1.2.1 2014/02/17 10:12:25 misho Exp $

[tftpd]
# Drop priv to user
user = nobody
# Chroot to dir
chroot = /

dir = /tftpboot
# if file exists we can override it!
override = yes

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>