<?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: How to transfer file from OpenVMS to Windows XP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506286#M17357</link>
    <description>This whole "file transfer" area can get larger and more complex as things here proceed.&lt;BR /&gt;&lt;BR /&gt;Getting ftp going is but one part of the complete package that is OpenVMS system management.  And there may well be alternatives to using ftp to transfer this stuff around.  And there can be issues around whether the files that are being transferred will arrive both readable and uncorrupted.  Others have not yet mentioned, for instance, that various of the standard OpenVMS RMS sequential text file formats on OpenVMS are NOT directly compatible with Windows.   VFC sequential files, for instance, won't be directly usable on Windows.  You'll usually need to use or to convert to Stream or Stream LF sequential files here, if you're reading and using the file data on Windows.  (Bob has mentioned that some common OpenVMS RMS file formats will be corrupted when transferred through Windows boxes.  That happens with various common RMS file organizations, and can cause issues for BACKUP savesets and such, too.)&lt;BR /&gt;&lt;BR /&gt;And C-Kermit is an option here (it's old, but effective) and I've also recommended FileZilla tool for Windows users.  (Google C-Kermit or FileZilla for details and downloads.)&lt;BR /&gt;&lt;BR /&gt;While I am not looking to talk you off of using OpenVMS here, it seems time to evaluate whether OpenVMS is an appropriate solution for your environment; to consider replacing or porting whatever application(s) might be running on OpenVMS here with an application and an operating system that is better suited for your particular local requirements and to best match your local skills and experience.&lt;BR /&gt;&lt;BR /&gt;If upon review OpenVMS is deemed still the most appropriate (and most cost-effective) solution, then it is time to invest in up-rating local management skills, or in acquiring some sort of an escalation or support channel.   Whether that's reading the manuals or acquiring and reading the books or attending classroom training or otherwise; with however you learn best.  &lt;BR /&gt;&lt;BR /&gt;As you're clearly discovering, OpenVMS is completely different than Microsoft Windows, and (coming over from a Windows background) OpenVMS management and monitoring and general system manager operations are going to be strange.  And these tasks are typically going to be command-line based, and will be using various cryptic tools and procedures and sequences.  (For better or worse, system administration by "winging it" generally isn't feasible on OpenVMS.  Though yes, the OpenVMS Management Station (OMS) was an attempt to provide that "winging it" user interface for Windows users.)&lt;BR /&gt;&lt;BR /&gt;There are also secondary questions here around whether the AlphaServer DS10 box here is operating effectively and efficiently here, and with adequate BACKUP coverage for data and applications.  Whether the application(s) running on this box can survive and can be recovered after a disk crash, for instance.  (If you're the OpenVMS system manager here, then somebody (your manager?) has "tossed you into the deep end of the pool", and you're going to want to ask your manager for assistance and guidance and for time to learn or to train here.)  (nb: we all started out knowing nothing about OpenVMS.)&lt;BR /&gt;&lt;BR /&gt;And you're correct; OpenVMS does not have a particularly forgiving nor simple nor newbie-friendly command UI.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs LLC</description>
    <pubDate>Mon, 05 Oct 2009 13:13:26 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2009-10-05T13:13:26Z</dc:date>
    <item>
      <title>How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506265#M17336</link>
      <description>Emergency!&lt;BR /&gt;I want to transfer files from my host running OpenVMS V7.3-2 to my PC running Windows, but I cannot. Does any one know the easiest way to do so?</description>
      <pubDate>Thu, 01 Oct 2009 11:35:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506265#M17336</guid>
      <dc:creator>Hoangles</dc:creator>
      <dc:date>2009-10-01T11:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506266#M17337</link>
      <description>on vms&lt;BR /&gt;enable ftp in tcp/ip services&lt;BR /&gt;on xp&lt;BR /&gt;run ftp from a command line&lt;BR /&gt;ftp&amp;gt; open &lt;HOST&gt;&lt;BR /&gt;it will ask for your username/password&lt;BR /&gt;ftp&amp;gt; bin OR asc (as required)&lt;BR /&gt;and you can (from your default directory)&lt;BR /&gt;ftp&amp;gt; get &lt;FILENAME&gt;&lt;BR /&gt;ftp&amp;gt; bye (when you're done)&lt;/FILENAME&gt;&lt;/HOST&gt;</description>
      <pubDate>Thu, 01 Oct 2009 11:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506266#M17337</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2009-10-01T11:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506267#M17338</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Does any one know the easiest way to do so?&lt;BR /&gt;&lt;BR /&gt;No, not without more information from you.&lt;BR /&gt;&lt;BR /&gt;Do you want to run the transfer from the&lt;BR /&gt;Windows system (pull the files), or from the&lt;BR /&gt;VMS system (push the files)?&lt;BR /&gt;&lt;BR /&gt;Is there any IP software on the VMS system?&lt;BR /&gt;("TCPIP SHOW VERSION" might say something.)&lt;BR /&gt;&lt;BR /&gt;Many things are possible.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; run ftp from a command line&lt;BR /&gt;&lt;BR /&gt;That's one of them.</description>
      <pubDate>Thu, 01 Oct 2009 13:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506267#M17338</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-01T13:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506268#M17339</link>
      <description>Thanks alot for your reply.&lt;BR /&gt;1. I used "Transfer" function of Reflection application in order to tranfer file from VMS but I unsucceeded.&lt;BR /&gt;&lt;BR /&gt;2. I also tried to connect FTP from MS-DOS command promt, and the follow lines returned:&lt;BR /&gt;C:\Documents and Settings\Administrator&amp;gt;ftp 172.16.1.1&lt;BR /&gt;&amp;gt; Ftp: Connected to 172.16.1.1&lt;BR /&gt;ftp&amp;gt; Connection closed by remote host&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Could anyone help me please&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Oct 2009 15:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506268#M17339</guid>
      <dc:creator>Hoangles</dc:creator>
      <dc:date>2009-10-01T15:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506269#M17340</link>
      <description>&amp;gt;&amp;gt;&amp;gt; Does any one know the easiest way to do so?&lt;BR /&gt;&lt;BR /&gt;Yes. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Oct 2009 15:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506269#M17340</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2009-10-01T15:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506270#M17341</link>
      <description>&lt;!--!*#--&gt;&amp;gt; &amp;gt; Ftp: Connected to 172.16.1.1&lt;BR /&gt;&amp;gt; ftp&amp;gt; Connection closed by remote host&lt;BR /&gt;&lt;BR /&gt;Sounds like a problem, but we still don't&lt;BR /&gt;know anything useful about the IP software&lt;BR /&gt;on the VMS system.  (Assuming that&lt;BR /&gt;"172.16.1.1" really is the VMS system.)&lt;BR /&gt;&lt;BR /&gt;Is there a firewall between these systems?&lt;BR /&gt;&lt;BR /&gt;If you log into the VMS system, can you FTP&lt;BR /&gt;from it to itself?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Could anyone help me please&lt;BR /&gt;&lt;BR /&gt;It's hard to say.  Can you answer questions?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; Does any one know the easiest way to do so?&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt; Yes.&lt;BR /&gt;&lt;BR /&gt;Prove it.</description>
      <pubDate>Thu, 01 Oct 2009 16:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506270#M17341</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-01T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506271#M17342</link>
      <description>Please tell us what the error was when you tried to use Reflection.  Do you know that your process has access to the VAXLINK*.EXE image?&lt;BR /&gt;&lt;BR /&gt;Do you have access to the VMS server - can you log in?  If so, can you determine if ftp is configured?&lt;BR /&gt;&lt;BR /&gt;Try:&lt;BR /&gt; &lt;BR /&gt;$ TCPIP SHO SERV FTP /FULL&lt;BR /&gt;&lt;BR /&gt;And sho us the result.&lt;BR /&gt;&lt;BR /&gt;Also try to push it from the VMS box.  Try:&lt;BR /&gt;&lt;BR /&gt;$ FTP&lt;BR /&gt;&lt;BR /&gt;And see if you can connect to the Windows box.  Show us the errors if you can't connect.&lt;BR /&gt;&lt;BR /&gt;Brad McCusker&lt;BR /&gt;Software Concepts International&lt;BR /&gt;&lt;A href="http://www.sciinc.com" target="_blank"&gt;www.sciinc.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Oct 2009 16:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506271#M17342</guid>
      <dc:creator>Brad McCusker</dc:creator>
      <dc:date>2009-10-01T16:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506272#M17343</link>
      <description>* Hello Steven Schweda,&lt;BR /&gt;- Yes I want to run the transfer from the&lt;BR /&gt;Windows system.&lt;BR /&gt;- Is there any IP software on the VMS system?&lt;BR /&gt;The follow text returned:&lt;BR /&gt;   $ TCPIP SHOW VERSION&lt;BR /&gt;   HP TCP/IP Services for OpenVMS Alpha    Version V5.4 - ECO 1 on a AlphaServer DS10 466 MHz running   OpenVMS V7.3-2 &lt;BR /&gt;- Yes, "172.16.1.1" is our IP of VMS system.&lt;BR /&gt;- Is there a firewall between these systems?&lt;BR /&gt;Can you FTP from it to itself?&lt;BR /&gt;+ Yes I did, pls see the result:&lt;BR /&gt;   FTP&amp;gt; open 172.16.1.1&lt;BR /&gt;   220 ttles1 FTP Server (Version 5.4) Ready.&lt;BR /&gt;   Connected to 172.16.1.1. &lt;BR /&gt;   Name (172.16.1.1:ttces): ttces&lt;BR /&gt;   331 Username ttces requires a Password&lt;BR /&gt;   Password: &lt;BR /&gt;   230 User logged in.&lt;BR /&gt;********************************************&lt;BR /&gt;* Hello Brad McCusker,&lt;BR /&gt;- I tried &lt;BR /&gt;$ TCPIP SHO SERV FTP /FULL&lt;BR /&gt;Service: FTP&lt;BR /&gt;                           State:     Enabled&lt;BR /&gt;Port:               21     Protocol:  TCP             Address:  0.0.0.0&lt;BR /&gt;Inactivity:          5     User_name: TCPIP$FTP       Process:  TCPIP$FTP&lt;BR /&gt;Limit:              10     Active:        0           Peak:         0&lt;BR /&gt; &lt;BR /&gt;File:         TCPIP$SYSTEM:TCPIP$FTP_RUN.COM&lt;BR /&gt;Flags:        None&lt;BR /&gt; &lt;BR /&gt;Socket Opts:  Rcheck Scheck&lt;BR /&gt; Receive:            0     Send:               0&lt;BR /&gt; &lt;BR /&gt;Log Opts:     Acpt Actv Dactv Conn Error Exit Logi Logo Mdfy Rjct TimO Addr&lt;BR /&gt; File:        SYS$SYSDEVICE:[TCPIP$FTP]TCPIP$FTP_RUN.LOG&lt;BR /&gt; &lt;BR /&gt;Security&lt;BR /&gt; Reject msg:  not defined&lt;BR /&gt; Accept host: OPE1&lt;BR /&gt; Accept netw: 0.0.0.0&lt;BR /&gt;Hope to hear from you soon.&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Oct 2009 08:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506272#M17343</guid>
      <dc:creator>Hoangles</dc:creator>
      <dc:date>2009-10-02T08:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506273#M17344</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is your PC named OPE1 ? I don't think so.&lt;BR /&gt;&lt;BR /&gt;If not, FTP will reject your connection attempt.&lt;BR /&gt;&lt;BR /&gt;Accept host: OPE1 &amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;FTP on your OpenVMS host is explicitly configured to only accept FTP connections from host OPE1. Talk to your system manager.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Oct 2009 09:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506273#M17344</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-10-02T09:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506274#M17345</link>
      <description>One other strange thing is:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Inactivity: 5 User_name: TCPIP$FTP Process: TCPIP$FTP&lt;BR /&gt;&amp;gt;Limit: 10 Active: 0 Peak: 0&lt;BR /&gt;&lt;BR /&gt;The peak usage is 0 while a succesfull connection was made from your VMS system.&lt;BR /&gt;&lt;BR /&gt;So are you really sure that 172.16.1.1 is your IP address, can you do a 'tcpip show int'?&lt;BR /&gt;&lt;BR /&gt;Oswald</description>
      <pubDate>Fri, 02 Oct 2009 11:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506274#M17345</guid>
      <dc:creator>Oswald Knoppers_1</dc:creator>
      <dc:date>2009-10-02T11:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506275#M17346</link>
      <description>How to transfer file form OpenVMS to Windows Xp,&lt;BR /&gt;&lt;BR /&gt;Before choosing a transfer method, please explain what type of file is being transferred.&lt;BR /&gt;&lt;BR /&gt;If the file is an ordinary text file, then FTP is fine. If the file is a non-text file (e.g., database repository, indexed, relative, or other) it will be necessary to use BACKUP and/or ZIP to containerize the file so that it can be transferred in safety.&lt;BR /&gt;&lt;BR /&gt;Also, are you the manager of the system or merely a user. Is FTP permitted between the two systems or is it not.&lt;BR /&gt;&lt;BR /&gt;FTP is often not permitted or not wise for any number of reasons. In those cases, I often use C-Kermit, maintained by Columbia University to transfer files over the otherwise existing telnet or ssh connection.&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>Fri, 02 Oct 2009 12:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506275#M17346</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2009-10-02T12:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506276#M17347</link>
      <description>Hi, How ;-)&lt;BR /&gt;It looks like you already have Reflection emulator installed. There is a FTP Client app bundled with Reflection. It is very easy to use if you can open a ftp session to your VMS machine. And it takes care of VMS file version very nicely, something other ftp clients do not handle well.&lt;BR /&gt;Good luck&lt;BR /&gt;Stephane</description>
      <pubDate>Fri, 02 Oct 2009 12:53:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506276#M17347</guid>
      <dc:creator>paquins</dc:creator>
      <dc:date>2009-10-02T12:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506277#M17348</link>
      <description>Make sure the MULTINET FTP server is set up properly and allows a connection from your PC's network:&lt;BR /&gt;&lt;BR /&gt;$ MULTINET CONFIG /SERVER&lt;BR /&gt;&lt;BR /&gt;SERVER-CONFIG&amp;gt;SHOW FTP/FULL&lt;BR /&gt;&lt;BR /&gt;or use MULTINET CONFIG /MENU if you prefer.&lt;BR /&gt;&lt;BR /&gt;Then, you should be able to use either:&lt;BR /&gt;&lt;BR /&gt; - Reflection: log in to VMS, set your default to the directory of your choice, select File-&amp;gt;Transfer in the menu, or click the icon if it's displayed, select the FTP protocol and transfer type in the Transfer window. Click Setup then click the FTD tab and make sure the boxes are filled in correctly. Check the other tabs and set your preferences. Then close the setup and in the Transfer window, enter the file name in the Host box (or if the directory is small, click "Show Host Files" and choose the file), choose your target folder from the Local tree and click the Local &amp;lt;&amp;lt;[] transfer button. If you're going to be doing this often, do a File-&amp;gt;Save of your configuration when you're finished.&lt;BR /&gt;&lt;BR /&gt; -or the Windows FTP command-line&lt;BR /&gt;&lt;BR /&gt; -or your browser, &lt;A href="ftp://x.x.x.x" target="_blank"&gt;ftp://x.x.x.x&lt;/A&gt; (VMS IP)&lt;BR /&gt;&lt;BR /&gt;But, first read what Bob wrote.&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Oct 2009 18:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506277#M17348</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2009-10-02T18:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506278#M17349</link>
      <description>&lt;!--!*#--&gt;&amp;gt; $ TCPIP SHOW VERSION&lt;BR /&gt;&amp;gt; HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 1 on a AlphaServer DS10 466 MHz running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Make sure the MULTINET FTP server is set&lt;BR /&gt;&amp;gt; up properly [...]&lt;BR /&gt;&lt;BR /&gt;Sounds to me like a big job.</description>
      <pubDate>Fri, 02 Oct 2009 18:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506278#M17349</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-02T18:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506279#M17350</link>
      <description>&amp;gt; Sounds to me like a big job.&lt;BR /&gt;&lt;BR /&gt;Yep. Could be danged near impossible. (thread bleed?)&lt;BR /&gt;&lt;BR /&gt;So, from memory,&lt;BR /&gt;&lt;BR /&gt;$ tcpip help set service&lt;BR /&gt;&lt;BR /&gt;might start our friend off in a better direction. But, I imagine Mr. Schweda would be able to provide much clearer instruction.&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Oct 2009 20:52:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506279#M17350</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2009-10-02T20:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506280#M17351</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] I imagine Mr. Schweda would be able&lt;BR /&gt;&amp;gt; to provide much clearer instruction.&lt;BR /&gt;&lt;BR /&gt;I'd say that Mr. Halle seems to have found&lt;BR /&gt;the FTP problem.  After that,&lt;BR /&gt;      tcpip help set service&lt;BR /&gt;should provide the details.</description>
      <pubDate>Sat, 03 Oct 2009 02:12:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506280#M17351</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-03T02:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506281#M17352</link>
      <description>Hi Volker Halle,&lt;BR /&gt;- No, My PC is OPIF1, I don't understand "Accept host: OPE1"&lt;BR /&gt;*****************&lt;BR /&gt;Hi, Oswald Knoppers,&lt;BR /&gt;That's right, 172.16.1.1 is IP of my host, pls see:&lt;BR /&gt;$ tcpip show int &lt;BR /&gt;           Packets&lt;BR /&gt;Interface   IP_Addr         Network mask          Receive          Send     MTU&lt;BR /&gt; &lt;BR /&gt; LO0        127.0.0.1       255.0.0.0                   4             4    4096&lt;BR /&gt; WE2        172.16.0.2      255.255.255.0          937569        856115    1500&lt;BR /&gt; WE3        172.16.1.2      255.255.255.0         3380675       3097194    1500&lt;BR /&gt;&lt;BR /&gt;*********&lt;BR /&gt;Hi Robert Gezelter,&lt;BR /&gt;- I try to transfer binary files like *.CAL&lt;BR /&gt;- Thanks for C-Kermit, I will test at my system.&lt;BR /&gt;***************&lt;BR /&gt;Hi Doug Phillips,&lt;BR /&gt;- Sorry I could not find $ MULTINET CONFIG /SERVER in my system.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Oct 2009 03:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506281#M17352</guid>
      <dc:creator>Hoangles</dc:creator>
      <dc:date>2009-10-05T03:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506282#M17353</link>
      <description>Hi Robert Gezelter,&lt;BR /&gt;- Thanks for C-Kermit, but Is C-Kermit a software that helps transfer files to Windows?&lt;BR /&gt;Can you sh me a trail link to download this?&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 05 Oct 2009 04:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506282#M17353</guid>
      <dc:creator>Hoangles</dc:creator>
      <dc:date>2009-10-05T04:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506283#M17354</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;too many mistakes or typing errors ?&lt;BR /&gt;&lt;BR /&gt;The IP address of the host you've shown us are either:&lt;BR /&gt;&lt;BR /&gt;172.16.0.2 or 172.16.1.2&lt;BR /&gt;&lt;BR /&gt;as can be seem from the following output:&lt;BR /&gt;&lt;BR /&gt;WE2 172.16.0.2 255.255.255.0 ...&lt;BR /&gt;WE3 172.16.1.2 255.255.255.0 ...&lt;BR /&gt;&lt;BR /&gt;I suggest, that you try 'FTP localhost' on your OpenVMS host, to see whether that will work.&lt;BR /&gt;&lt;BR /&gt;For Accept host OPE1, please see TCPIP HELP SET SERVICE /ACCEPT&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Mon, 05 Oct 2009 05:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506283#M17354</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-10-05T05:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to transfer file from OpenVMS to Windows XP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506284#M17355</link>
      <description>&lt;!--!*#--&gt;It may not matter here, but ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 1 on a AlphaServer DS10 466 MHz running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;ECO 7 is the current one.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.itrc.hp.com/openvms_patches/alpha/V7.3-2/" target="_blank"&gt;ftp://ftp.itrc.hp.com/openvms_patches/alpha/V7.3-2/&lt;/A&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.itrc.hp.com/openvms_patches/alpha/V7.3-2/DEC-AXPVMS-TCPIP-V0504-15ECO7-1.txt" target="_blank"&gt;ftp://ftp.itrc.hp.com/openvms_patches/alpha/V7.3-2/DEC-AXPVMS-TCPIP-V0504-15ECO7-1.txt&lt;/A&gt;</description>
      <pubDate>Mon, 05 Oct 2009 06:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-transfer-file-from-openvms-to-windows-xp/m-p/4506284#M17355</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-10-05T06:02:13Z</dc:date>
    </item>
  </channel>
</rss>

