<?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 through a Firewall in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764131#M73162</link>
    <description>The ftp server on the firewall is a NT system and it doesnt allow the -n option form the HPUX system.  Is there another argument that is acceptable for the NT server, or did the security manager turn this option off</description>
    <pubDate>Tue, 16 Jul 2002 11:56:20 GMT</pubDate>
    <dc:creator>Belinda Dermody</dc:creator>
    <dc:date>2002-07-16T11:56:20Z</dc:date>
    <item>
      <title>FTP through a Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764125#M73156</link>
      <description>I have a temporary project where I need to send files via ftp from a HP9000 to a vendor through a firewall.  I would like the script to do it without prompting for a userid or passwd.  I know that .netrc and hardcoding is a NO NO, but this is only a temporary situation till they load and configure ssh.  The problem is I have to ftp to our firewall and then enter the site info.&lt;BR /&gt;&lt;BR /&gt;EX:&lt;BR /&gt;ftp 10.10.10.10&lt;BR /&gt;220 InterScan FTP VirusWall NT 3.51 (Stand-alone Mode), Virus scan on&lt;BR /&gt;Name (10.10.10.10:jmarrion    #here I enter the testusername and site IP.  --  harristest@999.999.999.12&lt;BR /&gt;then it prompts me for the password and then I am connected.&lt;BR /&gt;&lt;BR /&gt;Is there anyway that I can put all of this stuff into a shell so I will not be prompted or the operator prompted.&lt;BR /&gt;&lt;BR /&gt;I have a HPUX9000 with 11.00 O/</description>
      <pubDate>Mon, 15 Jul 2002 18:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764125#M73156</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2002-07-15T18:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: FTP through a Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764126#M73157</link>
      <description>Here's the way,&lt;BR /&gt;&lt;BR /&gt;ftp -n 10.10.10.10 &amp;lt;&amp;lt; FTP&lt;BR /&gt;user harristest@999.999.999.12  &lt;PASSWORD&gt;&lt;BR /&gt;put &lt;FILE&gt;&lt;BR /&gt;FTP&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/FILE&gt;&lt;/PASSWORD&gt;</description>
      <pubDate>Mon, 15 Jul 2002 18:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764126#M73157</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-07-15T18:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP through a Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764127#M73158</link>
      <description>Arockia: When I enter the -n I get the following, I tried it in the script and on the command line. Without the -n I have no problems from the command line.&lt;BR /&gt;&lt;BR /&gt;aspen:/tmp: ftp -n 10.10.10.10&lt;BR /&gt;Connected to 10.10.10.10.&lt;BR /&gt;220 InterScan FTP VirusWall NT 3.51 (Stand-alone Mode), Virus scan on&lt;BR /&gt;421 Service not available, remote server has closed connection&lt;BR /&gt;ftp&amp;gt; quit</description>
      <pubDate>Mon, 15 Jul 2002 18:31:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764127#M73158</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2002-07-15T18:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: FTP through a Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764128#M73159</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;ftp -inv &amp;lt;&amp;lt; EOF&lt;BR /&gt;open &lt;HOSTNAME&gt;&lt;BR /&gt;user &lt;UID&gt; &lt;PASSWD&gt;&lt;BR /&gt;cd /dir&lt;BR /&gt;get &lt;FILE&gt;&lt;BR /&gt;bye&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve&lt;/FILE&gt;&lt;/PASSWD&gt;&lt;/UID&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Mon, 15 Jul 2002 18:32:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764128#M73159</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-07-15T18:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: FTP through a Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764129#M73160</link>
      <description>Can not use the -n argument it gives the no connection prompt every time.</description>
      <pubDate>Mon, 15 Jul 2002 18:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764129#M73160</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2002-07-15T18:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: FTP through a Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764130#M73161</link>
      <description>James -&lt;BR /&gt;We use the following format extensively:&lt;BR /&gt;&lt;BR /&gt;ftp -n -v &amp;lt;&amp;lt; endl &amp;gt;&amp;gt; ftp.log  &lt;BR /&gt;open server_name_or_ip_address&lt;BR /&gt;user username password        &lt;BR /&gt;ascii                         &lt;BR /&gt;put file_name                 &lt;BR /&gt;quit                          &lt;BR /&gt;endl                          &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best of Luck,&lt;BR /&gt;dl</description>
      <pubDate>Mon, 15 Jul 2002 19:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764130#M73161</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2002-07-15T19:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP through a Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764131#M73162</link>
      <description>The ftp server on the firewall is a NT system and it doesnt allow the -n option form the HPUX system.  Is there another argument that is acceptable for the NT server, or did the security manager turn this option off</description>
      <pubDate>Tue, 16 Jul 2002 11:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764131#M73162</guid>
      <dc:creator>Belinda Dermody</dc:creator>
      <dc:date>2002-07-16T11:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP through a Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764132#M73163</link>
      <description>does passive mode help?&lt;BR /&gt;it should be the firts command&lt;BR /&gt;&lt;BR /&gt;# ftp x.y.z.1&lt;BR /&gt;ftp &amp;gt; passive&lt;BR /&gt;ftp &amp;gt; binary&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 11:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-through-a-firewall/m-p/2764132#M73163</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-07-16T11:58:12Z</dc:date>
    </item>
  </channel>
</rss>

