<?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: shell script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641743#M379432</link>
    <description>or you can use .netrc file where u can put the server name user password for auto login via ftp.&lt;BR /&gt;&lt;BR /&gt;for more check man netrc. and removed the &lt;BR /&gt;user $username $PASSWORD  after entrying detail in netrc.&lt;BR /&gt;&lt;BR /&gt;if it is not there then u have to recreate it with&lt;BR /&gt;&lt;BR /&gt;touch .netrc and allocate permission.&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Jun 2010 06:50:11 GMT</pubDate>
    <dc:creator>singh sanjeev</dc:creator>
    <dc:date>2010-06-04T06:50:11Z</dc:date>
    <item>
      <title>shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641735#M379424</link>
      <description>Hi I want write a shell script for loging thought ftp so pls help me write a programme. am trying to do below things...&lt;BR /&gt;touch file &lt;FTP.SH&gt; in that i have metion the ftp &lt;SERVER ip=""&gt;&lt;BR /&gt;i dont know how to mention user name and password please help me&lt;/SERVER&gt;&lt;/FTP.SH&gt;</description>
      <pubDate>Thu, 03 Jun 2010 06:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641735#M379424</guid>
      <dc:creator>Tape Backup_1</dc:creator>
      <dc:date>2010-06-03T06:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641736#M379425</link>
      <description>ftp -i -n &amp;lt;&lt;EOF&gt;&amp;gt; $mylog&lt;BR /&gt;open $FTP_HOST&lt;BR /&gt;user $FTP_LOGIN $FTP_PASSWORD&lt;BR /&gt;put $localFile $remoteFile&lt;BR /&gt;ls $remoteFile&lt;BR /&gt;quit&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gudluck&lt;BR /&gt;Prasanth&lt;/EOF&gt;</description>
      <pubDate>Thu, 03 Jun 2010 06:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641736#M379425</guid>
      <dc:creator>Prasanth V Aravind</dc:creator>
      <dc:date>2010-06-03T06:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641737#M379426</link>
      <description>Hi Prashanth,&lt;BR /&gt;&lt;BR /&gt;ftp -i -n &amp;lt;&lt;EOF&gt;&amp;gt; $mylog&lt;BR /&gt;open $IP aadress&lt;BR /&gt;user $username $username&lt;BR /&gt;i have given like above but still is not login any thing else you want me do..&lt;BR /&gt;&lt;BR /&gt;//Chandru.C&lt;/EOF&gt;</description>
      <pubDate>Thu, 03 Jun 2010 08:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641737#M379426</guid>
      <dc:creator>Tape Backup_1</dc:creator>
      <dc:date>2010-06-03T08:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641738#M379427</link>
      <description>&amp;gt;still is not login:&lt;BR /&gt;open $IP_address&lt;BR /&gt;user $username $username&lt;BR /&gt;&lt;BR /&gt;Have you defined these 2 shell variables?</description>
      <pubDate>Thu, 03 Jun 2010 09:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641738#M379427</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-06-03T09:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641739#M379428</link>
      <description>tht is password still not able to login&lt;BR /&gt;&lt;BR /&gt;/Chandru.C</description>
      <pubDate>Thu, 03 Jun 2010 09:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641739#M379428</guid>
      <dc:creator>Tape Backup_1</dc:creator>
      <dc:date>2010-06-03T09:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641740#M379429</link>
      <description>&lt;!--!*#--&gt;As usual, it might help if you showed _all_&lt;BR /&gt;the actual commands you're using.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; user $username $username&lt;BR /&gt;&lt;BR /&gt;"$username" twice?  Not "$password"?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Using SFTP instead of FTP might remove the&lt;BR /&gt;need to specify a password.</description>
      <pubDate>Thu, 03 Jun 2010 13:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641740#M379429</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-03T13:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641741#M379430</link>
      <description>ftp -i -n &amp;lt;&lt;EOF&gt;&amp;gt; $mylog&lt;BR /&gt;open $HOST Name&lt;BR /&gt;user $username $PASSWORD&lt;BR /&gt;&lt;BR /&gt;using above shell script we are not able to login please help me resolve&lt;BR /&gt;&lt;BR /&gt;//Chandru.C&lt;/EOF&gt;</description>
      <pubDate>Fri, 04 Jun 2010 05:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641741#M379430</guid>
      <dc:creator>Tape Backup_1</dc:creator>
      <dc:date>2010-06-04T05:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641742#M379431</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Just a thought:&lt;BR /&gt;&lt;BR /&gt;$PASSWORD is not the same as $password&lt;BR /&gt;&lt;BR /&gt;It is case-sensitive.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Horia.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2010 06:37:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641742#M379431</guid>
      <dc:creator>Horia Chirculescu</dc:creator>
      <dc:date>2010-06-04T06:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641743#M379432</link>
      <description>or you can use .netrc file where u can put the server name user password for auto login via ftp.&lt;BR /&gt;&lt;BR /&gt;for more check man netrc. and removed the &lt;BR /&gt;user $username $PASSWORD  after entrying detail in netrc.&lt;BR /&gt;&lt;BR /&gt;if it is not there then u have to recreate it with&lt;BR /&gt;&lt;BR /&gt;touch .netrc and allocate permission.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jun 2010 06:50:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641743#M379432</guid>
      <dc:creator>singh sanjeev</dc:creator>
      <dc:date>2010-06-04T06:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: shell script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641744#M379433</link>
      <description>&lt;!--!*#--&gt;&amp;gt; using above shell script we are not able to&lt;BR /&gt;&amp;gt; login please help me resolve&lt;BR /&gt;&lt;BR /&gt;Please supply enough useful information to&lt;BR /&gt;make that possible for a non-psychic.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; As usual, it might help if you showed _all_&lt;BR /&gt;&amp;gt; the actual commands you're using.&lt;BR /&gt;&lt;BR /&gt;Still true.&lt;BR /&gt;&lt;BR /&gt;An actual error message might be nice, too.</description>
      <pubDate>Fri, 04 Jun 2010 11:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-script/m-p/4641744#M379433</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-04T11:47:03Z</dc:date>
    </item>
  </channel>
</rss>

