<?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: sftp case sensitive issue in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594493#M97969</link>
    <description>&lt;!--!*#--&gt;&amp;gt; &amp;gt;Please post a transcript of your exact&lt;BR /&gt;&amp;gt; &amp;gt;commands [...]&lt;BR /&gt;&lt;BR /&gt;You're not from around here, are you.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  How can you be creating files with lower&lt;BR /&gt;&amp;gt; case names on an ODS-2 volume?&lt;BR /&gt;&lt;BR /&gt;My guess, and it is only a guess, is that the&lt;BR /&gt;remote source file is on ODS2, and the local&lt;BR /&gt;destination is ODS5.&lt;BR /&gt;&lt;BR /&gt;Around here, for example:&lt;BR /&gt;&lt;BR /&gt;IT $ sftp system@alp-l&lt;BR /&gt;&lt;BR /&gt;@ SYS$MANAGER:ANNOUNCE.TXT&lt;BR /&gt;[I _love_ this software.]&lt;BR /&gt;sftp&amp;gt; cd /ALP$DKB200/UTILITY/SOURCE/GNUPG&lt;BR /&gt;sftp&amp;gt; ls log*&lt;BR /&gt;LOGICALS.COM;5&lt;BR /&gt;LOGICALS.COM;4&lt;BR /&gt;sftp&amp;gt; mget log*&lt;BR /&gt;logicals.com                      |   121B |   0.1 kB/s | TOC: 00:00:01 | 100%&lt;BR /&gt;sftp&amp;gt;quit&lt;BR /&gt;&lt;BR /&gt;IT $ dg logicals&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;logicals.com;1              1   3-MAR-2010 17:43:56.04  (RWED,RWED,RE,)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1 block.&lt;BR /&gt;IT $&lt;BR /&gt;&lt;BR /&gt;Thus, an upper-case (ODS2) remote file name&lt;BR /&gt;becomes a lower-case (ODS5) local file name.&lt;BR /&gt;&lt;BR /&gt;For the record:&lt;BR /&gt;&lt;BR /&gt;IT $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.6 - ECO 4&lt;BR /&gt;  on an HP zx2000  (1.50GHz/6.0MB) running OpenVMS V8.3-1H1&lt;BR /&gt;&lt;BR /&gt;IT $ sftp "-V"  ! Yup.  Love it.&lt;BR /&gt;it$dkc0:[sys0.syscommon.][sysexe]tcpip$ssh_sftp2.exe: SSH Secure Shell OpenVMS (&lt;BR /&gt;V5.5) 3.2.0 on HP zx2000  (1.50GHz/6.0MB) - VMS V8.3-1H1&lt;BR /&gt;&lt;BR /&gt;ALP $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.6 - ECO 4&lt;BR /&gt;  on a COMPAQ Professional Workstation XP1000 running OpenVMS V8.3&lt;BR /&gt;&lt;BR /&gt;ALP $ anal /imag sys$system:TCPIP$SSH_SFTP-SERVER2.EXE&lt;BR /&gt;[...]&lt;BR /&gt;        Image Identification Information&lt;BR /&gt;&lt;BR /&gt;                image name: "TCPIP$SSH_SFTP-SERVER2"&lt;BR /&gt;                image file identification: "V5.6-ECO4"&lt;BR /&gt;                image file build identification: ""&lt;BR /&gt;                link date/time:  8-APR-2009 17:58:07.52&lt;BR /&gt;                linker identification: "A13-02"&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Am I the only one who's gotten very tired of&lt;BR /&gt;reading problem descriptions which contain&lt;BR /&gt;almost no useful information?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; how can i transfer the files in upper case ?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; with get the files are created in upper case.&lt;BR /&gt;&lt;BR /&gt;Am I missing something, or did you just&lt;BR /&gt;answer your own question?</description>
    <pubDate>Wed, 03 Mar 2010 23:57:02 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2010-03-03T23:57:02Z</dc:date>
    <item>
      <title>sftp case sensitive issue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594489#M97965</link>
      <description>hi I m using sftp and if i tranfer files with mget they are all being converted to lower case, even though the volume types are ODS-2&lt;BR /&gt;how can i transfer the files in upper case ?</description>
      <pubDate>Wed, 03 Mar 2010 22:02:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594489#M97965</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2010-03-03T22:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: sftp case sensitive issue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594490#M97966</link>
      <description>Sami,&lt;BR /&gt;&lt;BR /&gt;  It's not clear which direction you're sending the files, or what TCPIP stack you're using, or what version of OpenVMS or architecture (though the mention of ODS-2 suggests this is an OpenVMS question).&lt;BR /&gt;&lt;BR /&gt;  Please post a transcript of your exact commands, along with any resulting messages. Show us what results are undesired, and explain how you would like them to be different.</description>
      <pubDate>Wed, 03 Mar 2010 22:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594490#M97966</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-03-03T22:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: sftp case sensitive issue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594491#M97967</link>
      <description>TCPIP&amp;gt; show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 7&lt;BR /&gt;  on a AlphaServer GS160 6/1001 running OpenVMS V7.3-2  &lt;BR /&gt;&lt;BR /&gt;I am trying to pull files from another openvMS server of same type and the files there have names in capital letters but when i sftp the file to local server using mget the files are created in lower case. &lt;BR /&gt;with get the files are created in upper case.</description>
      <pubDate>Wed, 03 Mar 2010 22:29:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594491#M97967</guid>
      <dc:creator>SAMI AHMAD</dc:creator>
      <dc:date>2010-03-03T22:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: sftp case sensitive issue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594492#M97968</link>
      <description>Sami,&lt;BR /&gt;&lt;BR /&gt; How can you be creating files with lower case names on an ODS-2 volume? Without a clear description of the issue, it's not possible to help you. As requested earlier:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Please post a transcript of your exact &lt;BR /&gt;&amp;gt;commands, along with any resulting messages. &lt;BR /&gt;&amp;gt;Show us what results are undesired, and &lt;BR /&gt;&amp;gt;explain how you would like them to be &lt;BR /&gt;&amp;gt;different.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Mar 2010 22:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594492#M97968</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2010-03-03T22:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: sftp case sensitive issue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594493#M97969</link>
      <description>&lt;!--!*#--&gt;&amp;gt; &amp;gt;Please post a transcript of your exact&lt;BR /&gt;&amp;gt; &amp;gt;commands [...]&lt;BR /&gt;&lt;BR /&gt;You're not from around here, are you.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  How can you be creating files with lower&lt;BR /&gt;&amp;gt; case names on an ODS-2 volume?&lt;BR /&gt;&lt;BR /&gt;My guess, and it is only a guess, is that the&lt;BR /&gt;remote source file is on ODS2, and the local&lt;BR /&gt;destination is ODS5.&lt;BR /&gt;&lt;BR /&gt;Around here, for example:&lt;BR /&gt;&lt;BR /&gt;IT $ sftp system@alp-l&lt;BR /&gt;&lt;BR /&gt;@ SYS$MANAGER:ANNOUNCE.TXT&lt;BR /&gt;[I _love_ this software.]&lt;BR /&gt;sftp&amp;gt; cd /ALP$DKB200/UTILITY/SOURCE/GNUPG&lt;BR /&gt;sftp&amp;gt; ls log*&lt;BR /&gt;LOGICALS.COM;5&lt;BR /&gt;LOGICALS.COM;4&lt;BR /&gt;sftp&amp;gt; mget log*&lt;BR /&gt;logicals.com                      |   121B |   0.1 kB/s | TOC: 00:00:01 | 100%&lt;BR /&gt;sftp&amp;gt;quit&lt;BR /&gt;&lt;BR /&gt;IT $ dg logicals&lt;BR /&gt;&lt;BR /&gt;Directory SYS$SYSROOT:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;logicals.com;1              1   3-MAR-2010 17:43:56.04  (RWED,RWED,RE,)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 1 block.&lt;BR /&gt;IT $&lt;BR /&gt;&lt;BR /&gt;Thus, an upper-case (ODS2) remote file name&lt;BR /&gt;becomes a lower-case (ODS5) local file name.&lt;BR /&gt;&lt;BR /&gt;For the record:&lt;BR /&gt;&lt;BR /&gt;IT $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.6 - ECO 4&lt;BR /&gt;  on an HP zx2000  (1.50GHz/6.0MB) running OpenVMS V8.3-1H1&lt;BR /&gt;&lt;BR /&gt;IT $ sftp "-V"  ! Yup.  Love it.&lt;BR /&gt;it$dkc0:[sys0.syscommon.][sysexe]tcpip$ssh_sftp2.exe: SSH Secure Shell OpenVMS (&lt;BR /&gt;V5.5) 3.2.0 on HP zx2000  (1.50GHz/6.0MB) - VMS V8.3-1H1&lt;BR /&gt;&lt;BR /&gt;ALP $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.6 - ECO 4&lt;BR /&gt;  on a COMPAQ Professional Workstation XP1000 running OpenVMS V8.3&lt;BR /&gt;&lt;BR /&gt;ALP $ anal /imag sys$system:TCPIP$SSH_SFTP-SERVER2.EXE&lt;BR /&gt;[...]&lt;BR /&gt;        Image Identification Information&lt;BR /&gt;&lt;BR /&gt;                image name: "TCPIP$SSH_SFTP-SERVER2"&lt;BR /&gt;                image file identification: "V5.6-ECO4"&lt;BR /&gt;                image file build identification: ""&lt;BR /&gt;                link date/time:  8-APR-2009 17:58:07.52&lt;BR /&gt;                linker identification: "A13-02"&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Am I the only one who's gotten very tired of&lt;BR /&gt;reading problem descriptions which contain&lt;BR /&gt;almost no useful information?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; how can i transfer the files in upper case ?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; with get the files are created in upper case.&lt;BR /&gt;&lt;BR /&gt;Am I missing something, or did you just&lt;BR /&gt;answer your own question?</description>
      <pubDate>Wed, 03 Mar 2010 23:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594493#M97969</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-03-03T23:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: sftp case sensitive issue</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594494#M97970</link>
      <description>With Multinet, there are logicals that suppress the attempt at maintaining lowercase syntax.  On an ODS-2 volumes , characters are inbedded in the filename that makes it almost unreadable.  I don't what method TCPIP would use to suppress this feature but there should be one.</description>
      <pubDate>Thu, 04 Mar 2010 12:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sftp-case-sensitive-issue/m-p/4594494#M97970</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2010-03-04T12:46:27Z</dc:date>
    </item>
  </channel>
</rss>

