⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tftp-xinetd

📁 Linux下的TFTP源代码
💻
字号:
# default: off# description: The tftp server serves files using the trivial file transfer \#	protocol.  The tftp protocol is often used to boot diskless \#	workstations, download configuration files to network-aware printers, \#	and to start the installation process for some operating systems.service tftp{	socket_type		= dgram	protocol		= udp	wait			= yes	user			= root	server			= /usr/sbin/in.tftpd	server_args		= -s /tftpboot	disable			= yes	per_source		= 11	cps			= 100 2	flags			= IPv4}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -