<?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 problem - conversion file names in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6334833#M28690</link>
    <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;the file is downloaded with the name "file_seq.txt".&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's not obvious whether this is ODS-2 or already ODS-5. If the filename really is in lowercase, it is already ODS-5,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;otherwise it would be "FILE_SEQ.TXT". But, maybe the poster only wanted to say that the first dot was converted to an underscore. But who knows what he wanted to say. If it is already ODS-5 then the FTP client converts. Then there should be some documentation on the FTP client what to set/enable to leave the dots in the filename.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;try: SET PROC/PARSE=EXTENDED&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think that this is required, but it doesn't hurt, either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;filename might then become "file^.seq.txt"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;No. The filename will be "file.seq.txt" it might be displayed differently, with the escape character '^', but that is only for displaying the filename. In this case the '^' isn't even necessary to access the file. (But if you want to use the displayed filename with the escape character you need to have extended parsing enabled.)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2014 21:02:26 GMT</pubDate>
    <dc:creator>H.Becker</dc:creator>
    <dc:date>2014-01-14T21:02:26Z</dc:date>
    <item>
      <title>ftp problem - conversion file names</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6334677#M28688</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have problems when I execute openvms ftp client to a ftp windows server, because it changes the filename.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file I want to get from windows ftp server is named "file.seq.txt", and when a do a "ftp&amp;gt; get *", the file is downloaded with the name "file_seq.txt".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone knows how to resolve it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have OpenVMS 7.3-2 and the ftp in windows is IIS, but it occurs with different versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lluís Aunós&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6334677#M28688</guid>
      <dc:creator>lluisaunos</dc:creator>
      <dc:date>2014-01-14T17:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem - conversion file names</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6334727#M28689</link>
      <description>&lt;P&gt;Lluís,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"file.seq.txt" is not a valid OpenVMS filename, unless your default directory is on an ODS-5 disk and you have extended file name parsing enabled. FTP is trying to create a valid OpenVMS filename by replacing the first '.' with an '_'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure (SHOW DEVICE/FULL SYS$DISK), that the default directory is set to an ODS-5 disk and try: SET PROC/PARSE=EXTENDED before invoking FTP. The OpenVMS filename might then become "file^.seq.txt"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2014 18:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6334727#M28689</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2014-01-14T18:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem - conversion file names</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6334833#M28690</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;the file is downloaded with the name "file_seq.txt".&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's not obvious whether this is ODS-2 or already ODS-5. If the filename really is in lowercase, it is already ODS-5,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;otherwise it would be "FILE_SEQ.TXT". But, maybe the poster only wanted to say that the first dot was converted to an underscore. But who knows what he wanted to say. If it is already ODS-5 then the FTP client converts. Then there should be some documentation on the FTP client what to set/enable to leave the dots in the filename.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;try: SET PROC/PARSE=EXTENDED&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think that this is required, but it doesn't hurt, either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;&amp;gt;&amp;nbsp;filename might then become "file^.seq.txt"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;No. The filename will be "file.seq.txt" it might be displayed differently, with the escape character '^', but that is only for displaying the filename. In this case the '^' isn't even necessary to access the file. (But if you want to use the displayed filename with the escape character you need to have extended parsing enabled.)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2014 21:02:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6334833#M28690</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2014-01-14T21:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem - conversion file names</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6334921#M28691</link>
      <description />
      <pubDate>Tue, 14 Jan 2014 22:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6334921#M28691</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2014-01-14T22:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem - conversion file names</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6335233#M28692</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your replies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's all right, the problem is that the ftp destination disk is ODS-2. We'll search for a disk ODS-5 to be able to be destination of these files. On the other hand, I don't know if the extra character '^' is a inconvenient for our process, maybe we'll need to change de code of the script that does the ftp to delete this extra character, I think it will not be a problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lluís&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2014 08:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6335233#M28692</guid>
      <dc:creator>lluisaunos</dc:creator>
      <dc:date>2014-01-15T08:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem - conversion file names</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6335837#M28693</link>
      <description />
      <pubDate>Wed, 15 Jan 2014 15:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6335837#M28693</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2014-01-15T15:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem - conversion file names</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6339495#M28694</link>
      <description>&lt;P&gt;$ tcpip show version&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; HP TCP/IP Services for OpenVMS Alpha Version V5.4&lt;BR /&gt;&amp;nbsp; on a AlphaServer DS25 running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My script uses the ftp client to connect a Windows server, download files and delete from the source. Pseudo-code:&lt;BR /&gt;&lt;BR /&gt;1) create temporary directory (vms)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;crea/dir 'tmp'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cd 'tmp'&lt;BR /&gt;2) download files&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;ftp 'windows server'&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;ftp&amp;gt; get *&lt;BR /&gt;3) delete files from the windows server&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;"prepare delete ftp commands listing 'tmp' dir"&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;ftp 'windows server' with the delete commands before prepared&lt;BR /&gt;&lt;BR /&gt;I've been testing a new tmp directory with a device ODS-5, and it is ok, but with the '^' character added. No problem, we have changed the &amp;lt;prepare delete ftp commands listing 'tmp' dir&amp;gt; code to clean any '^' and it is right for our purpose.&lt;BR /&gt;&lt;BR /&gt;thank you,&lt;BR /&gt;&lt;BR /&gt;Lluís&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2014 08:33:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6339495#M28694</guid>
      <dc:creator>lluisaunos</dc:creator>
      <dc:date>2014-01-17T08:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: ftp problem - conversion file names</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6339593#M28695</link>
      <description>&lt;P&gt;Which means you get the file names displayed by a DIR command, by the&amp;nbsp;lexical function F$SEARCH or any other tool which displays the escape character. And you take that output to construct a script for deleting&amp;nbsp;files on the remote side. As said before, the REAL file name on ODS-5&amp;nbsp;doesn't contain the escape character '^', but DIR and F$SEARCH show it. So&amp;nbsp;you have to remove it when writing the script based on such output. &amp;nbsp;(You probably considered the&amp;nbsp;case when the remote file name contains a '^'. :-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$ sh sys/noproc/full&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;OpenVMS V8.4 &amp;nbsp;on node JACK &amp;nbsp; 17-JAN-2014 09:30:00.18 &amp;nbsp; Uptime &amp;nbsp;6 03:32:11&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; HP rx2600 &amp;nbsp;(1.50GHz/6.0MB)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$ pipe sh dev/full sys$disk: |search sys$pipe ods&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Volume Status: &amp;nbsp;ODS-5, subject to mount verification, file high-water marking,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$ sh proc/pars&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;17-JAN-2014 09:24:56.64 &amp;nbsp; User: DEMO &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Process ID: &amp;nbsp; 20200F92&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Node: JACK &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Process name: "DEMO"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;Parse Style: Traditional&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$ copy nl: a.b.c&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$ dir/file a.b.c&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;Directory LDA11:[X]&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;A^.B.C;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (16,1,0) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;Total of 1 file.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$ write sys$output f$search("a.b.c")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;LDA11:[X]A^.B.C;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$ pipe dump/header a.b.c |search sys$pipe "file name"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; File name type: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ISL-1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; File name length: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;nbsp; File name: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A.B.C;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;DEMO$&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Jan 2014 09:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-problem-conversion-file-names/m-p/6339593#M28695</guid>
      <dc:creator>H.Becker</dc:creator>
      <dc:date>2014-01-17T09:59:13Z</dc:date>
    </item>
  </channel>
</rss>

