<?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 script through Firewall in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501342#M58604</link>
    <description>If what you are saying is that you had a DCL script that was working. But following the installation of the firewall, the script no longer works. &lt;BR /&gt;&lt;BR /&gt;I would suggest you speak to the person who installed/configured your firewall and get an understanding of what traffic needs to be permitted for the DCL to once again work.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Craig A &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Sep 2009 11:42:11 GMT</pubDate>
    <dc:creator>Craig A</dc:creator>
    <dc:date>2009-09-22T11:42:11Z</dc:date>
    <item>
      <title>FTP script through Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501341#M58603</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am not big contributor, because i am always too late to answer...&lt;BR /&gt;Now I need you, I can't find the beginning of the Ariadne's clew.&lt;BR /&gt;&lt;BR /&gt;I used to get Patch from HP with a script using ftp commands.&lt;BR /&gt;A firewall has been installed.&lt;BR /&gt;We have to configure the web browser with a proxy server on a specific port and to be identified with our Active Directory User/Pass to be able to use FTP.&lt;BR /&gt;My script don't work any more.&lt;BR /&gt;&lt;BR /&gt;Is there a way for FTP in a DCL script to use the same configuration option as the web browser?&lt;BR /&gt;Or I will be reduced to be the DCL/FTP interpretor/processor of my script?&lt;BR /&gt;&lt;BR /&gt;Thanks for any idea, experience...</description>
      <pubDate>Tue, 22 Sep 2009 09:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501341#M58603</guid>
      <dc:creator>Olivier B</dc:creator>
      <dc:date>2009-09-22T09:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: FTP script through Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501342#M58604</link>
      <description>If what you are saying is that you had a DCL script that was working. But following the installation of the firewall, the script no longer works. &lt;BR /&gt;&lt;BR /&gt;I would suggest you speak to the person who installed/configured your firewall and get an understanding of what traffic needs to be permitted for the DCL to once again work.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Craig A &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2009 11:42:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501342#M58604</guid>
      <dc:creator>Craig A</dc:creator>
      <dc:date>2009-09-22T11:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTP script through Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501343#M58605</link>
      <description>May be you should use Python and urllib2.&lt;BR /&gt;&lt;BR /&gt;I see at&lt;BR /&gt;&lt;A href="http://www.voidspace.org.uk/python/articles/urllib2.shtml" target="_blank"&gt;http://www.voidspace.org.uk/python/articles/urllib2.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;among other things&lt;BR /&gt;&lt;BR /&gt;Proxies&lt;BR /&gt;urllib2 will auto-detect your proxy settings and use those&lt;BR /&gt;&lt;BR /&gt;get the LD devices at&lt;BR /&gt;&lt;A href="http://www.vmspython.org/DownloadAndInstallationPython" target="_blank"&gt;http://www.vmspython.org/DownloadAndInstallationPython&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Make Python available only for your process, and try urllib2 &lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2009 13:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501343#M58605</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2009-09-22T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: FTP script through Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501344#M58606</link>
      <description>&lt;!--!*#--&gt;I never use them, so I know nothing, but&lt;BR /&gt;wget has some proxy-related options which&lt;BR /&gt;might be useful, depending on the details of&lt;BR /&gt;your (unidentified) proxy server.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://antinode.info/dec/sw/wget.html" target="_blank"&gt;http://antinode.info/dec/sw/wget.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cURL (available elsewhere) could be good,&lt;BR /&gt;too.</description>
      <pubDate>Tue, 22 Sep 2009 13:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501344#M58606</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-09-22T13:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: FTP script through Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501345#M58607</link>
      <description>Start with a discussion of whomever raised the firewall here.  &lt;BR /&gt;&lt;BR /&gt;Ask for a host-based exemption at the firewall, or for an alternative solution, or for an escalation path into the administration.&lt;BR /&gt;&lt;BR /&gt;I don't know if HP permits sftp into the servers.  That would be worth checking.&lt;BR /&gt;&lt;BR /&gt;If you want to pursue the direct transfer and direct approach, then you'll want to investigate and test with the cURL port for OpenVMS.  cURL can like do what is required here (either via the http path, or via ftp), though you'll want to discuss the whole sequence with the administration.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://curl.haxx.se/download.html#VMS" target="_blank"&gt;http://curl.haxx.se/download.html#VMS&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/386" target="_blank"&gt;http://labs.hoffmanlabs.com/node/386&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Sep 2009 16:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501345#M58607</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-09-22T16:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: FTP script through Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501346#M58608</link>
      <description>Answer from firewall administration is only :&lt;BR /&gt;The servers cannot be added in proxy because the permission to download from internet is given in user level and not in computer level.&lt;BR /&gt;&lt;BR /&gt;I will have a look at FTP with SSL in a first step. Tools seems to be interesting but it will take more time to understand, install and test.&lt;BR /&gt;&lt;BR /&gt;I will have to wait for enough spare time faced to priority.</description>
      <pubDate>Fri, 25 Sep 2009 12:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501346#M58608</guid>
      <dc:creator>Olivier B</dc:creator>
      <dc:date>2009-09-25T12:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: FTP script through Firewall</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501347#M58609</link>
      <description>&amp;gt;The servers cannot be added in proxy because the permission to download from internet is given in user level and not in computer level.&lt;BR /&gt;&lt;BR /&gt;So escalate this to your manager, and to whomever manages IT.  *This* is what managers get paid to do.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Sep 2009 12:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-script-through-firewall/m-p/4501347#M58609</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-09-25T12:49:48Z</dc:date>
    </item>
  </channel>
</rss>

