<?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 - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763524#M722341</link>
    <description>For the moment I left this question in the hp-ux forum, but I think it is a pure (MS-)Windows question.&lt;BR /&gt;&lt;BR /&gt;Anyway, your MS-Windows client probably has the "AT (command line utility) or/and "Scheduled Tasks" (probably under "My Computer" or/and Start -&amp;gt; Programs -&amp;gt; Administrative Tools (Common)).&lt;BR /&gt;&lt;BR /&gt;With that, you can time-schedule a batch (.bat) file which does the FTP.</description>
    <pubDate>Mon, 15 Jul 2002 11:06:32 GMT</pubDate>
    <dc:creator>Frank Slootweg</dc:creator>
    <dc:date>2002-07-15T11:06:32Z</dc:date>
    <item>
      <title>FTP Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763523#M722340</link>
      <description>Through FTP I want to download some file from Server A to Workstation and I am using NT Workstation as a Client and I want this script run every night and download required files in specific folder and close.&lt;BR /&gt;&lt;BR /&gt;Note :- Server give us FTP access and we are using CuteFTP but its need to somebody start and download we need automatic system.</description>
      <pubDate>Mon, 15 Jul 2002 06:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763523#M722340</guid>
      <dc:creator>Saqib Abbasi</dc:creator>
      <dc:date>2002-07-15T06:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763524#M722341</link>
      <description>For the moment I left this question in the hp-ux forum, but I think it is a pure (MS-)Windows question.&lt;BR /&gt;&lt;BR /&gt;Anyway, your MS-Windows client probably has the "AT (command line utility) or/and "Scheduled Tasks" (probably under "My Computer" or/and Start -&amp;gt; Programs -&amp;gt; Administrative Tools (Common)).&lt;BR /&gt;&lt;BR /&gt;With that, you can time-schedule a batch (.bat) file which does the FTP.</description>
      <pubDate>Mon, 15 Jul 2002 11:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763524#M722341</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-07-15T11:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763525#M722342</link>
      <description>Thank you for reply but this is not answer of my question problem is this how can I write script that connect with FTP server because its need user name and password. also after that I need that script to write in Oracle so its update our Database. if not understand please mail me sabbasi.c@stc.com.sa</description>
      <pubDate>Mon, 15 Jul 2002 12:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763525#M722342</guid>
      <dc:creator>Saqib Abbasi</dc:creator>
      <dc:date>2002-07-15T12:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763526#M722343</link>
      <description>If you use that little 'Search' button and do a boolean search on FTP AND Perl, you will find some scripting examples that take care of the password and will work in the Windows world after you download and install the freely available Perl.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 12:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763526#M722343</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-07-15T12:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763527#M722344</link>
      <description>See the Windows Help facility, i.e. on my system (NT):&lt;BR /&gt;&lt;BR /&gt;Start -&amp;gt; Help -&amp;gt; Windows NT Commands -&amp;gt; Windows NT Commands -&amp;gt; F -&amp;gt; ftp&lt;BR /&gt;&lt;BR /&gt;Specifically see the "-s: filename" option:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Specifies a text file containing ftp&lt;BR /&gt;&amp;gt; commands; the commands will automatically&lt;BR /&gt;&amp;gt; run after ftp starts. No spaces are allowed&lt;BR /&gt;&amp;gt; in this parameter. Use this switch instead&lt;BR /&gt;&amp;gt; of redirection (&amp;gt;).&lt;BR /&gt;&lt;BR /&gt;See also "ftp commands" in the same Help.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 13:10:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763527#M722344</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-07-15T13:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763528#M722345</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;If you desire to to a FTP from a machine ( UNIX, WINDOWS ..) to a PC client you must install an FTP server in you machine like:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.vampyrelestat.com/pub/internet/servers/ftp/GuildFTPd.exe" target="_blank"&gt;ftp://ftp.vampyrelestat.com/pub/internet/servers/ftp/GuildFTPd.exe&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Bassoi&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2002 10:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763528#M722345</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2002-07-26T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763529#M722346</link>
      <description>Demo data: Server A: /home/ftp/pub&lt;BR /&gt;Files you want to get: file.tst&lt;BR /&gt;Username: anonymous&lt;BR /&gt;Password: ident&lt;BR /&gt;Directory in Workstation you want to put your file after get from the server: C:\ftp&lt;BR /&gt;Maka a scheduled task in Workstation to run the script run.bat.&lt;BR /&gt;The following is a run.bat file:&lt;BR /&gt;@echo off&lt;BR /&gt;c:&lt;BR /&gt;cd echo user anonymous ident &amp;gt; tmp.txt&lt;BR /&gt;echo bin &amp;gt;&amp;gt;tmp.txt&lt;BR /&gt;echo cd /home/ftp/pub &amp;gt;&amp;gt;tmp.txt&lt;BR /&gt;echo get file.tst &amp;gt;&amp;gt;tmp.txt&lt;BR /&gt;echo bye &amp;gt;&amp;gt;tmp.txt&lt;BR /&gt;ftp -n -s:tmp.txt IP_address_of_the_server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Live as you wish-&lt;BR /&gt;Gerald zhou&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2002 11:19:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763529#M722346</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2002-07-26T11:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763530#M722347</link>
      <description>Sorry ,"cd echo user anonymous ident &amp;gt; tmp.txt" should be:&lt;BR /&gt;cd&lt;BR /&gt;echo user anonymous ident &amp;gt;tmp.txt&lt;BR /&gt;&lt;BR /&gt;-Gerald-&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Jul 2002 11:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-script/m-p/2763530#M722347</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2002-07-26T11:26:48Z</dc:date>
    </item>
  </channel>
</rss>

