<?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: Help on ftp script???? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468822#M360881</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You should use ftp commands "prompt" and "mget" in the ftp prompt.&lt;BR /&gt;&lt;BR /&gt;prompt will on/off the user prompt for every file transfer.&lt;BR /&gt;&lt;BR /&gt;mget is to get pattern of files in single shot.</description>
    <pubDate>Wed, 29 Jul 2009 08:10:41 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-07-29T08:10:41Z</dc:date>
    <item>
      <title>Help on ftp script????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468821#M360880</link>
      <description>How to get group of files directly from the old UX to new UX machine without confirmation of files  to transfer? Can anyone share me a sample ftp script? thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jul 2009 08:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468821#M360880</guid>
      <dc:creator>gobi_1</dc:creator>
      <dc:date>2009-07-29T08:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ftp script????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468822#M360881</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You should use ftp commands "prompt" and "mget" in the ftp prompt.&lt;BR /&gt;&lt;BR /&gt;prompt will on/off the user prompt for every file transfer.&lt;BR /&gt;&lt;BR /&gt;mget is to get pattern of files in single shot.</description>
      <pubDate>Wed, 29 Jul 2009 08:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468822#M360881</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-29T08:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ftp script????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468823#M360882</link>
      <description>If you have a large bunch of files you may want to tar them up so you can maintain permissions, ownership and dates.</description>
      <pubDate>Wed, 29 Jul 2009 08:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468823#M360882</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-07-29T08:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ftp script????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468824#M360883</link>
      <description>thanks sir for both reply, mget works &amp;amp; may also consider tar for preserving permission.&lt;BR /&gt;&lt;BR /&gt;but can you give a sample script to fully automate the ftp process?&lt;BR /&gt;&lt;BR /&gt;and a sample script also to transfer backup files from unix to Windows?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 29 Jul 2009 13:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468824#M360883</guid>
      <dc:creator>gobi_1</dc:creator>
      <dc:date>2009-07-29T13:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ftp script????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468825#M360884</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; but can you give a sample script to fully automate the ftp process?&lt;BR /&gt;&lt;BR /&gt;Simply search this forum.  You will be amply rewarded.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 29 Jul 2009 13:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468825#M360884</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-29T13:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ftp script????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468826#M360885</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Did the search for you.&lt;BR /&gt;&lt;BR /&gt;ftp -n &lt;HOST_NAME&gt; &amp;lt;&amp;lt; ENDFTP&lt;BR /&gt;user &lt;USER_NAME&gt; &lt;PASSWORD&gt;&lt;BR /&gt;prompt&lt;BR /&gt;ascii&lt;BR /&gt;lcd &lt;REMOTE path=""&gt;&lt;BR /&gt;cd &lt;LOCA path=""&gt;&lt;BR /&gt;mget *&lt;BR /&gt;ENDFTP&lt;BR /&gt;# adjust commands to your need.&lt;BR /&gt;Much better however is scp -p with public key exchange.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/?p=10" target="_blank"&gt;http://www.hpux.ws/?p=10&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/LOCA&gt;&lt;/REMOTE&gt;&lt;/PASSWORD&gt;&lt;/USER_NAME&gt;&lt;/HOST_NAME&gt;</description>
      <pubDate>Wed, 29 Jul 2009 13:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468826#M360885</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-29T13:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ftp script????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468827#M360886</link>
      <description>ftp -v -i -n ip_address_or_hostname_here &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;user myusername mypassword&lt;BR /&gt;bin&lt;BR /&gt;cd /some/directory&lt;BR /&gt;mget *some_pattern*&lt;BR /&gt;bye&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;replace username password and some_pattern according to your requirements&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Wed, 29 Jul 2009 13:47:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468827#M360886</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-07-29T13:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help on ftp script????</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468828#M360887</link>
      <description>thanks steven &amp;amp; james for all the helped.</description>
      <pubDate>Wed, 29 Jul 2009 13:48:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-ftp-script/m-p/4468828#M360887</guid>
      <dc:creator>gobi_1</dc:creator>
      <dc:date>2009-07-29T13:48:19Z</dc:date>
    </item>
  </channel>
</rss>

