<?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 OpenVMS7.3-2 to Windows Server in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534949#M17544</link>
    <description>Thanks for all your help. I have got the batch job now working.&lt;BR /&gt;&lt;BR /&gt;Output string needed to be:&lt;BR /&gt; "" "\"windows share name"&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Nov 2009 20:32:30 GMT</pubDate>
    <dc:creator>tobyjug</dc:creator>
    <dc:date>2009-11-19T20:32:30Z</dc:date>
    <item>
      <title>FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534935#M17530</link>
      <description>I can do 1 file at a time but I want to set up a batch job to move all 26 files in 1 hit. All files are .TXT and all are version 1.&lt;BR /&gt;For some reason I can't use the * wild card. It errors with cannot file file name *&lt;BR /&gt;&lt;BR /&gt;Thank You</description>
      <pubDate>Tue, 17 Nov 2009 03:59:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534935#M17530</guid>
      <dc:creator>tobyjug</dc:creator>
      <dc:date>2009-11-17T03:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534936#M17531</link>
      <description>Did you try Mget ?&lt;BR /&gt;Be sure to also read up on the "SET PROMPT"&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Nov 2009 04:33:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534936#M17531</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2009-11-17T04:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534937#M17532</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Did you try Mget ?&lt;BR /&gt;&lt;BR /&gt;Or "mput".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Be sure to also read up on the "SET PROMPT"&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; set prompt&lt;BR /&gt;%CLI-W-IVKEYW, unrecognized keyword - check validity and spelling&lt;BR /&gt;&lt;BR /&gt;Well, "prompt":&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; prompt     &lt;BR /&gt;Interactive mode off.&lt;BR /&gt;FTP&amp;gt; prompt&lt;BR /&gt;Interactive mode on.&lt;BR /&gt;&lt;BR /&gt;The help in the FTP client program would not&lt;BR /&gt;win many awards (from me) for quality or&lt;BR /&gt;utility.</description>
      <pubDate>Tue, 17 Nov 2009 04:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534937#M17532</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-11-17T04:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534938#M17533</link>
      <description>&lt;!--!*#--&gt;&amp;gt; For some reason I can't use the * wild&lt;BR /&gt;&amp;gt; card.&lt;BR /&gt;&lt;BR /&gt;I got so excited about "SET PROMPT" that I&lt;BR /&gt;forgot that we really don't know how you're&lt;BR /&gt;trying to do this.  "FTP /INPUT"?  If so,&lt;BR /&gt;then you might do better (or more easily)&lt;BR /&gt;with "COPY /FTP".  As usual, many things are&lt;BR /&gt;possible.</description>
      <pubDate>Tue, 17 Nov 2009 05:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534938#M17533</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-11-17T05:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534939#M17534</link>
      <description>Start with this DCL command:&lt;BR /&gt;&lt;BR /&gt;$ COPY /FTP /ASCII this*.txt host"user pass"::&lt;BR /&gt;&lt;BR /&gt;and see how far you get with the Windows ftp server.&lt;BR /&gt;&lt;BR /&gt;You may need to tweak some logical names on OpenVMS as the Windows ftp tools can be incompatible with ftp on OpenVMS.</description>
      <pubDate>Tue, 17 Nov 2009 15:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534939#M17534</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-11-17T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534940#M17535</link>
      <description>Cannot find help for structure of the mget or mput commands&lt;BR /&gt;Copy/ftp help only indicates the receiving host as being VMS. I need to go to a windows share. Failed anyway&lt;BR /&gt;$       copy/ftp/assci/ *.txt windowshostIP "username password"&lt;BR /&gt;%DCL-I-IGNQUAL, qualifiers appearing before this item were ignored&lt;BR /&gt; \FTP\</description>
      <pubDate>Tue, 17 Nov 2009 20:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534940#M17535</guid>
      <dc:creator>tobyjug</dc:creator>
      <dc:date>2009-11-17T20:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534941#M17536</link>
      <description>The DCL command COPY /FTP functions as listed and as documented; somebody appears to have defined a symbol that interferes with it.  &lt;BR /&gt;&lt;BR /&gt;Probably COPY, or maybe a substring.&lt;BR /&gt;&lt;BR /&gt;$ SHOW SYMBOL COPY&lt;BR /&gt;&lt;BR /&gt;If so...&lt;BR /&gt;&lt;BR /&gt;$ DELETE /SYMBOL [/GLOBAL] COPY&lt;BR /&gt;&lt;BR /&gt;That DELETE command can fail for the same reason that the COPY command is probably failing here; because somebody has established a DELETE symbol.&lt;BR /&gt;&lt;BR /&gt;Setting up DCL symbols that exactly match DCL commands is generally not recommended for just this reason.</description>
      <pubDate>Tue, 17 Nov 2009 21:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534941#M17536</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-11-17T21:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534942#M17537</link>
      <description>COPY/FTP works between dissimilar systems, as long as the syntax is correct.&lt;BR /&gt;&lt;BR /&gt;There are several issues with your attempt:&lt;BR /&gt;&lt;BR /&gt;$ copy/ftp/assci/ *.txt windowshostIP "username password"&lt;BR /&gt;%DCL-I-IGNQUAL, qualifiers appearing before this item were ignored&lt;BR /&gt;\FTP\&lt;BR /&gt;&lt;BR /&gt;First problem. You have a symbol "COPY" which defines qualifiers. The -I- (Informational) message is telling you they are ignored. This may or may not matter. Syntactically, the /FTP qualifier is required to be first. Try:&lt;BR /&gt;&lt;BR /&gt;$ COPYX/FTP&lt;BR /&gt;&lt;BR /&gt;the trailing X will override your symbol definition.&lt;BR /&gt;&lt;BR /&gt;Second problem, /assci is misspelled. It should be /ASCII. I'm a bit surprised this error didn't generate a warning message like:&lt;BR /&gt;&lt;BR /&gt;%DCL-W-IVQUAL, unrecognized qualifier - check validity, spelling, and placement&lt;BR /&gt; \ASSCI\&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;third problem, there's a trailing "/" on the command line. This should also have generated a warning message:&lt;BR /&gt;&lt;BR /&gt;%DCL-W-IVQUAL, unrecognized qualifier - check validity, spelling, and placement&lt;BR /&gt; \*\&lt;BR /&gt;&lt;BR /&gt;(because spaces between the "/" and the qualifier name are allowed, the command is parsed assuming the "*" is the qualifier).&lt;BR /&gt;&lt;BR /&gt;fourth problem, the syntax for the target file specification is incorrect. It should be:&lt;BR /&gt;&lt;BR /&gt;$ COPY/FTP/ASCII *.TXT node"user password"::"remote filespec"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For example - this is a cut &amp;amp; paste of an actual transfer from an OpenVMS V8.3-1H1 system to a windows server:&lt;BR /&gt;&lt;BR /&gt;$ copyx/ftp/ascii/log send*.txt 10.2.21.133"anonymous junk"::"/~support/vmsxfer/"&lt;BR /&gt;%TCPIP-S-FTP_COPIED, DISK$USERS:[GILLINGS]SEND_SEMF.TXT;2 copied to 10.2.21.133"anonymous password"::"/~support/vmsxfer/send_semf.txt" (2809 bytes)&lt;BR /&gt;%TCPIP-S-FTP_COPIED, DISK$USERS:[GILLINGS]SEND_SMS.TXT;5 copied to 10.2.21.133"anonymous password"::"/~support/vmsxfer/send_sms.txt" (137427 bytes)&lt;BR /&gt;&lt;BR /&gt;This is a "put" from OpenVMS to windows. Reverse the file specifications for a get.</description>
      <pubDate>Tue, 17 Nov 2009 21:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534942#M17537</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-11-17T21:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534943#M17538</link>
      <description>And ps: COPY /FTP works with most any FTP server; I use it regularly with Mac OS X and with various Unix and Linux boxes.   The salient difference here can be in the syntax of the target specification; that can potentially need to be quoted, when it's not native OpenVMS filename syntax.   And which is why I specified the COPY /FTP command as I did, with no target file specification. This should drop the files in the target directory.&lt;BR /&gt;&lt;BR /&gt;COPY /FTP also allows symbol substitution and other DCL programming techniques, which the FTP utility does not; to get around this, you'll have to write and @-invoke runt files with the FTP utility to perform various of these operations.&lt;BR /&gt;&lt;BR /&gt;Whether COPY /FTP works with the ftp server within the Microsoft Windows Server platform, I don't know.  Windows client and Windows server are not in regular use here.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Nov 2009 21:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534943#M17538</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-11-17T21:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534944#M17539</link>
      <description>It looks to me like you have defined a symbol for COPY&lt;BR /&gt;&lt;BR /&gt;$ SHOW SYMBOL C*&lt;BR /&gt;&lt;BR /&gt;Is there any COPY, COP*, CO*, or C* that does a COPY with some qualifiers?&lt;BR /&gt;&lt;BR /&gt;And for good measure&lt;BR /&gt;&lt;BR /&gt;$ SHOW NETWORK&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Nov 2009 21:07:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534944#M17539</guid>
      <dc:creator>RBrown_1</dc:creator>
      <dc:date>2009-11-17T21:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534945#M17540</link>
      <description>Thanks for all your help. For the record we have the symbol co*py = copy/log&lt;BR /&gt;&lt;BR /&gt;Moving on, the output string is giving me grief. I made a cutnpaste error first time which almost worked;&lt;BR /&gt;$       copyx/ftp/ascii/log *.txt 10.76.12.15"FTPAHMIS AHMISFTP"::"/e:ahmis_ftp&lt;BR /&gt;%TCPIP-S-FTP_COPIED, AHS_DISK:[AHS.V4_5N_RELEASE.TFR]AHS_EXTRACT_ACT.TXT;1 copie&lt;BR /&gt;d to 10.76.12.15"FTPAHMIS password"::"/e:ahmis_ftp.TXT" (116310524 bytes)&lt;BR /&gt;%TCPIP-S-FTP_COPIED, AHS_DISK:[AHS.V4_5N_RELEASE.TFR]AHS_EXTRACT_CAR.TXT;1 copie&lt;BR /&gt;d to 10.76.12.15"FTPAHMIS password"::"/e:ahmis_ftp.TXT" (16434 bytes)&lt;BR /&gt;&lt;BR /&gt;As you can see ALL files were being copied to e:ahmis_ftp.txt&lt;BR /&gt;BUT there is NO ahmis_ftp.txt anywhere on the windows server. ahmis_ftp is the windows share name.&lt;BR /&gt;&lt;BR /&gt;Any other variation eg "/e:ahmis_ftp/" .OR. "/e:ahmis_ftp/ "&lt;BR /&gt;all fail with cannot establish /e:ahmis_ftp/ &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Nov 2009 01:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534945#M17540</guid>
      <dc:creator>tobyjug</dc:creator>
      <dc:date>2009-11-18T01:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534946#M17541</link>
      <description>So you used a different command, and got a different result.  Ok.  Try this command:&lt;BR /&gt;&lt;BR /&gt;$ COPY /FTP /ASCII this*.txt host"user pass"::&lt;BR /&gt;&lt;BR /&gt;That command typically targets the default directory for the specified username and password on the target host.&lt;BR /&gt;&lt;BR /&gt;You may need to alter the target specification to aim at another directory.  Now if your login for FTPAHMIS is that &lt;BR /&gt;/e:ahmis_ftp default directory, then leave it off and let the ftp server apply its defaults.&lt;BR /&gt;&lt;BR /&gt;Another option here (given that Windows tends to strip metadata off the files) is to zip the data - using zip "-V" to preserve the metadata, and yes that "-V" is quoted in the command - and transfer over files as one big zip archive.  That also tends to be faster, as there's less data headed over, and fewer file operations.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Nov 2009 04:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534946#M17541</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-11-18T04:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534947#M17542</link>
      <description>&lt;BR /&gt;&amp;gt;As you can see ALL files were being copied &lt;BR /&gt;&amp;gt;to e:ahmis_ftp.txt&lt;BR /&gt;&amp;gt;BUT there is NO ahmis_ftp.txt anywhere on the &lt;BR /&gt;&amp;gt;windows server. ahmis_ftp is the windows share &lt;BR /&gt;&amp;gt;name.&lt;BR /&gt;&lt;BR /&gt;  Your windows file specification is illegal. e:ahmis_ftp.txt appears to be a file name, but it contains a ":" character. This has some kind of weird special meaning to Windows, which I've never been able to figure out. The effect from an FTP perspective is to apparently create the file, and accept all the data, and report success back to the sender, but the created file name is only up to the ":" character and is always 0 bytes long. I have no idea what Windows does with all the stuff it was sent, or why it defines this behaviour as "successful", but that's just the way Windows works.&lt;BR /&gt;&lt;BR /&gt;Assuming you mean to store the file on the root of E drive, try "e:\ahmis_ftp.txt" as your target file specification.</description>
      <pubDate>Wed, 18 Nov 2009 04:32:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534947#M17542</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-11-18T04:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534948#M17543</link>
      <description>Just realised, since this is a wildcard filespec, you may want to specify just a target directory. Try:&lt;BR /&gt;&lt;BR /&gt;"e:\somedir\" as the output specification. The input file names should then be used for the output files.</description>
      <pubDate>Wed, 18 Nov 2009 04:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534948#M17543</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-11-18T04:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP OpenVMS7.3-2 to Windows Server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534949#M17544</link>
      <description>Thanks for all your help. I have got the batch job now working.&lt;BR /&gt;&lt;BR /&gt;Output string needed to be:&lt;BR /&gt; "" "\"windows share name"&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Nov 2009 20:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-openvms7-3-2-to-windows-server/m-p/4534949#M17544</guid>
      <dc:creator>tobyjug</dc:creator>
      <dc:date>2009-11-19T20:32:30Z</dc:date>
    </item>
  </channel>
</rss>

