<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic howto configure tftp server to send files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359369#M86237</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;howto configure tftp server to send files ?&lt;BR /&gt;&lt;BR /&gt;tftp config file looks:&lt;BR /&gt;------------------------------------------&lt;BR /&gt;service tftp&lt;BR /&gt;{&lt;BR /&gt; socket_type     = dgram&lt;BR /&gt; protocol        = udp&lt;BR /&gt; wait            = yes&lt;BR /&gt; user            = root&lt;BR /&gt; server          = /usr/sbin/in.tftpd&lt;BR /&gt; server_args     = -s /tftpboot&lt;BR /&gt;}&lt;BR /&gt;------------------------------------------&lt;BR /&gt;&lt;BR /&gt;I can get files from tftp server without problems, &lt;BR /&gt;but cannot put any files to the server.&lt;BR /&gt;&lt;BR /&gt;tftpboot diretory is already chmod to 777&lt;BR /&gt;&lt;BR /&gt;I have linux SUSE 8.2 installed.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Aug 2004 18:44:24 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-08-17T18:44:24Z</dc:date>
    <item>
      <title>howto configure tftp server to send files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359369#M86237</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;howto configure tftp server to send files ?&lt;BR /&gt;&lt;BR /&gt;tftp config file looks:&lt;BR /&gt;------------------------------------------&lt;BR /&gt;service tftp&lt;BR /&gt;{&lt;BR /&gt; socket_type     = dgram&lt;BR /&gt; protocol        = udp&lt;BR /&gt; wait            = yes&lt;BR /&gt; user            = root&lt;BR /&gt; server          = /usr/sbin/in.tftpd&lt;BR /&gt; server_args     = -s /tftpboot&lt;BR /&gt;}&lt;BR /&gt;------------------------------------------&lt;BR /&gt;&lt;BR /&gt;I can get files from tftp server without problems, &lt;BR /&gt;but cannot put any files to the server.&lt;BR /&gt;&lt;BR /&gt;tftpboot diretory is already chmod to 777&lt;BR /&gt;&lt;BR /&gt;I have linux SUSE 8.2 installed.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Aug 2004 18:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359369#M86237</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-08-17T18:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: howto configure tftp server to send files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359370#M86238</link>
      <description>Have you created stub-files for those you are trying to put?&lt;BR /&gt;&lt;BR /&gt;To put files to a 'tftp' server, the file has to already exist.  You can't put files which don't.&lt;BR /&gt;&lt;BR /&gt;It's just the way tftp works.&lt;BR /&gt;&lt;BR /&gt;The man page for 'tftpd' SECURITY section reads:&lt;BR /&gt;&lt;BR /&gt;The use of TFTP services does not require an account or password on the server  system.   Due  to the lack of authentication information, tftpd will allow only publicly readable files (o+r) to  be  accessed,  unless the  -p option is specified.  Files may be written only if they already exist and are publicly writable, unless the  -c  option  is  specified. Note  that  this extends the concept of ``public'' to include all users on all hosts that can be reached through the network; this may  not  be appropriate  on  all systems, and its implications should be considered before enabling TFTP service.</description>
      <pubDate>Tue, 17 Aug 2004 18:52:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359370#M86238</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-08-17T18:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: howto configure tftp server to send files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359371#M86239</link>
      <description>I've tried but still doesn't work:&lt;BR /&gt;&lt;BR /&gt;# tftp 192.168.0.1&lt;BR /&gt;tftp&amp;gt; binary&lt;BR /&gt;tftp&amp;gt; put file.exe&lt;BR /&gt;Error code 2: Access denied&lt;BR /&gt;tftp&amp;gt; get file.exe&lt;BR /&gt;Received 1129632 bytes in 0.9 seconds&lt;BR /&gt;tftp&amp;gt; put file.exe&lt;BR /&gt;Error code 2: Access denied&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Aug 2004 19:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359371#M86239</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-08-17T19:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: howto configure tftp server to send files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359372#M86240</link>
      <description>What are the file permissions on '/tftpboot/file.exe' ?</description>
      <pubDate>Tue, 17 Aug 2004 20:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359372#M86240</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-08-17T20:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: howto configure tftp server to send files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359373#M86241</link>
      <description>make the line srever_args to appear like this:&lt;BR /&gt;server_args             = -s -c /tftpboot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you should add -c which adds the ability to create files under the /tftpboot folder.....&lt;BR /&gt;&lt;BR /&gt;Best regards...</description>
      <pubDate>Wed, 18 Aug 2004 00:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359373#M86241</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-08-18T00:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: howto configure tftp server to send files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359374#M86242</link>
      <description>thanks !&lt;BR /&gt;&lt;BR /&gt;with: &lt;BR /&gt;&lt;BR /&gt;server_args = -s -c /tftpboot&lt;BR /&gt;&lt;BR /&gt;works perfectly.&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Wed, 18 Aug 2004 03:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-configure-tftp-server-to-send-files/m-p/3359374#M86242</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-08-18T03:47:19Z</dc:date>
    </item>
  </channel>
</rss>

