<?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 server switches file path format in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508689#M58637</link>
    <description>UNIX-Style Listings:&lt;BR /&gt;&lt;A href="http://www.process.com/tcpip/mndocs52/ADMIN_GUIDE/Ch18.htm#I32" target="_blank"&gt;http://www.process.com/tcpip/mndocs52/ADMIN_GUIDE/Ch18.htm#I32&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;UNIX file name mapping:&lt;BR /&gt;&lt;A href="http://www.process.com/tcpip/mndocs52/ADMIN_GUIDE/Ch27.htm#I13" target="_blank"&gt;http://www.process.com/tcpip/mndocs52/ADMIN_GUIDE/Ch27.htm#I13&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;Martin</description>
    <pubDate>Tue, 06 Oct 2009 15:10:53 GMT</pubDate>
    <dc:creator>Martin Vorlaender</dc:creator>
    <dc:date>2009-10-06T15:10:53Z</dc:date>
    <item>
      <title>ftp server switches file path format</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508686#M58634</link>
      <description>&lt;!--!*#--&gt;I have noticed that when connecting to VMS via FTP, both VMS style and Unix style pathnames can be used, and the choice affects the format of responses that follow. For example:&lt;BR /&gt;&lt;BR /&gt;$ ftp MACHINE.DOMAIN.COM&lt;BR /&gt;MACHINE2.DOMAIN.COM MultiNet FTP user process V4.4(119)&lt;BR /&gt;Connection opened (Assuming 8-bit connections)&lt;BR /&gt;&lt;MACHINE.DOMAIN.COM multinet="" ftp="" server="" process="" v5.2=""&gt;&lt;/MACHINE.DOMAIN.COM&gt;MACHINE.DOMAIN.COM&amp;gt;user&lt;BR /&gt;  Foreign username: USERNAME&lt;BR /&gt;&lt;USER name=""&gt;&lt;/USER&gt;Password:&lt;BR /&gt;&lt;USER username="" logged="" into=""&gt;&lt;/USER&gt;MACHINE.DOMAIN.COM&amp;gt;cd DEV_SRC:[USERNAME.TEMP]&lt;BR /&gt;&lt;CONNECTED to=""&gt;&lt;/CONNECTED&gt;MACHINE.DOMAIN.COM&amp;gt;ls&lt;BR /&gt;&lt;LIST started.=""&gt;&lt;/LIST&gt;DIR1.DIR&lt;BR /&gt;FILE$DOLLAR.TXT&lt;BR /&gt;FILE1.TXT&lt;BR /&gt;FILE2.TXT&lt;BR /&gt;&lt;TRANSFER completed.=""&gt;&lt;/TRANSFER&gt;MACHINE.DOMAIN.COM&amp;gt;cd /dev_src/username/temp&lt;BR /&gt;&lt;CONNECTED to=""&gt;&lt;/CONNECTED&gt;MACHINE.DOMAIN.COM&amp;gt;ls&lt;BR /&gt;&lt;LIST started.=""&gt;&lt;/LIST&gt;dir1/&lt;BR /&gt;fileDOLLAR.TXT&lt;BR /&gt;file1.txt&lt;BR /&gt;file2.txt&lt;BR /&gt;&lt;TRANSFER completed.=""&gt;&lt;/TRANSFER&gt;MACHINE.DOMAIN.COM&amp;gt;cd DEV_SRC:[USERNAME.TEMP]&lt;BR /&gt;&lt;CONNECTED to=""&gt;&lt;/CONNECTED&gt;MACHINE.DOMAIN.COM&amp;gt;ls&lt;BR /&gt;&lt;LIST started.=""&gt;&lt;/LIST&gt;DIR1.DIR&lt;BR /&gt;FILE$DOLLAR.TXT&lt;BR /&gt;FILE1.TXT&lt;BR /&gt;FILE2.TXT&lt;BR /&gt;&lt;TRANSFER completed.=""&gt;&lt;/TRANSFER&gt;MACHINE.DOMAIN.COM&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The same file will accessable as FILE$DOLLAR.TXT or fileDOLLAR.TXT depending on which mode the FTP server is in.&lt;BR /&gt;&lt;BR /&gt;Where is this behavior documented?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 06 Oct 2009 12:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508686#M58634</guid>
      <dc:creator>Maxy2</dc:creator>
      <dc:date>2009-10-06T12:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server switches file path format</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508687#M58635</link>
      <description>I cant tell you where it is documented however I have seen the behaviour before.&lt;BR /&gt;&lt;BR /&gt;On VMS, "$" is an acceptable character in a file name.     &lt;BR /&gt;&lt;BR /&gt;On some other systems, a "$" is used to delimit uppercase characters.&lt;BR /&gt;&lt;BR /&gt;for example, In openvms, create a file called "$T$OMMY.TXT".   A directory listing on VMS shows the file as &lt;BR /&gt;&lt;BR /&gt;$T$OMMY.TXT (since VMS defaults to UPPER case.&lt;BR /&gt;&lt;BR /&gt;however in the unix vernacular it will display as&lt;BR /&gt;&lt;BR /&gt;Tommy.txt.&lt;BR /&gt;&lt;BR /&gt;All characters after the first $ are uppercase, until it reads a second $ or end-of-line.&lt;BR /&gt;&lt;BR /&gt;Dave.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2009 12:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508687#M58635</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-10-06T12:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server switches file path format</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508688#M58636</link>
      <description>&lt;!--!*#--&gt;&amp;gt; &lt;MACHINE.DOMAIN.COM multinet="" ftp="" server="" process="" v5.2=""&gt;&lt;/MACHINE.DOMAIN.COM&gt;&lt;BR /&gt;&amp;gt; Where is this behavior documented?&lt;BR /&gt;&lt;BR /&gt;I'd ask the people who supplied the FTP&lt;BR /&gt;server.&lt;BR /&gt;&lt;BR /&gt;As a user of the (stone-age/lame) TCPIP FTP&lt;BR /&gt;server, I know nothing, but I assume that&lt;BR /&gt;the thing is configured to try to accommodate&lt;BR /&gt;all the UNIX-expecting software out there, so&lt;BR /&gt;that if it sees a UNIX-like "CWD&lt;BR /&gt;/some/thing/" command, it responds&lt;BR /&gt;accordingly.  Perhaps you can disable that&lt;BR /&gt;behavior if you don't like it.&lt;BR /&gt;&lt;BR /&gt;Having learned this lesson the hard way, I&lt;BR /&gt;modified wget so that it does a "CWD []" at&lt;BR /&gt;the end of its normal "CWD where/ever"&lt;BR /&gt;sequence, which seemed to be enough to switch&lt;BR /&gt;the (TCPware) server where I first observed&lt;BR /&gt;this behavior back to VMS mode (when wget is&lt;BR /&gt;talking to a VMS FTP server, that is).  And&lt;BR /&gt;it doesn't seem to bother any of the&lt;BR /&gt;VMS-only-looking FTP servers I've seen.&lt;BR /&gt;&lt;BR /&gt;Given the common vendor, I'd guess that the&lt;BR /&gt;same trick would work with this MultiNet FTP&lt;BR /&gt;server.</description>
      <pubDate>Tue, 06 Oct 2009 12:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508688#M58636</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-06T12:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server switches file path format</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508689#M58637</link>
      <description>UNIX-Style Listings:&lt;BR /&gt;&lt;A href="http://www.process.com/tcpip/mndocs52/ADMIN_GUIDE/Ch18.htm#I32" target="_blank"&gt;http://www.process.com/tcpip/mndocs52/ADMIN_GUIDE/Ch18.htm#I32&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;UNIX file name mapping:&lt;BR /&gt;&lt;A href="http://www.process.com/tcpip/mndocs52/ADMIN_GUIDE/Ch27.htm#I13" target="_blank"&gt;http://www.process.com/tcpip/mndocs52/ADMIN_GUIDE/Ch27.htm#I13&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;Martin</description>
      <pubDate>Tue, 06 Oct 2009 15:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508689#M58637</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2009-10-06T15:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server switches file path format</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508690#M58638</link>
      <description>Your log shows that you have connected to a system running MultiNet. When a Unix style directory specification is noticed, the MultiNet FTP server will switch from VMS style output to Unix style output. (and vice versa.)&lt;BR /&gt;The $ character is a prefix for SRI encoding which is used to maintain case on ODS-2 disks. (Not necessary on ODS-5 disks since they will maintain the proper case of filenames themselves.)</description>
      <pubDate>Tue, 06 Oct 2009 19:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508690#M58638</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2009-10-06T19:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: ftp server switches file path format</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508691#M58639</link>
      <description>You are also connecting to an older Multinet.&lt;BR /&gt;Check out the logical&lt;BR /&gt;MULTINET_FTP_UNIX_STYLE_CASE_INSENSITIVE&lt;BR /&gt;That helped us on some of our similiar issues.&lt;BR /&gt;&lt;BR /&gt;There is another logical to check too:&lt;BR /&gt;MULTINET_FTP_UNIX_STYLE_BY_DEFAULT</description>
      <pubDate>Wed, 07 Oct 2009 18:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-server-switches-file-path-format/m-p/4508691#M58639</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2009-10-07T18:40:45Z</dc:date>
    </item>
  </channel>
</rss>

