<?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 Re: ftp question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729737#M836147</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are many exmaples of this, here are some to do with scripting. If these aren't enough suggest using the search bar to the left &amp;lt;-- and lookf for 'ftp scripts'. You will find that there are many.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfbc0854994d9d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfbc0854994d9d4118fef0090279cd0f9,00.html&lt;/A&gt; &lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x82dff841489fd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x82dff841489fd4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
    <pubDate>Thu, 23 May 2002 02:32:49 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-05-23T02:32:49Z</dc:date>
    <item>
      <title>ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729733#M836143</link>
      <description>Hi,&lt;BR /&gt;who can tell me how to let a ftp shell automatically excute?&lt;BR /&gt;</description>
      <pubDate>Thu, 23 May 2002 02:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729733#M836143</guid>
      <dc:creator>linda_9</dc:creator>
      <dc:date>2002-05-23T02:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729734#M836144</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at these posting: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x83e45f260cafd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x83e45f260cafd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There is also some interesting information that can be found in the 'netrc' man pages.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;~Michael&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 May 2002 02:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729734#M836144</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-23T02:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729735#M836145</link>
      <description>my problem is how to write the shell .</description>
      <pubDate>Thu, 23 May 2002 02:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729735#M836145</guid>
      <dc:creator>linda_9</dc:creator>
      <dc:date>2002-05-23T02:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729736#M836146</link>
      <description>Example of a script ..&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;&lt;BR /&gt;[[ $# != 5 ]] &amp;amp;&amp;amp;&lt;BR /&gt;{ echo "Usage: $0 &lt;LOGIN&gt; &lt;PASSWORD&gt; &lt;TARGET-HOSTNAME&gt; &lt;FILENAME&gt; &lt;DEST_DIR&gt;";exit 1; }&lt;BR /&gt;&lt;BR /&gt;{ echo "user $1 $2&lt;BR /&gt;cd $5&lt;BR /&gt;mput $4&lt;BR /&gt;quit" ; } | ftp -i -n $3&lt;BR /&gt;&lt;BR /&gt;You would run it as such ..(say you call your script "autoput".&lt;BR /&gt;&lt;BR /&gt;# ./autoput skchan mypassword mars.abc.com fileA* dirA&lt;BR /&gt;&lt;/DEST_DIR&gt;&lt;/FILENAME&gt;&lt;/TARGET-HOSTNAME&gt;&lt;/PASSWORD&gt;&lt;/LOGIN&gt;</description>
      <pubDate>Thu, 23 May 2002 02:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729736#M836146</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-23T02:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729737#M836147</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are many exmaples of this, here are some to do with scripting. If these aren't enough suggest using the search bar to the left &amp;lt;-- and lookf for 'ftp scripts'. You will find that there are many.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfbc0854994d9d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xfbc0854994d9d4118fef0090279cd0f9,00.html&lt;/A&gt; &lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x82dff841489fd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x82dff841489fd4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 23 May 2002 02:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729737#M836147</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-23T02:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729738#M836148</link>
      <description>&lt;BR /&gt;You can use ftp -i -n &amp;lt; file. &lt;BR /&gt;&lt;BR /&gt;"file" will contain: &lt;BR /&gt;&lt;BR /&gt;open &lt;IP address=""&gt; &lt;BR /&gt;user &lt;LOGIN&gt; &lt;PASSWORD&gt; &lt;BR /&gt;commands &lt;BR /&gt;commands &lt;BR /&gt;bye&lt;BR /&gt;&lt;BR /&gt;&lt;/PASSWORD&gt;&lt;/LOGIN&gt;&lt;/IP&gt;</description>
      <pubDate>Thu, 23 May 2002 03:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729738#M836148</guid>
      <dc:creator>Gnananandhan</dc:creator>
      <dc:date>2002-05-23T03:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftp question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729739#M836149</link>
      <description>I use a here-script:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ftp -i -n &amp;lt;&amp;lt;@&lt;BR /&gt;open $hostname&lt;BR /&gt;user $login $passw&lt;BR /&gt;lcd $targetdir&lt;BR /&gt;cd $sourcedir&lt;BR /&gt;mget *&lt;BR /&gt;close&lt;BR /&gt;quit&lt;BR /&gt;@&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 04:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-question/m-p/2729739#M836149</guid>
      <dc:creator>Deinert Arthur</dc:creator>
      <dc:date>2002-05-24T04:47:27Z</dc:date>
    </item>
  </channel>
</rss>

