<?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: DIR/FTP command between OpenVMS 7.2-1 and Windows IIS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874519#M10735</link>
    <description>&lt;!--!*#--&gt;I don't know why it might care, but it looks&lt;BR /&gt;as if the COPY /FTP code is trying to do a&lt;BR /&gt;(reverse) DNS look-up on that IP address.&lt;BR /&gt;That apparently fails, and that's apparently&lt;BR /&gt;fatal.&lt;BR /&gt;&lt;BR /&gt;It might help if you could unscramble some&lt;BR /&gt;of those hidden data a little:&lt;BR /&gt;&lt;BR /&gt;mydomain/myuser  ???&lt;BR /&gt;myftpfolder      ???&lt;BR /&gt;&lt;BR /&gt;Around here, for example, to see [.TEST]:&lt;BR /&gt;&lt;BR /&gt;alp $ dir /ftp 10.0.0.9"sms PASSWD"::"test/"&lt;BR /&gt;&lt;BR /&gt;Directory 10.0.0.9"sms password"::&lt;BR /&gt;&lt;BR /&gt;ALP$DKA0:[SMS.TEST]A.A;3                ALP$DKA0:[SMS.TEST]A.A;2&lt;BR /&gt;ALP$DKA0:[SMS.TEST]A.DIR;1              ALP$DKA0:[SMS.TEST]B.B;2&lt;BR /&gt;ALP$DKA0:[SMS.TEST]B.DIR;1              ALP$DKA0:[SMS.TEST]C.DIR;1&lt;BR /&gt;ALP$DKA0:[SMS.TEST]FRED.ZIP;1&lt;BR /&gt;alp $&lt;BR /&gt;alp $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 6&lt;BR /&gt;  on a COMPAQ Professional Workstation XP1000 running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;This stuff is a bit quirky.  For example,&lt;BR /&gt;"test/" works for [.test], but [.test]&lt;BR /&gt;(unquoted) does not, but "[.test]" (quoted)&lt;BR /&gt;does.  But "/dka0/anonymous/bzip2/" and&lt;BR /&gt;"dka0:[anonymous.bzip2]" (quoted or not) all&lt;BR /&gt;work.&lt;BR /&gt;&lt;BR /&gt;If you don't already have a symbol:&lt;BR /&gt;&lt;BR /&gt;NSL*OOKUP == "$ SYS$SYSTEM:TCPIP$NSLOOKUP.EXE"&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;nslookup 192.168.0.44&lt;BR /&gt;</description>
    <pubDate>Wed, 04 Oct 2006 16:34:40 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-10-04T16:34:40Z</dc:date>
    <item>
      <title>DIR/FTP command between OpenVMS 7.2-1 and Windows IIS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874516#M10732</link>
      <description>Does the dir/ftp command as outline in the doc, work between VMS and Windows IIS?  I can manually connect from VMS to Windows IIS with the VMS ftp command, but can't get the dir/ftp command to work properly.  I simply wanted to get a directory list of the ftp folder.&lt;BR /&gt;&lt;BR /&gt;Using the dir/ftp command (no line wrap)&lt;BR /&gt;&lt;BR /&gt;dir/ftp 192.168.0.44"mydomain/myuser mypwd"::myftpfolder&lt;BR /&gt;&lt;BR /&gt;Returns the error&lt;BR /&gt;&lt;BR /&gt;%TCPIP-E-FTP_HSTINF, cannot get host information for 192.168.0.44 from database&lt;BR /&gt;-TCPIP-E-NO_RECOVERY, unexpected name server failure&lt;BR /&gt;&lt;BR /&gt;I appreciate help in determining, if I have the necessary components installed.  Again, I've been away from VMS for a while, and trying to get the rust knocked off and some of the manual processes automated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;john dot farmer at genworth dot com&lt;BR /&gt;&lt;BR /&gt;"Compaq TCP/IP Services for OpenVMS Alpha Version V5.1 on a COMPAQ AlphaServer DS20E 666 MHzP running OpenVMS V7.2-1"&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 14:48:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874516#M10732</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-10-04T14:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/FTP command between OpenVMS 7.2-1 and Windows IIS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874517#M10733</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;I am in the middle of an emergency, but I can make two comments:&lt;BR /&gt;&lt;BR /&gt;- try using ftp directly, and verify that things work as expected.&lt;BR /&gt;- attempt to use a domain name (or a name in the hosts file) and see if that works correctly.&lt;BR /&gt;&lt;BR /&gt;I do not have a copy of your versions of the software up at this instant, but the error messages would seem to imply a potential bug when an IP address is used in the dir/ftp syntax.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 04 Oct 2006 16:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874517#M10733</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-10-04T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/FTP command between OpenVMS 7.2-1 and Windows IIS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874518#M10734</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Sorry about your emer. situation.  Yes, I have been successfully using the VMS ftp command both at the command line and in DCL using /input=scriptfile.ftp.  However I just ran across the DIR/FTP and COPY/FTP documenation and wanted give that a try.  Wasn't sure if this applied to systems outside the VMS world.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Wed, 04 Oct 2006 16:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874518#M10734</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-10-04T16:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/FTP command between OpenVMS 7.2-1 and Windows IIS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874519#M10735</link>
      <description>&lt;!--!*#--&gt;I don't know why it might care, but it looks&lt;BR /&gt;as if the COPY /FTP code is trying to do a&lt;BR /&gt;(reverse) DNS look-up on that IP address.&lt;BR /&gt;That apparently fails, and that's apparently&lt;BR /&gt;fatal.&lt;BR /&gt;&lt;BR /&gt;It might help if you could unscramble some&lt;BR /&gt;of those hidden data a little:&lt;BR /&gt;&lt;BR /&gt;mydomain/myuser  ???&lt;BR /&gt;myftpfolder      ???&lt;BR /&gt;&lt;BR /&gt;Around here, for example, to see [.TEST]:&lt;BR /&gt;&lt;BR /&gt;alp $ dir /ftp 10.0.0.9"sms PASSWD"::"test/"&lt;BR /&gt;&lt;BR /&gt;Directory 10.0.0.9"sms password"::&lt;BR /&gt;&lt;BR /&gt;ALP$DKA0:[SMS.TEST]A.A;3                ALP$DKA0:[SMS.TEST]A.A;2&lt;BR /&gt;ALP$DKA0:[SMS.TEST]A.DIR;1              ALP$DKA0:[SMS.TEST]B.B;2&lt;BR /&gt;ALP$DKA0:[SMS.TEST]B.DIR;1              ALP$DKA0:[SMS.TEST]C.DIR;1&lt;BR /&gt;ALP$DKA0:[SMS.TEST]FRED.ZIP;1&lt;BR /&gt;alp $&lt;BR /&gt;alp $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 6&lt;BR /&gt;  on a COMPAQ Professional Workstation XP1000 running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;This stuff is a bit quirky.  For example,&lt;BR /&gt;"test/" works for [.test], but [.test]&lt;BR /&gt;(unquoted) does not, but "[.test]" (quoted)&lt;BR /&gt;does.  But "/dka0/anonymous/bzip2/" and&lt;BR /&gt;"dka0:[anonymous.bzip2]" (quoted or not) all&lt;BR /&gt;work.&lt;BR /&gt;&lt;BR /&gt;If you don't already have a symbol:&lt;BR /&gt;&lt;BR /&gt;NSL*OOKUP == "$ SYS$SYSTEM:TCPIP$NSLOOKUP.EXE"&lt;BR /&gt;&lt;BR /&gt;Then:&lt;BR /&gt;&lt;BR /&gt;nslookup 192.168.0.44&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Oct 2006 16:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874519#M10735</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-04T16:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/FTP command between OpenVMS 7.2-1 and Windows IIS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874520#M10736</link>
      <description>&amp;gt; TCP/IP Services for OpenVMS Alpha Version V5.1&lt;BR /&gt;&lt;BR /&gt;Of course, new releases of TCPIP are&lt;BR /&gt;generally more competent than older ones, and&lt;BR /&gt;V5.1 is pretty old now.</description>
      <pubDate>Wed, 04 Oct 2006 16:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874520#M10736</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-04T16:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/FTP command between OpenVMS 7.2-1 and Windows IIS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874521#M10737</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;No problem, just at this instant I cannot take the time to write an extended answer. The emergency is a client problem (I am somewhat deep into a problem at this instant; this morning, I was giving a speech on wireless security for Westchester County). I was writing the response as I was waiting for something.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 04 Oct 2006 16:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874521#M10737</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-10-04T16:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/FTP command between OpenVMS 7.2-1 and Windows IIS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874522#M10738</link>
      <description>mydomain/myuser is the format of ftp user id.  It authenticates to one of our windows domains.  mypwd is the associated password.&lt;BR /&gt;&lt;BR /&gt;As for the NSLOOKUP, I'm getting this error&lt;BR /&gt;&lt;BR /&gt;$ nsl 192.168.0.44&lt;BR /&gt;*** Can't initialize resolver.&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Wed, 04 Oct 2006 17:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874522#M10738</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-10-04T17:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: DIR/FTP command between OpenVMS 7.2-1 and Windows IIS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874523#M10739</link>
      <description>&amp;gt; mydomain/myuser is the format of ftp user id.&lt;BR /&gt;&lt;BR /&gt;Ok.  I guess that's another reason that those&lt;BR /&gt;things are in quotation marks.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; $ nsl 192.168.0.44&lt;BR /&gt;&amp;gt; *** Can't initialize resolver.&lt;BR /&gt;&lt;BR /&gt;I'd say that it's time for the ever-popular&lt;BR /&gt;SYS$MANAGER:TCPIP$CONFIG.COM.  There should&lt;BR /&gt;be choices like "1  -  Core environment" and&lt;BR /&gt;then "4  -  BIND Resolver" (but I can't speak&lt;BR /&gt;for your TCPIP version).&lt;BR /&gt;&lt;BR /&gt;If you missed this one, though, it might pay&lt;BR /&gt;for you to check out the other guys in there,&lt;BR /&gt;too.  "A  -  Configure options 1 - 5" is&lt;BR /&gt;popular.&lt;BR /&gt;&lt;BR /&gt;I assume that you have a DNS server for your&lt;BR /&gt;local network.  If you're using the local&lt;BR /&gt;HOSTS data base instead, then you may need to&lt;BR /&gt;add more data there.</description>
      <pubDate>Wed, 04 Oct 2006 17:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dir-ftp-command-between-openvms-7-2-1-and-windows-iis/m-p/3874523#M10739</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-10-04T17:29:19Z</dc:date>
    </item>
  </channel>
</rss>

