<?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 command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157690#M902322</link>
    <description>Thanks Hari&lt;BR /&gt;&lt;BR /&gt;Your question has answer my problems as well.&lt;BR /&gt;&lt;BR /&gt;To add to other replies use ascii/binary (to take care type of file) and use prompt (if you want to use mget/mput).&lt;BR /&gt;&lt;BR /&gt;sks</description>
    <pubDate>Thu, 08 Jan 2004 00:14:56 GMT</pubDate>
    <dc:creator>Sanjay Kumar Suri</dc:creator>
    <dc:date>2004-01-08T00:14:56Z</dc:date>
    <item>
      <title>ftp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157686#M902318</link>
      <description>How can i pass the user name and password along with the ip address at the ftp command.&lt;BR /&gt;Please give the early reply.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;HARI KRISHNA&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Jan 2004 00:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157686#M902318</guid>
      <dc:creator>harikrishna</dc:creator>
      <dc:date>2004-01-07T00:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: ftp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157687#M902319</link>
      <description>You can write a script like&lt;BR /&gt;&lt;BR /&gt;ftp -n &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;open &lt;IP&gt;&lt;BR /&gt;user  username password&lt;BR /&gt;bi&lt;BR /&gt;mget &lt;FILENAME&gt;&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;&lt;/FILENAME&gt;&lt;/IP&gt;</description>
      <pubDate>Wed, 07 Jan 2004 00:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157687#M902319</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-01-07T00:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: ftp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157688#M902320</link>
      <description>ftp -n &amp;lt;&amp;lt; EOF&lt;BR /&gt;open xx.xx.xx.xx&lt;BR /&gt;user user_name user_password&lt;BR /&gt;...&lt;BR /&gt;...&lt;BR /&gt;&lt;FTP commands="" like="" put="" or="" get=""&gt;&lt;BR /&gt;..&lt;BR /&gt;EOF&lt;/FTP&gt;</description>
      <pubDate>Wed, 07 Jan 2004 00:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157688#M902320</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2004-01-07T00:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: ftp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157689#M902321</link>
      <description>It would be better to quit the ftp session in a proper way so use 'quit' before EOF&lt;BR /&gt;&lt;BR /&gt;ftp -n &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;..&lt;BR /&gt;...&lt;BR /&gt;quit&lt;BR /&gt;EOF</description>
      <pubDate>Wed, 07 Jan 2004 00:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157689#M902321</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-01-07T00:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: ftp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157690#M902322</link>
      <description>Thanks Hari&lt;BR /&gt;&lt;BR /&gt;Your question has answer my problems as well.&lt;BR /&gt;&lt;BR /&gt;To add to other replies use ascii/binary (to take care type of file) and use prompt (if you want to use mget/mput).&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Thu, 08 Jan 2004 00:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157690#M902322</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-01-08T00:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: ftp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157691#M902323</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you could use a file called .netrc. That works just like .rhosts, and is a big security risk, just like putting the username/passwd in a script. I would suggest scp if it needs to be secure.&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Thu, 08 Jan 2004 06:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157691#M902323</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-01-08T06:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: ftp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157692#M902324</link>
      <description>Seconding the last suggestion.&lt;BR /&gt;&lt;BR /&gt;scp is secure.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;link:&lt;BR /&gt;&lt;BR /&gt;attaching a config doc.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 09 Jan 2004 12:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command/m-p/3157692#M902324</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-09T12:23:18Z</dc:date>
    </item>
  </channel>
</rss>

