<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-command/m-p/3149262#M899753</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can I use one line command to tftp a file from a server?  At the moment, I have to type:&lt;BR /&gt;&lt;BR /&gt;tftp &lt;HOST&gt;&lt;BR /&gt;get &lt;FILE&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;&lt;BR /&gt;Priss&lt;/FILE&gt;&lt;/HOST&gt;</description>
    <pubDate>Fri, 19 Dec 2003 06:06:44 GMT</pubDate>
    <dc:creator>Priss_1</dc:creator>
    <dc:date>2003-12-19T06:06:44Z</dc:date>
    <item>
      <title>TFTP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-command/m-p/3149262#M899753</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can I use one line command to tftp a file from a server?  At the moment, I have to type:&lt;BR /&gt;&lt;BR /&gt;tftp &lt;HOST&gt;&lt;BR /&gt;get &lt;FILE&gt;&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;&lt;BR /&gt;Priss&lt;/FILE&gt;&lt;/HOST&gt;</description>
      <pubDate>Fri, 19 Dec 2003 06:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-command/m-p/3149262#M899753</guid>
      <dc:creator>Priss_1</dc:creator>
      <dc:date>2003-12-19T06:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-command/m-p/3149263#M899754</link>
      <description>I have no tftp server to verify, but&lt;BR /&gt;&lt;BR /&gt;$ echo "get &lt;FILE&gt;" | tftp &lt;HOST&gt;&lt;BR /&gt;&lt;BR /&gt;maybe works...&lt;BR /&gt;&lt;BR /&gt;Ciao,&lt;BR /&gt;Claudio&lt;/HOST&gt;&lt;/FILE&gt;</description>
      <pubDate>Fri, 19 Dec 2003 06:14:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-command/m-p/3149263#M899754</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-12-19T06:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: TFTP command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp-command/m-p/3149264#M899755</link>
      <description>You can't do this with tftp alone, but you could write a script to do it.&lt;BR /&gt;&lt;BR /&gt;eg, create a file gettftp, containing:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;tftp $1 &amp;lt;&amp;lt; EOF&lt;BR /&gt;get $2&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;then "chmod u+x gettftp" and run it with "gettftp &lt;HOST&gt; &lt;FILE&gt;"&lt;BR /&gt;&lt;BR /&gt;I leave you to add your own error checking...&lt;BR /&gt;&lt;BR /&gt;-- Graham&lt;/FILE&gt;&lt;/HOST&gt;</description>
      <pubDate>Fri, 19 Dec 2003 06:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp-command/m-p/3149264#M899755</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-12-19T06:28:19Z</dc:date>
    </item>
  </channel>
</rss>

