<?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 launches browser in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796175#M720596</link>
    <description>Hi Mahesh,&lt;BR /&gt;&lt;BR /&gt;you problem originates form "Windows Explorer", NOT from "Internet Explorer", as the default handler for "FTP" is registerd for the former to be the latter...&lt;BR /&gt;You may have to unregister the "FTP" handler from your "Windows Explorer"!&lt;BR /&gt;&lt;BR /&gt;Second, the first two lines of the input file to the "-s" option of M$'s FTP client have to be username, and password, and the target node is to be specified on the command line:&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt; type script.txt&lt;BR /&gt;joe&lt;BR /&gt;secret&lt;BR /&gt;cd Aggregation&lt;BR /&gt;put C:\Eatecwin\data\SFO1368_EatecLite.zip &lt;BR /&gt;bye&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt; %windir%\ftp.exe -s script.txt ftp.abc.com&lt;BR /&gt;&lt;BR /&gt;And third, why not use an FTP client better than the one supplied by M$? Like the (free) one from CYGWIN:&lt;BR /&gt;&lt;A href="http://sources.redhat.com/cygwin" target="_blank"&gt;http://sources.redhat.com/cygwin&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
    <pubDate>Thu, 29 Aug 2002 15:19:27 GMT</pubDate>
    <dc:creator>Wodisch_1</dc:creator>
    <dc:date>2002-08-29T15:19:27Z</dc:date>
    <item>
      <title>ftp script launches browser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796170#M720591</link>
      <description>i have written a ftp script batch file to connect to the ftp server &amp;amp; upload a file.&lt;BR /&gt;m creating a temp txt file which contains the ftp commands.&lt;BR /&gt;this is what the batch file contains:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  C:\script.txt echo open ftp.abc.com&lt;BR /&gt;&amp;gt;&amp;gt; C:\script.txt echo abcd&lt;BR /&gt;&amp;gt;&amp;gt; C:\script.txt echo abcd&lt;BR /&gt;&amp;gt;&amp;gt; C:\script.txt echo cd Aggregation&lt;BR /&gt;&amp;gt;&amp;gt; C:\script.txt echo put C:\Eatecwin\data\SFO1368_EatecLite.zip&lt;BR /&gt;&amp;gt;&amp;gt; C:\script.txt echo bye&lt;BR /&gt;&amp;amp; then launching the ftp session&lt;BR /&gt;%windir%\ftp.exe -s:C:\script.txt&lt;BR /&gt;&lt;BR /&gt;when i run the script, IE is launced &amp;amp; a FTP folder error message displayed.&lt;BR /&gt;&amp;amp; the address bar of the browser contains &lt;A href="ftp://ftp.exe/" target="_blank"&gt;ftp://ftp.exe/&lt;/A&gt;&lt;BR /&gt;any thoughts?</description>
      <pubDate>Wed, 28 Aug 2002 18:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796170#M720591</guid>
      <dc:creator>mahesh_13</dc:creator>
      <dc:date>2002-08-28T18:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script launches browser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796171#M720592</link>
      <description>&lt;BR /&gt;Yes:&lt;BR /&gt;&lt;BR /&gt;(1) install linux&lt;BR /&gt;(2) use perl to script ftp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 28 Aug 2002 22:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796171#M720592</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-28T22:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script launches browser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796172#M720593</link>
      <description>Why would you need to install linux to be able to run perl? ;-)&lt;BR /&gt;&lt;BR /&gt;Anyways, if you are running winnt, the script would have to be %windir%\system32\ftp.exe. Have you tried running "%windir%\ftp.exe -s:C:\script.txt" from the command line?&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James&lt;BR /&gt;&lt;BR /&gt;PS: Harry has a point - this is a HPUX forum, not windows. :-)</description>
      <pubDate>Thu, 29 Aug 2002 07:05:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796172#M720593</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-08-29T07:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script launches browser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796173#M720594</link>
      <description>It's too bad we can't do a push install?&lt;BR /&gt;&lt;BR /&gt;BTW, you can get perl, like James said, for your M$ thing and script it using perl. And guess what? you could actually have ERROR HANDLING. I know it's something new to M$ machines, but there's no rule that says software you write can't have error detection and corrective action. &lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 29 Aug 2002 09:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796173#M720594</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-29T09:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script launches browser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796174#M720595</link>
      <description>I've experiences this, too.  Look on the PC to see if you have more than one version of ftp.exe.&lt;BR /&gt;&lt;BR /&gt;This was happening to me on a Win98 machine, so I copied ftp.exe from a Win95 machine (to another folder - not overwriting the original), and called the copied one explicitely:&lt;BR /&gt;&lt;BR /&gt;C:\utils\ftp.exe   ...etc&lt;BR /&gt;&lt;BR /&gt;And it worked OK.&lt;BR /&gt;&lt;BR /&gt;My only guess is that newer versions of ftp.exe are browser-aware, the older on is not.&lt;BR /&gt;&lt;BR /&gt;I could be wrong but it solved the issue for me.&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 13:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796174#M720595</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2002-08-29T13:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: ftp script launches browser</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796175#M720596</link>
      <description>Hi Mahesh,&lt;BR /&gt;&lt;BR /&gt;you problem originates form "Windows Explorer", NOT from "Internet Explorer", as the default handler for "FTP" is registerd for the former to be the latter...&lt;BR /&gt;You may have to unregister the "FTP" handler from your "Windows Explorer"!&lt;BR /&gt;&lt;BR /&gt;Second, the first two lines of the input file to the "-s" option of M$'s FTP client have to be username, and password, and the target node is to be specified on the command line:&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt; type script.txt&lt;BR /&gt;joe&lt;BR /&gt;secret&lt;BR /&gt;cd Aggregation&lt;BR /&gt;put C:\Eatecwin\data\SFO1368_EatecLite.zip &lt;BR /&gt;bye&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt; %windir%\ftp.exe -s script.txt ftp.abc.com&lt;BR /&gt;&lt;BR /&gt;And third, why not use an FTP client better than the one supplied by M$? Like the (free) one from CYGWIN:&lt;BR /&gt;&lt;A href="http://sources.redhat.com/cygwin" target="_blank"&gt;http://sources.redhat.com/cygwin&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Aug 2002 15:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script-launches-browser/m-p/2796175#M720596</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-08-29T15:19:27Z</dc:date>
    </item>
  </channel>
</rss>

