<?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 FTP Script    Help needed... ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-help-needed/m-p/3704484#M249959</link>
    <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;I need to make one FTP script , that will transfer files from serverA to serverb, and execute few ftp command at serverB.&lt;BR /&gt;&lt;BR /&gt;Following commands given to me , I wanted to know how to proceed, to make this script:&lt;BR /&gt;&lt;BR /&gt;-----------&lt;BR /&gt;1.Issue an FTP command to create a file on the Server (serverB) &lt;BR /&gt;quote CRTP FILE(USERNAME/PASSWORD) RCDLEN(1055) &lt;BR /&gt;2. Ensure the success of the FTP command &lt;BR /&gt;3. Issue an FTP command to transfer your file on the EDI server (serverB) &lt;BR /&gt;put (your file name) USERNAME/PASSWORD&lt;BR /&gt; &lt;BR /&gt;4. Ensure the success of the FTP command &lt;BR /&gt;5. Issue an FTP command to initiate a process on the  Server (serverB) &lt;BR /&gt;quote RCMD CALL PGM(USERNAME/PASSWORD)&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;Your suggestion is requested.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
    <pubDate>Fri, 06 Jan 2006 16:11:18 GMT</pubDate>
    <dc:creator>rveri</dc:creator>
    <dc:date>2006-01-06T16:11:18Z</dc:date>
    <item>
      <title>FTP Script    Help needed... ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-help-needed/m-p/3704484#M249959</link>
      <description>Hi All ,&lt;BR /&gt;&lt;BR /&gt;I need to make one FTP script , that will transfer files from serverA to serverb, and execute few ftp command at serverB.&lt;BR /&gt;&lt;BR /&gt;Following commands given to me , I wanted to know how to proceed, to make this script:&lt;BR /&gt;&lt;BR /&gt;-----------&lt;BR /&gt;1.Issue an FTP command to create a file on the Server (serverB) &lt;BR /&gt;quote CRTP FILE(USERNAME/PASSWORD) RCDLEN(1055) &lt;BR /&gt;2. Ensure the success of the FTP command &lt;BR /&gt;3. Issue an FTP command to transfer your file on the EDI server (serverB) &lt;BR /&gt;put (your file name) USERNAME/PASSWORD&lt;BR /&gt; &lt;BR /&gt;4. Ensure the success of the FTP command &lt;BR /&gt;5. Issue an FTP command to initiate a process on the  Server (serverB) &lt;BR /&gt;quote RCMD CALL PGM(USERNAME/PASSWORD)&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;Your suggestion is requested.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 06 Jan 2006 16:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-help-needed/m-p/3704484#M249959</guid>
      <dc:creator>rveri</dc:creator>
      <dc:date>2006-01-06T16:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Script    Help needed... ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-help-needed/m-p/3704485#M249960</link>
      <description>Hi Rveri:&lt;BR /&gt;&lt;BR /&gt;There are a multitude of threads in this forum dealing with FTP threads.  I respectfully suggest that you (Google) search 'itrc.hp.com' using such keywords as "ftp", and "netrc".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 06 Jan 2006 16:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-help-needed/m-p/3704485#M249960</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-06T16:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Script    Help needed... ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-help-needed/m-p/3704486#M249961</link>
      <description>rveri,&lt;BR /&gt;&lt;BR /&gt;ftp is not the answer to all your problems. If I understand you correctly, the logic can be encapsulated into a single script using various commands and tools NOT just ftp. For example:&lt;BR /&gt;&lt;BR /&gt;1.Use remsh to create a file on another server&lt;BR /&gt;2.Ensure its success using $?&lt;BR /&gt;3.ftp the files from serverA to serverB&lt;BR /&gt;4.Verify success with $?&lt;BR /&gt;5.Use remsh to start a process on the remote serverB.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Fri, 06 Jan 2006 17:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-help-needed/m-p/3704486#M249961</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-01-06T17:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Script    Help needed... ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-help-needed/m-p/3704487#M249962</link>
      <description>Hi,&lt;BR /&gt;You can also check with a script like this:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;########## FTP Script for sending file.&lt;BR /&gt;ftp -n &lt;TARGET_IP&gt; &amp;lt;&lt;/TARGET_IP&gt;</description>
      <pubDate>Fri, 06 Jan 2006 17:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-help-needed/m-p/3704487#M249962</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-01-06T17:37:34Z</dc:date>
    </item>
  </channel>
</rss>

