<?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 using a unix script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624232#M39375</link>
    <description>Hi Anwar,&lt;BR /&gt;&lt;BR /&gt;Try this,&lt;BR /&gt;&lt;BR /&gt;ftp -n Server_name &amp;lt;&lt;ENDFTP&gt;&lt;/ENDFTP&gt;user login password &lt;BR /&gt;bin &lt;BR /&gt;&lt;OTHER ftp="" commands="" here=""&gt;&lt;BR /&gt;mget * &lt;BR /&gt;bye&lt;BR /&gt;EndFTP&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;/OTHER&gt;</description>
    <pubDate>Mon, 03 Dec 2001 20:02:59 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-12-03T20:02:59Z</dc:date>
    <item>
      <title>ftp using a unix script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624227#M39370</link>
      <description>I am trying to ftp from inside of a unix script from one unix box to another. I use the following syntax&lt;BR /&gt;&lt;BR /&gt; ftp -inv &amp;lt;</description>
      <pubDate>Mon, 03 Dec 2001 19:50:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624227#M39370</guid>
      <dc:creator>Anthony khan</dc:creator>
      <dc:date>2001-12-03T19:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: ftp using a unix script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624228#M39371</link>
      <description>Hi Anwar,&lt;BR /&gt;&lt;BR /&gt;Try some word instead of !. Like&lt;BR /&gt;&lt;BR /&gt;ftp -inv &amp;lt;&amp;lt; EOF        &lt;BR /&gt;open system    &lt;BR /&gt;user login password&lt;BR /&gt;bin                    &lt;BR /&gt;mget *   &lt;BR /&gt;quit                   &lt;BR /&gt;                       &lt;BR /&gt;EOF   &lt;BR /&gt;&lt;BR /&gt;-Sri                 &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Dec 2001 19:55:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624228#M39371</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-12-03T19:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: ftp using a unix script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624229#M39372</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ftp -n hostname &lt;BR /&gt;user user_name user_password &lt;BR /&gt;bin "or" ascii &lt;BR /&gt;cd /to the directory &lt;BR /&gt;get file_name1 &lt;BR /&gt;get file_name2 &lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;.</description>
      <pubDate>Mon, 03 Dec 2001 19:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624229#M39372</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-03T19:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: ftp using a unix script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624230#M39373</link>
      <description>Here is what i use&lt;BR /&gt;&lt;BR /&gt;ftp -n &amp;lt;&amp;lt; EOF&lt;BR /&gt;open host&lt;BR /&gt;user username passwd&lt;BR /&gt;prompt&lt;BR /&gt;cd /dir/where/you/want/file&lt;BR /&gt;lcd /dir/on/local/cleint #optional&lt;BR /&gt;mput *&lt;BR /&gt;bye&lt;BR /&gt;EOF</description>
      <pubDate>Mon, 03 Dec 2001 19:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624230#M39373</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-12-03T19:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: ftp using a unix script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624231#M39374</link>
      <description>&lt;BR /&gt;Oops..&lt;BR /&gt;&lt;BR /&gt;First should be like this (&lt;BR /&gt;&lt;BR /&gt;ftp -n hostname  &amp;lt;&amp;lt;-ftpover&lt;BR /&gt;&lt;BR /&gt;End line &lt;BR /&gt;ftpover</description>
      <pubDate>Mon, 03 Dec 2001 19:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624231#M39374</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-03T19:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: ftp using a unix script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624232#M39375</link>
      <description>Hi Anwar,&lt;BR /&gt;&lt;BR /&gt;Try this,&lt;BR /&gt;&lt;BR /&gt;ftp -n Server_name &amp;lt;&lt;ENDFTP&gt;&lt;/ENDFTP&gt;user login password &lt;BR /&gt;bin &lt;BR /&gt;&lt;OTHER ftp="" commands="" here=""&gt;&lt;BR /&gt;mget * &lt;BR /&gt;bye&lt;BR /&gt;EndFTP&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;/OTHER&gt;</description>
      <pubDate>Mon, 03 Dec 2001 20:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624232#M39375</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-03T20:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: ftp using a unix script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624233#M39376</link>
      <description>anwar,&lt;BR /&gt;&lt;BR /&gt;Please see the attached shell script that I use for this purpose.  It uses the same syntax as the others have mentioned above, however it's easily implemented and can be called from other scripts.  It also includes some error checking to ensure the file was sent correctly.  Hope that helps.&lt;BR /&gt;&lt;BR /&gt;-Mike</description>
      <pubDate>Mon, 03 Dec 2001 20:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624233#M39376</guid>
      <dc:creator>Mike Hassell</dc:creator>
      <dc:date>2001-12-03T20:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftp using a unix script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624234#M39377</link>
      <description>Thanks all of you for quick reponse, following snytax work&lt;BR /&gt;ftp -inv Servername &amp;lt;&lt;ENDFTP&gt;&lt;/ENDFTP&gt;user loginname passwd&lt;BR /&gt;bin&lt;BR /&gt;mget *&lt;BR /&gt;bye&lt;BR /&gt;EndFTP&lt;BR /&gt;&lt;BR /&gt;Once again thanks all of you.</description>
      <pubDate>Mon, 03 Dec 2001 20:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-using-a-unix-script/m-p/2624234#M39377</guid>
      <dc:creator>Anthony khan</dc:creator>
      <dc:date>2001-12-03T20:32:58Z</dc:date>
    </item>
  </channel>
</rss>

