<div dir="ltr"><br><br><div class="gmail_quote">2008/7/27 Ex Vito <span dir="ltr">&lt;<a href="mailto:ex.vitorino@gmail.com">ex.vitorino@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt;<br>
&gt; So let&#39;s say, you&#39;ve got :<br>
&gt; a perfectly running tftp server somewhere on your LAN,<br>
&gt; it holds foo.txt file in its /srv/tftp directory.<br>
&gt;<br>
&gt; Which command could you type in for a LAN workstation to receive this<br>
&gt; foo.txt ?<br>
&gt;<br>
<br>
</div> &nbsp;tftp is the client, do you have it installed ?... example:<br>
<br>
 &nbsp;# tftp hostname<br>
 &nbsp;tftp&gt; get /srv/tftp/foo.txt<br>
 &nbsp;tftp&gt; ^D<br>
 &nbsp;# cat foo.txt<br>
 &nbsp;...</blockquote><div><br>That was exactly what I was after : I installed tftp on my Ubuntu system and checked Debian tftp server<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
 &nbsp;Things to check: is /srv/tftp the &quot;tftp&quot; directory or is it the os filesystem<br>
 &nbsp;directory where the tftp root resides ?<br>
<br>
 &nbsp;Also, the tftp daemon in CentOS is started by xinetd and can be<br>
 &nbsp;invoked with extra -v flags so as to increase logging verbosity.<br>
 &nbsp;Check your dist. This may help...</blockquote><div>Yes, that&#39;s the next step.<br>I could see a tftp service is running ok on my server and I need to increase its logs to pinpoint root cause.<br><br>Thanks for all<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
 &nbsp;Cheers,<br>
<font color="#888888">--<br>
 &nbsp;exvito<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>
Register Now: <a href="http://www.astricon.net" target="_blank">http://www.astricon.net</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>