<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2Ftftp</id>
	<title>Linux/tftp - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2Ftftp"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Linux/tftp&amp;action=history"/>
	<updated>2026-06-26T11:04:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=Linux/tftp&amp;diff=5813&amp;oldid=prev</id>
		<title>Kenneth: /* Verbose Logging */</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Linux/tftp&amp;diff=5813&amp;oldid=prev"/>
		<updated>2021-01-19T05:29:07Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Verbose Logging&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Client ==&lt;br /&gt;
&lt;br /&gt;
 tftp 10.10.10.100&lt;br /&gt;
 &amp;gt; get bootstrap.ipxe&lt;br /&gt;
&lt;br /&gt;
 tftp 10.10.10.100 -c get bootstrap.ipxe&lt;br /&gt;
&lt;br /&gt;
Put file with tftp client in Linux - Super User https://superuser.com/questions/581812/put-file-with-tftp-client-in-linux&lt;br /&gt;
&lt;br /&gt;
== Server ==&lt;br /&gt;
&lt;br /&gt;
Install:&lt;br /&gt;
 # Ubuntu&lt;br /&gt;
 sudo apt-get install xinetd tftpd tftp&lt;br /&gt;
&lt;br /&gt;
Create tftp service (not included):&lt;br /&gt;
&lt;br /&gt;
/etc/xinetd.d/tftp:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
service tftp&lt;br /&gt;
{&lt;br /&gt;
protocol        = udp&lt;br /&gt;
port            = 69&lt;br /&gt;
socket_type     = dgram&lt;br /&gt;
wait            = yes&lt;br /&gt;
user            = nobody&lt;br /&gt;
server          = /usr/sbin/in.tftpd&lt;br /&gt;
server_args     = /tftpboot&lt;br /&gt;
disable         = no&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Restart xinetd:&lt;br /&gt;
 sudo service xinetd restart&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ref: https://askubuntu.com/questions/201505/how-do-i-install-and-run-a-tftp-server&lt;br /&gt;
&lt;br /&gt;
=== Verbose Logging ===&lt;br /&gt;
&lt;br /&gt;
 ** ONLY AVAILABLE ON NEWER VERSIONS **&lt;br /&gt;
&lt;br /&gt;
The version that comes with Ubuntu 16 repos does not have this feature.&lt;br /&gt;
&lt;br /&gt;
To log the file requested, add &amp;quot;--verbose&amp;quot; to the server_args&lt;br /&gt;
&lt;br /&gt;
xinet.d:&lt;br /&gt;
 server_args             = -s /tftpboot --verbose&lt;br /&gt;
&lt;br /&gt;
ref:&lt;br /&gt;
* Enable TFTP verbose logging - PBX Platforms - Documentation - https://wiki.freepbx.org/display/PPS/Enable+TFTP+verbose+logging&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>