<?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 script in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087942#M479</link>
    <description>Hello Abdel,&lt;BR /&gt;&lt;BR /&gt;thats what you get for asking an HP-UX question in an hp OpenVMS forum. Ages answer is perfectly correct (in case you used OpenVMS), but pretty useless to you ;-).&lt;BR /&gt;&lt;BR /&gt;Try your question again in the HP-UX forum at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=117" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=117&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I guess the solution will involve a call to fork(). Since I have not touched UX in a long time, I am not sure about the ftp part, on Linux your could do something like &lt;BR /&gt;&lt;BR /&gt;ftp ftp://user:pwd@node/ to provide most of the parameters already. The rest (since you want to "put") would need to come from a temporary input file most probably.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
    <pubDate>Wed, 08 Oct 2003 09:42:06 GMT</pubDate>
    <dc:creator>Martin P.J. Zinser</dc:creator>
    <dc:date>2003-10-08T09:42:06Z</dc:date>
    <item>
      <title>Ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087940#M477</link>
      <description>Hi to all, &lt;BR /&gt;I want to transfert files (files are gÃ©nÃ©rated automaticly by C program)  one by one from HP-UX to NT system.&lt;BR /&gt;&lt;BR /&gt;My task is how can i do to run ftp from my C program and pass the file name to FTP. &lt;BR /&gt;&lt;BR /&gt;I need a script to automate transfer files from HP-UX to NT  via FTP.&lt;BR /&gt;Help is badly needed on this case.&lt;BR /&gt;thanks in advan</description>
      <pubDate>Wed, 08 Oct 2003 07:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087940#M477</guid>
      <dc:creator>Abdel Guelmamene</dc:creator>
      <dc:date>2003-10-08T07:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087941#M478</link>
      <description>The easiest way would be to use LIB$SPAWN with the FTP command with /INPUT=command-file to specify the files to put/get.&lt;BR /&gt; &lt;BR /&gt;Or use LIB$SPAWN to execute a command procedure to do whatever you like.</description>
      <pubDate>Wed, 08 Oct 2003 08:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087941#M478</guid>
      <dc:creator>Åge Rønning</dc:creator>
      <dc:date>2003-10-08T08:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087942#M479</link>
      <description>Hello Abdel,&lt;BR /&gt;&lt;BR /&gt;thats what you get for asking an HP-UX question in an hp OpenVMS forum. Ages answer is perfectly correct (in case you used OpenVMS), but pretty useless to you ;-).&lt;BR /&gt;&lt;BR /&gt;Try your question again in the HP-UX forum at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=117" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=117&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I guess the solution will involve a call to fork(). Since I have not touched UX in a long time, I am not sure about the ftp part, on Linux your could do something like &lt;BR /&gt;&lt;BR /&gt;ftp ftp://user:pwd@node/ to provide most of the parameters already. The rest (since you want to "put") would need to come from a temporary input file most probably.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 08 Oct 2003 09:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087942#M479</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-10-08T09:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087943#M480</link>
      <description>Ooooops!!!&lt;BR /&gt;First rule: Assume nothing! (And read the Q...)&lt;BR /&gt;Sorry! Just read the task and assumed VMS in this forum....&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Oct 2003 09:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087943#M480</guid>
      <dc:creator>Åge Rønning</dc:creator>
      <dc:date>2003-10-08T09:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ftp script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087944#M481</link>
      <description>Hi,&lt;BR /&gt;I'm not using OpenVMS!!!&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 08 Oct 2003 10:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script/m-p/3087944#M481</guid>
      <dc:creator>Abdel Guelmamene</dc:creator>
      <dc:date>2003-10-08T10:13:54Z</dc:date>
    </item>
  </channel>
</rss>

