<?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 copy file in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493412#M31878</link>
    <description>I think /SINCE has not been implemented for COPY/FTP :-)&lt;BR /&gt;&lt;BR /&gt;I guess something creative could be dine with selecting a set of files with DIR and&lt;BR /&gt;this &lt;A href="http://dcl.openvms.org/stories.php?story=05/01/21/1424401" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=05/01/21/1424401&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Feb 2005 06:38:15 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2005-02-25T06:38:15Z</dc:date>
    <item>
      <title>FTP copy file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493410#M31876</link>
      <description>Is there any way to copy file through FTP (DECnet is not working between hosts) in way like I did it through DECnet.&lt;BR /&gt;Example&lt;BR /&gt;$ copy/log disk0:[000000...]*.*/since=yest/mod -&lt;BR /&gt;remote_host::disk0:[000000...]*.*&lt;BR /&gt;&lt;BR /&gt;thans</description>
      <pubDate>Fri, 25 Feb 2005 06:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493410#M31876</guid>
      <dc:creator>Igor Fosic</dc:creator>
      <dc:date>2005-02-25T06:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP copy file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493411#M31877</link>
      <description>Igor,&lt;BR /&gt;&lt;BR /&gt;if your VMS/TCPIP is sufficiently up-to-date,&lt;BR /&gt;you could do a COPY/FTP.&lt;BR /&gt;&lt;BR /&gt;Pls. see the HELP COPY /FTP text.&lt;BR /&gt;&lt;BR /&gt;mfg Kalle</description>
      <pubDate>Fri, 25 Feb 2005 06:36:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493411#M31877</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-02-25T06:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: FTP copy file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493412#M31878</link>
      <description>I think /SINCE has not been implemented for COPY/FTP :-)&lt;BR /&gt;&lt;BR /&gt;I guess something creative could be dine with selecting a set of files with DIR and&lt;BR /&gt;this &lt;A href="http://dcl.openvms.org/stories.php?story=05/01/21/1424401" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=05/01/21/1424401&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Feb 2005 06:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493412#M31878</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-02-25T06:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: FTP copy file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493413#M31879</link>
      <description>Neither /mod is implemented.&lt;BR /&gt;COPY/FTP use only ftp features.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Feb 2005 07:01:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493413#M31879</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-02-25T07:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP copy file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493414#M31880</link>
      <description>Igor,&lt;BR /&gt;Also you must define local/remote_host on tcp/ip hosts records and include in remote_host a proxy record (if it uses TCP/IP on VMS) including local_host and local/remote users.&lt;BR /&gt;Saludos, Daniel.</description>
      <pubDate>Fri, 25 Feb 2005 07:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493414#M31880</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-02-25T07:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP copy file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493415#M31881</link>
      <description>Igor,&lt;BR /&gt;&lt;BR /&gt;I have done something similar. If you are limited to FTP, a three step process is used.&lt;BR /&gt;- Generate a directory listing to a file&lt;BR /&gt;- Parse and identify the relevant listed files&lt;BR /&gt;- execute the FTP command file generated in the previous step&lt;BR /&gt;&lt;BR /&gt;I am about to run for a meeting, but if my recollection is correct, the command options for username and password exist on the relevant DCL commands (COPY/FTP and DIRECTORY/FTP) will accept the DECnet-style node specification (&lt;NODENAME&gt;"&lt;USERNAME&gt; &lt;PASSWORD&gt;"::) as part of the DCL from/to files. It is available on TCPIP 5.4, and probably earlier, although offhand I do not remember the precise point at which this appeared.&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&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;&lt;/PASSWORD&gt;&lt;/USERNAME&gt;&lt;/NODENAME&gt;</description>
      <pubDate>Fri, 25 Feb 2005 08:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493415#M31881</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-02-25T08:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: FTP copy file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493416#M31882</link>
      <description>If you configure DECnet-plus on both VMS-systems for DECnet-over-IP, you can transparantly use the copy-command with all your favourite qualifiers.</description>
      <pubDate>Mon, 28 Feb 2005 07:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493416#M31882</guid>
      <dc:creator>Pim van Velzen</dc:creator>
      <dc:date>2005-02-28T07:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTP copy file</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493417#M31883</link>
      <description>There are two ways you copy files (and directories)using all qualifiers. First is using DECnet-plus on both VMS-systems configured for DECnet-over-IP. That is not easy if you are using DECNET fase IV.&lt;BR /&gt;Second way is using NFS. If you are using script that copies important files from one node to another, you can export directory on one system and mount it on another. You can work with NFS mounted disk like it is your local disk.</description>
      <pubDate>Thu, 03 Mar 2005 09:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-copy-file/m-p/3493417#M31883</guid>
      <dc:creator>Vladimir Fabecic</dc:creator>
      <dc:date>2005-03-03T09:39:49Z</dc:date>
    </item>
  </channel>
</rss>

