<?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 TFTP Server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-server/m-p/3825858#M271003</link>
    <description>I want to setup an hpux server as the TFTP server. I have followed the docs &amp;amp; made the changes in configuration file as follows&lt;BR /&gt;&lt;BR /&gt;/etc/passwd&lt;BR /&gt;===========&lt;BR /&gt;tftp:*:510:20:TFTP User:/home/tftp:/usr/bin/false &lt;BR /&gt;&lt;BR /&gt;/etc/inetd.conf&lt;BR /&gt;================&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd /opt/test_tftp&lt;BR /&gt;&lt;BR /&gt;Now that I am able to get the file from the tftp server but when I put the file, its throwing an access violation error as given below.&lt;BR /&gt;&lt;BR /&gt;root@fc2:/tmp#tftp fc2&lt;BR /&gt;tftp&amp;gt; get file.out&lt;BR /&gt;Received 117 bytes in 0.0 seconds&lt;BR /&gt;tftp&amp;gt; quit&lt;BR /&gt;root@fc2:/tmp#&lt;BR /&gt;\root@fc2:/tmp#tftp fc2&lt;BR /&gt;tftp&amp;gt; put file.out&lt;BR /&gt;Error code 2: Access violation&lt;BR /&gt;tftp&amp;gt; quit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The permissions are set properly&lt;BR /&gt;&lt;BR /&gt;root@fc2:/tmp#ll -d /home/tftp&lt;BR /&gt;drwx------   2 tftp       users           96 Jul 18 22:06 /home/tftp&lt;BR /&gt;root@fc2:/tmp#&lt;BR /&gt;&lt;BR /&gt;Any idea whats hapening ?&lt;BR /&gt;&lt;BR /&gt;Thanks in anticipation</description>
    <pubDate>Tue, 18 Jul 2006 16:46:54 GMT</pubDate>
    <dc:creator>avik</dc:creator>
    <dc:date>2006-07-18T16:46:54Z</dc:date>
    <item>
      <title>TFTP Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-server/m-p/3825858#M271003</link>
      <description>I want to setup an hpux server as the TFTP server. I have followed the docs &amp;amp; made the changes in configuration file as follows&lt;BR /&gt;&lt;BR /&gt;/etc/passwd&lt;BR /&gt;===========&lt;BR /&gt;tftp:*:510:20:TFTP User:/home/tftp:/usr/bin/false &lt;BR /&gt;&lt;BR /&gt;/etc/inetd.conf&lt;BR /&gt;================&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd /opt/test_tftp&lt;BR /&gt;&lt;BR /&gt;Now that I am able to get the file from the tftp server but when I put the file, its throwing an access violation error as given below.&lt;BR /&gt;&lt;BR /&gt;root@fc2:/tmp#tftp fc2&lt;BR /&gt;tftp&amp;gt; get file.out&lt;BR /&gt;Received 117 bytes in 0.0 seconds&lt;BR /&gt;tftp&amp;gt; quit&lt;BR /&gt;root@fc2:/tmp#&lt;BR /&gt;\root@fc2:/tmp#tftp fc2&lt;BR /&gt;tftp&amp;gt; put file.out&lt;BR /&gt;Error code 2: Access violation&lt;BR /&gt;tftp&amp;gt; quit&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The permissions are set properly&lt;BR /&gt;&lt;BR /&gt;root@fc2:/tmp#ll -d /home/tftp&lt;BR /&gt;drwx------   2 tftp       users           96 Jul 18 22:06 /home/tftp&lt;BR /&gt;root@fc2:/tmp#&lt;BR /&gt;&lt;BR /&gt;Any idea whats hapening ?&lt;BR /&gt;&lt;BR /&gt;Thanks in anticipation</description>
      <pubDate>Tue, 18 Jul 2006 16:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-server/m-p/3825858#M271003</guid>
      <dc:creator>avik</dc:creator>
      <dc:date>2006-07-18T16:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-server/m-p/3825859#M271004</link>
      <description>tftpd uses a call to chroot() to change its root directory to be the same as the home directory of the pseudo-user tftp.  This restricts access by tftp clients to only those files found below the tftp home directory (see chroot(2)).  &lt;BR /&gt;&lt;BR /&gt;Furthermore, tftp clients can only read files in that directory if they are readable by the pseudo-user tftp, and tftp clients can only write files in that directory if they exist and are writable by the pseudo-user tftp.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jul 2006 17:27:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-server/m-p/3825859#M271004</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-18T17:27:09Z</dc:date>
    </item>
  </channel>
</rss>

