<?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: Batch mode FTP over SSL? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935021#M52056</link>
    <description>Archunan:&lt;BR /&gt;&lt;BR /&gt;Thanks for including that excerpt from the TCP/IP release notes.  I will check whether those restrictions are relevant in my configuration.  I understood most of the restrictions, and I'll look in the SSH documentation to learn what ForcePTTYAllocation is.&lt;BR /&gt;&lt;BR /&gt;One thing that the excerpt mentions is the file format.  I get the sense from other things that I've read that a variety of products ported to VMS favor that file format, so I will also "read the friendly manual" for CONVERT /FDL.&lt;BR /&gt;&lt;BR /&gt;- Duane</description>
    <pubDate>Thu, 20 Oct 2005 14:59:46 GMT</pubDate>
    <dc:creator>Duane Sadowski</dc:creator>
    <dc:date>2005-10-20T14:59:46Z</dc:date>
    <item>
      <title>Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935017#M52052</link>
      <description>Hi.  I'm trying to find a good way to securely copy data files across the Internet from a VMS system to another organization's non-VMS system.  I seek to use a batch job to do the copying, to eliminate the need for human intervention.  Two alternative protocols that I'm investigating are SSH and SSL.&lt;BR /&gt;&lt;BR /&gt;Can someone please tell me whether it's feasible to use a VMS 7.3-2 TCP/IP 5.4 system as an FTP-over-SSL (FTPS) client to copy files in batch mode?  Would I need to buy an SSL-enabled FTP client program for the VMS system?  Is the SSL / FTPS learning curve worse than the SSH learning curve?&lt;BR /&gt;&lt;BR /&gt;I looked at a December 2004 thread in this forum ("SSL Enabled FTP Client for OpenVMS") that sounded relevant, but I didn't find that thread helpful.  It seemed to talk about SSH more than SSL.  I also did a Google search on comp.os.vms, but I didn't see anything in the threads that I looked at that answered my questions.&lt;BR /&gt;&lt;BR /&gt;- Duane&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2005 20:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935017#M52052</guid>
      <dc:creator>Duane Sadowski</dc:creator>
      <dc:date>2005-10-19T20:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935018#M52053</link>
      <description>&lt;BR /&gt;Have a look at the free cURL program &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;BR /&gt;It claims to support FTPS.&lt;BR /&gt;(And no, I have no experience with it).</description>
      <pubDate>Thu, 20 Oct 2005 04:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935018#M52053</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-10-20T04:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935019#M52054</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are certain limitations using SFTP and SCP with TCPIP V5.3 and V5.4.&lt;BR /&gt;&lt;BR /&gt;But TCPIP V5.5 seems working fine.&lt;BR /&gt;&lt;BR /&gt;I have pasted those para below which talks about those limitations. &lt;BR /&gt;&lt;BR /&gt;=======================================&lt;BR /&gt;3.5.2 SSH File Copy Restrictions&lt;BR /&gt;â ¢ On OpenVMS, setting the ForcePTTYAllocation keyword to YES in the&lt;BR /&gt;SSH2_CONFIG. file can result in failures when performing file copy operations. (In other implementations of SSH, setting the keyword ForcePTTYAllocation to YES in the SSH2_CONFIG. file has the same effect as using the -t option to the SSH command.)&lt;BR /&gt;&lt;BR /&gt;â ¢ Using the scp and sftp commands from an OpenVMS SSH client to a UNIX&lt;BR /&gt;server running OpenSSH is not fully supported because certain operations&lt;BR /&gt;cause the OpenVMS client to hang. The hang cannot be terminated by&lt;BR /&gt;entering Ctrl/C and Ctrl/Y.&lt;BR /&gt;&lt;BR /&gt;â ¢ File transfer is limited to OpenVMS files with the following record formats&lt;BR /&gt;(as displayed by the DIRECTORY/FULL command): STREAM_LF&lt;BR /&gt;Fixed-length 512-byte records&lt;BR /&gt;&lt;BR /&gt;â ¢ Not all variants of UNIX path names are supported when referring to files on&lt;BR /&gt;OpenVMS clients and servers.&lt;BR /&gt;&lt;BR /&gt;â ¢ Using the SCP and SFTP commands from a non-OpenVMS client may have&lt;BR /&gt;unpredictable results, depending on how the client formats the target file&lt;BR /&gt;name and whether the client is SSH2 compatible.&lt;BR /&gt;============================&lt;BR /&gt;&lt;BR /&gt;And you can also find this filecopy restrictions with SFTP of TCPIP V5.4 from the link below.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/732FINAL/DOCUMENTATION/PDF/TCPIP054_RELNOTES.PDF" target="_blank"&gt;http://h71000.www7.hp.com/doc/732FINAL/DOCUMENTATION/PDF/TCPIP054_RELNOTES.PDF&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Thu, 20 Oct 2005 13:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935019#M52054</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-10-20T13:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935020#M52055</link>
      <description>Joseph:&lt;BR /&gt;&lt;BR /&gt;Thank you for telling me about the cURL program.&lt;BR /&gt;&lt;BR /&gt;I would interested to hear about other people's experiences with cURL on the VMS/Alpha platform.&lt;BR /&gt;&lt;BR /&gt;- Duane</description>
      <pubDate>Thu, 20 Oct 2005 14:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935020#M52055</guid>
      <dc:creator>Duane Sadowski</dc:creator>
      <dc:date>2005-10-20T14:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935021#M52056</link>
      <description>Archunan:&lt;BR /&gt;&lt;BR /&gt;Thanks for including that excerpt from the TCP/IP release notes.  I will check whether those restrictions are relevant in my configuration.  I understood most of the restrictions, and I'll look in the SSH documentation to learn what ForcePTTYAllocation is.&lt;BR /&gt;&lt;BR /&gt;One thing that the excerpt mentions is the file format.  I get the sense from other things that I've read that a variety of products ported to VMS favor that file format, so I will also "read the friendly manual" for CONVERT /FDL.&lt;BR /&gt;&lt;BR /&gt;- Duane</description>
      <pubDate>Thu, 20 Oct 2005 14:59:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935021#M52056</guid>
      <dc:creator>Duane Sadowski</dc:creator>
      <dc:date>2005-10-20T14:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935022#M52057</link>
      <description>A follow-up question:&lt;BR /&gt;&lt;BR /&gt;Does it sound fair to say that in the VMS environment, when people want to copy files securely over an insecure medium, it's more common for people to use SSH than to use SSL?  I'm getting that impression from the things that I've read on-line, but I want to avoid misrepresenting things.&lt;BR /&gt;&lt;BR /&gt;- Duane</description>
      <pubDate>Thu, 20 Oct 2005 15:03:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935022#M52057</guid>
      <dc:creator>Duane Sadowski</dc:creator>
      <dc:date>2005-10-20T15:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935023#M52058</link>
      <description>In my environment (research institutes with international connections), it's scp/sftp mainly because that's what is available on almost every system (mostly Linux).&lt;BR /&gt;&lt;BR /&gt;In the days before ssh/sftp was available, I sometimes used another method maybe of interest to You: using the STUNNEL software, established an SSL encrypted port on both sides, then used   standard FTP between these ports. &lt;BR /&gt;&lt;BR /&gt;Knowing the restrictions of sftp, having the full capabilities of FTP maybe an advantage. &lt;BR /&gt;It needs setup on both systems/sides though.&lt;BR /&gt;Find stunnel on HPs VMS side (I think on open source tools page).</description>
      <pubDate>Fri, 21 Oct 2005 04:32:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935023#M52058</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-10-21T04:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935024#M52059</link>
      <description>&lt;BR /&gt;Do you have the latest ECO 5 patch update? Check with&lt;BR /&gt;&lt;BR /&gt;$ TCPIP SHOW VERSION&lt;BR /&gt;&lt;BR /&gt;You can download this kit from this site under "suport from Compaq products" if needed.&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 21 Oct 2005 08:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935024#M52059</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-10-21T08:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935025#M52060</link>
      <description>V5.4 ECO 5&lt;BR /&gt;&lt;A href="ftp://ftp.itrc.hp.com/openvms_patches/layered_products/alpha/DEC-AXPVMS-TCPIP_ECO-V0504-155-4.txt" target="_blank"&gt;ftp://ftp.itrc.hp.com/openvms_patches/layered_products/alpha/DEC-AXPVMS-TCPIP_ECO-V0504-155-4.txt&lt;/A&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.itrc.hp.com/openvms_patches/layered_products/alpha/DEC-AXPVMS-TCPIP_ECO-V0504-155-4.PCSI-DCX_AXPEXE" target="_blank"&gt;ftp://ftp.itrc.hp.com/openvms_patches/layered_products/alpha/DEC-AXPVMS-TCPIP_ECO-V0504-155-4.PCSI-DCX_AXPEXE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and stunnel&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/opensource/opensource.html#stunnel" target="_blank"&gt;http://h71000.www7.hp.com/opensource/opensource.html#stunnel&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Oct 2005 09:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935025#M52060</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-10-21T09:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935026#M52061</link>
      <description>Joseph:&lt;BR /&gt;&lt;BR /&gt;Thanks for discussing the reason that you favor scp / sftp in your environment.  You mentioned that it's a Linux environment.  I think that it might be a Windows system with which I need to communicate, and my impression is that these products are also available for Windows as well.&lt;BR /&gt;&lt;BR /&gt;As for stunnel, I had read about that, in John Wisniewski's book, but I noticed in the release notes for stunnel that "Stunnel cannot be used to secure FTP with TCP/IP v5.3 ECO 2 or later versions".  Since I'm running TCP/IP v5.4, I interpret that to mean that I can't use stunnel with the FTP client that comes with HP's TCP/IP and would instead need to find an SSL-enabled FTP client such as the cURL that you mentioned.&lt;BR /&gt;&lt;BR /&gt;- Duane</description>
      <pubDate>Fri, 21 Oct 2005 14:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935026#M52061</guid>
      <dc:creator>Duane Sadowski</dc:creator>
      <dc:date>2005-10-21T14:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935027#M52062</link>
      <description>Andy:&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply.  No, I don't have ECO 5 installed, and I'm planning to install it soon, since I understand that it's necessary if I want to use SSH to do batch mode copying.&lt;BR /&gt;&lt;BR /&gt;One reason that your reply was helpful is because I was trying to figure out the proper command to tell which TCP/IP ECOs are installed on my system.  I had done both a TCPIP SHOW VERSION /ALL and a PRODUCT SHOW HISTORY, and the output of both commands suggested that no ECO has been applied.&lt;BR /&gt;&lt;BR /&gt;- Duane&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Oct 2005 14:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935027#M52062</guid>
      <dc:creator>Duane Sadowski</dc:creator>
      <dc:date>2005-10-21T14:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935028#M52063</link>
      <description>Ian:&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.  I'm getting ready to install the TCP/IP v5.4 ECO 5 for which you provided the links.&lt;BR /&gt;&lt;BR /&gt;As for stunnel, as I wrote in a reply above, I read in the release notes that "Stunnel cannot be used to secure FTP with TCP/IP v5.3 ECO 2 or later versions", so it sounds like I can't use that on my system (TCP/IP v5.4).&lt;BR /&gt;&lt;BR /&gt;- Duane</description>
      <pubDate>Fri, 21 Oct 2005 14:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935028#M52063</guid>
      <dc:creator>Duane Sadowski</dc:creator>
      <dc:date>2005-10-21T14:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Batch mode FTP over SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935029#M52064</link>
      <description>Thanks again for the comments.  We ended up using SSH (SFTP).</description>
      <pubDate>Tue, 18 Apr 2006 20:10:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/batch-mode-ftp-over-ssl/m-p/4935029#M52064</guid>
      <dc:creator>Duane Sadowski</dc:creator>
      <dc:date>2006-04-18T20:10:10Z</dc:date>
    </item>
  </channel>
</rss>

