<?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 line/proxy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067188#M438045</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Lot of my customers use one of the two&lt;BR /&gt;tools:&lt;BR /&gt;&lt;BR /&gt;curl&lt;BR /&gt;wget&lt;BR /&gt;&lt;BR /&gt;Both work very well in HP-UX.&lt;BR /&gt;&lt;BR /&gt;Simple example for wget. Set up&lt;BR /&gt;environment variables:&lt;BR /&gt;&lt;BR /&gt;http_proxy=&lt;A href="http://myproxysrv.domain.dom:3128/" target="_blank"&gt;http://myproxysrv.domain.dom:3128/&lt;/A&gt;&lt;BR /&gt;ftp_proxy=&lt;A href="http://myproxysrv.domain.dom:3128/" target="_blank"&gt;http://myproxysrv.domain.dom:3128/&lt;/A&gt;&lt;BR /&gt;https_proxy=&lt;A href="http://myproxysrv.domain.dom:3128/" target="_blank"&gt;http://myproxysrv.domain.dom:3128/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For curl, one way is to use command line:&lt;BR /&gt;&lt;BR /&gt;curl --proxy myproxysrv.domain.dom:3128 &lt;BR /&gt;&lt;BR /&gt;It is obvious that my examples showed&lt;BR /&gt;Squid proxy server :)&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
    <pubDate>Wed, 05 Sep 2007 19:44:49 GMT</pubDate>
    <dc:creator>VK2COT</dc:creator>
    <dc:date>2007-09-05T19:44:49Z</dc:date>
    <item>
      <title>FTP command line/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067182#M438039</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a hp-ux server and using Mozzila I can ftp to servers outside the intranet.&lt;BR /&gt;&lt;BR /&gt;My problem is that from the hp-ux command line I can't ftp to the same servers, I think the problem should be related with using the proxy.&lt;BR /&gt;&lt;BR /&gt;How can I ftp to servers from the command line through the proxy?&lt;BR /&gt;&lt;BR /&gt;Thks,</description>
      <pubDate>Wed, 05 Sep 2007 11:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067182#M438039</guid>
      <dc:creator>Pedro Cirne</dc:creator>
      <dc:date>2007-09-05T11:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP command line/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067183#M438040</link>
      <description>ftp&lt;BR /&gt;proxy open hostname</description>
      <pubDate>Wed, 05 Sep 2007 11:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067183#M438040</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-09-05T11:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: FTP command line/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067184#M438041</link>
      <description>Thks, but how do I define the proxy IP adress?</description>
      <pubDate>Wed, 05 Sep 2007 11:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067184#M438041</guid>
      <dc:creator>Pedro Cirne</dc:creator>
      <dc:date>2007-09-05T11:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP command line/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067185#M438042</link>
      <description>proxy open ip_address.</description>
      <pubDate>Wed, 05 Sep 2007 11:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067185#M438042</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-09-05T11:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: FTP command line/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067186#M438043</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you cannot do this with the standard ftp. You'll have to use wget or something like that.&lt;BR /&gt;&lt;BR /&gt;My point of knowledge is, that the term 'proxy' in regard to browsers means something different to the one of the ftp protocoll:&lt;BR /&gt;&lt;BR /&gt;The use of the ftp proxy command would require first a ftp connection to the proxy-server (configured in the browser).&lt;BR /&gt;Then you could 'proxy open' the host, which you really want to connect with.&lt;BR /&gt;&lt;BR /&gt;Nearly 100% of network/firewall configurations won't meet those requirements.&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Wed, 05 Sep 2007 11:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067186#M438043</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-09-05T11:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: FTP command line/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067187#M438044</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Most of the tools like wget and such let you set a variable. In that variable you set the proxy server address and then commands work normally.&lt;BR /&gt;&lt;BR /&gt;It also seems A. Clay gave you the answer twice.&lt;BR /&gt;&lt;BR /&gt;I think wget is a better tool for this anyway, if you are looking for an opinion.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Sep 2007 12:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067187#M438044</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-05T12:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: FTP command line/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067188#M438045</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Lot of my customers use one of the two&lt;BR /&gt;tools:&lt;BR /&gt;&lt;BR /&gt;curl&lt;BR /&gt;wget&lt;BR /&gt;&lt;BR /&gt;Both work very well in HP-UX.&lt;BR /&gt;&lt;BR /&gt;Simple example for wget. Set up&lt;BR /&gt;environment variables:&lt;BR /&gt;&lt;BR /&gt;http_proxy=&lt;A href="http://myproxysrv.domain.dom:3128/" target="_blank"&gt;http://myproxysrv.domain.dom:3128/&lt;/A&gt;&lt;BR /&gt;ftp_proxy=&lt;A href="http://myproxysrv.domain.dom:3128/" target="_blank"&gt;http://myproxysrv.domain.dom:3128/&lt;/A&gt;&lt;BR /&gt;https_proxy=&lt;A href="http://myproxysrv.domain.dom:3128/" target="_blank"&gt;http://myproxysrv.domain.dom:3128/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For curl, one way is to use command line:&lt;BR /&gt;&lt;BR /&gt;curl --proxy myproxysrv.domain.dom:3128 &lt;BR /&gt;&lt;BR /&gt;It is obvious that my examples showed&lt;BR /&gt;Squid proxy server :)&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Wed, 05 Sep 2007 19:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067188#M438045</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2007-09-05T19:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTP command line/proxy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067189#M438046</link>
      <description>Thank you all</description>
      <pubDate>Thu, 06 Sep 2007 02:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-command-line-proxy/m-p/5067189#M438046</guid>
      <dc:creator>Pedro Cirne</dc:creator>
      <dc:date>2007-09-06T02:23:58Z</dc:date>
    </item>
  </channel>
</rss>

