<?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 Scripting Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447151#M769692</link>
    <description>you should use  $HOME/.netrc file that contains login and initialization information used by the ftp autologin process. Its permissions have to be 400.&lt;BR /&gt;&lt;BR /&gt;Check man .netrc&lt;BR /&gt;&lt;BR /&gt;I hope this helps&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Federico</description>
    <pubDate>Fri, 22 Sep 2000 06:58:40 GMT</pubDate>
    <dc:creator>federico_3</dc:creator>
    <dc:date>2000-09-22T06:58:40Z</dc:date>
    <item>
      <title>FTP Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447150#M769691</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am building an ftp server using wu-ftp on an e25 11.0 server.   I want to write scripts that will automatically ftp files from this server to specific IP addresses outside our firewall.   From what I know, to do this, I will have to add the username and password in the scripts, to allow them to log into other servers and transfer the files.  I did a search on the Forum and saw the same standard for other ftp scripts.  It seems that my only option is to make the scripts rwx by root only.   Is there any other option to writing such a script?</description>
      <pubDate>Thu, 21 Sep 2000 21:29:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447150#M769691</guid>
      <dc:creator>Youlette Etienne_2</dc:creator>
      <dc:date>2000-09-21T21:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447151#M769692</link>
      <description>you should use  $HOME/.netrc file that contains login and initialization information used by the ftp autologin process. Its permissions have to be 400.&lt;BR /&gt;&lt;BR /&gt;Check man .netrc&lt;BR /&gt;&lt;BR /&gt;I hope this helps&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Federico</description>
      <pubDate>Fri, 22 Sep 2000 06:58:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447151#M769692</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-22T06:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447152#M769693</link>
      <description>There is a program called Expect that allows you to make an automated call to programs that normally expect interaction, like ftp. You can make a program as root, set the mode on that program to 4755 ( to allow root ID on execution) and anyone can run it. I believe that Expect is still free to download try&lt;BR /&gt;&lt;A href="http://expect.nist.gov" target="_blank"&gt;http://expect.nist.gov&lt;/A&gt; for some info.</description>
      <pubDate>Fri, 22 Sep 2000 14:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447152#M769693</guid>
      <dc:creator>Dave Chamberlin</dc:creator>
      <dc:date>2000-09-22T14:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447153#M769694</link>
      <description>Have a look at this previous discussion on how to hide passwords for use in a shell script.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6ba20559ff7cd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6ba20559ff7cd4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Fri, 22 Sep 2000 14:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447153#M769694</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-22T14:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447154#M769695</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Please see your post and other suggestions in the system administration catetory too.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 22 Sep 2000 15:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447154#M769695</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-22T15:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447155#M769696</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you should try &lt;BR /&gt;ftp -nv &amp;lt; ftpcontrol&lt;BR /&gt;command. The "ftpcontrol" file contains all commands that used by the ftp. The control file permissions have to be 400. I send the sample ftpcontrol file, what i use to automatically upload custom pacth information to the HP support site.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2000 08:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-scripting-question/m-p/2447155#M769696</guid>
      <dc:creator>Sándor Szabó</dc:creator>
      <dc:date>2000-09-25T08:06:08Z</dc:date>
    </item>
  </channel>
</rss>

