<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487113#M876701</link>
    <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;Could you provide me with some more information on how you resolved this problem (I know it's been a long time)???&lt;BR /&gt;&lt;BR /&gt;I am having the exact same problem with some bank batches, and would like to know more about how you solved this....&lt;BR /&gt;&lt;BR /&gt;Thanks for your help,&lt;BR /&gt;&lt;BR /&gt;John Townley&lt;BR /&gt;Computer Sciences Corporation</description>
    <pubDate>Mon, 28 Jun 2004 10:57:01 GMT</pubDate>
    <dc:creator>John Townley_2</dc:creator>
    <dc:date>2004-06-28T10:57:01Z</dc:date>
    <item>
      <title>FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487110#M876698</link>
      <description>I am attempting to write a script to get EDI acknowledgements off our banks ftp machine.  With the software they are using and the frequency of our EDI submissions, there is the possibility that there could be 2 "batches" available for retrieval at the same time.  Unfortunately their software gives each "batch" the same file name and can differentiate between the two files.&lt;BR /&gt;&lt;BR /&gt;My contact at the bank has given me the following command to use to retrieve one "batch" at one time:&lt;BR /&gt;&lt;BR /&gt;get "$$ ID=UPREDIOO BID='PGP EDI OUTBND NCFSJ2S' ONEBATCH=Y" filename&lt;BR /&gt;&lt;BR /&gt;I have tried escaping the $$, to no avail.  I have tried both "\$$" and "\$\$" and have not had any luck.  The error I get is:&lt;BR /&gt;&lt;BR /&gt;200 PORT command successful.&lt;BR /&gt;550 $$ command missing or syntax error -&amp;gt; &amp;lt;{$$} ID=ID BID='PGP EDI OUTBND NCFSJ2S' ONEBATCH=Y&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I am fairly certain that the error is coming from the bank.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2001 17:17:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487110#M876698</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-26T17:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487111#M876699</link>
      <description>Hi Patrick:&lt;BR /&gt;&lt;BR /&gt;Does the command behave any differently interactively?&lt;BR /&gt;&lt;BR /&gt;Error 550 is "requested action not taken; file unavailable, not found, no access".&lt;BR /&gt;&lt;BR /&gt;...?....&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2001 17:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487111#M876699</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-01-26T17:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487112#M876700</link>
      <description>OK.  I have figured it out.  I had to define a macro  in my .netrc that has the get command in it, with the \$\$ to escape the $ signs.  When I log on to the ftp site and execute the macro it works like a charm.&lt;BR /&gt;&lt;BR /&gt;Apparently, for some reason, it does not like trying to use the $ signs or escape the $ signs outside of a macro.  &lt;BR /&gt;&lt;BR /&gt;I don't understand why it makes a difference, but it is working now and I am happy!&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jan 2001 17:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487112#M876700</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-26T17:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487113#M876701</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;Could you provide me with some more information on how you resolved this problem (I know it's been a long time)???&lt;BR /&gt;&lt;BR /&gt;I am having the exact same problem with some bank batches, and would like to know more about how you solved this....&lt;BR /&gt;&lt;BR /&gt;Thanks for your help,&lt;BR /&gt;&lt;BR /&gt;John Townley&lt;BR /&gt;Computer Sciences Corporation</description>
      <pubDate>Mon, 28 Jun 2004 10:57:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487113#M876701</guid>
      <dc:creator>John Townley_2</dc:creator>
      <dc:date>2004-06-28T10:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487114#M876702</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;Hmmm....This has been a while.  I have switched jobs since this post as well.&lt;BR /&gt;&lt;BR /&gt;But if I recall correctly, I had use a .netrc file in the users home directory that was running this and make the above referenced "get" action a macro in the .netrc.  I then connected to the FTP site and ran the macro.&lt;BR /&gt;&lt;BR /&gt;Since this was for a previous job, I don't have access to the macro anymore.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2004 11:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2487114#M876702</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-06-28T11:29:14Z</dc:date>
    </item>
  </channel>
</rss>

