<?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 files to a Windows server in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244288#M15034</link>
    <description>set def HTDATADSK1:[WFPROD.WFUSERS.WFPROD]&lt;BR /&gt;$ ftp novell-ftp&lt;BR /&gt;.username password &lt;BR /&gt;mput&lt;BR /&gt;*.pro&lt;BR /&gt;bye&lt;BR /&gt;$!</description>
    <pubDate>Mon, 04 Aug 2008 02:59:18 GMT</pubDate>
    <dc:creator>Zeljko Popovic</dc:creator>
    <dc:date>2008-08-04T02:59:18Z</dc:date>
    <item>
      <title>ftp files to a Windows server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244281#M15027</link>
      <description>When files are transferred the time/date stamp is changed to the time of transfer. Would it be possible for the transferred files to maintain their original time/date stamp.&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2008 04:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244281#M15027</guid>
      <dc:creator>Zeljko Popovic</dc:creator>
      <dc:date>2008-08-01T04:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: ftp files to a Windows server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244282#M15028</link>
      <description>Are you transtering from VMS to Windows System? or Windows to VMS system.?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2008 05:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244282#M15028</guid>
      <dc:creator>Kumar_Sanjay</dc:creator>
      <dc:date>2008-08-01T05:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: ftp files to a Windows server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244283#M15029</link>
      <description>In general, FTP can't do this.  Some FTP&lt;BR /&gt;clients (wget, for example), can try to&lt;BR /&gt;fetch and interpret a directory listing from&lt;BR /&gt;the server, and set the date-time accordingly&lt;BR /&gt;when it fetches a file.&lt;BR /&gt;&lt;BR /&gt;Because so many FTP servers use a UNIX-like&lt;BR /&gt;"ls -l" listing format, which tends to trade&lt;BR /&gt;mm:ss for yyyy whan a file gets old, this is&lt;BR /&gt;not a very reliable method.  On the other&lt;BR /&gt;end, not all fancy FTP clients can make sense&lt;BR /&gt;of a VMS-style directory listing.&lt;BR /&gt;Everything's complicated.&lt;BR /&gt;&lt;BR /&gt;If accurate date-time data are valuable, it&lt;BR /&gt;would be much safer to use something like&lt;BR /&gt;Zip to archive the files, then transfer the&lt;BR /&gt;archive, and, finally, unpack the archive on&lt;BR /&gt;the destination system.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Are you transtering from [..]&lt;BR /&gt;&lt;BR /&gt;Better yet, if you don't like the Zip method,&lt;BR /&gt;on which system is the FTP client, and on&lt;BR /&gt;which is the FTP server?  Then, which way are&lt;BR /&gt;the files moving, to the client or from the&lt;BR /&gt;client?&lt;BR /&gt;&lt;BR /&gt;I believe that some relatively new FTP RFC&lt;BR /&gt;supports this sort of thing, but finding&lt;BR /&gt;clients and servers which can do it will&lt;BR /&gt;probably be difficult.</description>
      <pubDate>Fri, 01 Aug 2008 06:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244283#M15029</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-01T06:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: ftp files to a Windows server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244284#M15030</link>
      <description>As stated above, FTP generally uses the transfer date for files transferred to the system.  Some clients and servers can use the FTP MDTM command to get the file modification time and then set it locally based upon the information returned.  Not all servers support the MDTM command though.</description>
      <pubDate>Fri, 01 Aug 2008 09:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244284#M15030</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2008-08-01T09:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: ftp files to a Windows server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244285#M15031</link>
      <description>Zeljko,&lt;BR /&gt;&lt;BR /&gt;  It may help to give the exact command(s) you're using. The convention of the COPY command on OpenVMS is to set the creation date to the time of the original file, if the target filename is defaulted to the input filename. If the target filename is specified (even if it's the same as the input), the creation date is the time of the copy. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 03 Aug 2008 23:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244285#M15031</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2008-08-03T23:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: ftp files to a Windows server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244286#M15032</link>
      <description>I'm trasnfering from VMS to a Windows server,I will the zip/unzip method if the user is happy with that then I will implement if not then I will investigate further  thank you all for your quick response.</description>
      <pubDate>Sun, 03 Aug 2008 23:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244286#M15032</guid>
      <dc:creator>Zeljko Popovic</dc:creator>
      <dc:date>2008-08-03T23:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: ftp files to a Windows server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244287#M15033</link>
      <description>&amp;gt; It may help to give the exact command(s)&lt;BR /&gt;&amp;gt; you're using.&lt;BR /&gt;&lt;BR /&gt;Probably not.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  The convention of the COPY command on&lt;BR /&gt;&amp;gt; OpenVMS is to set the creation date to the&lt;BR /&gt;&amp;gt; time of the original file, if the target&lt;BR /&gt;&amp;gt; filename is defaulted to the input&lt;BR /&gt;&amp;gt; filename.  [...]&lt;BR /&gt;&lt;BR /&gt;Let me guess.  You haven't actually tried&lt;BR /&gt;this using COPY /FTP.&lt;BR /&gt;&lt;BR /&gt;He _did_ say "ftp", you realize.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I'm trasnfering from VMS to a Windows&lt;BR /&gt;&amp;gt; server [...]&lt;BR /&gt;&lt;BR /&gt;That answers half of the important questions.&lt;BR /&gt;Try again.</description>
      <pubDate>Mon, 04 Aug 2008 02:35:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244287#M15033</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-04T02:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: ftp files to a Windows server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244288#M15034</link>
      <description>set def HTDATADSK1:[WFPROD.WFUSERS.WFPROD]&lt;BR /&gt;$ ftp novell-ftp&lt;BR /&gt;.username password &lt;BR /&gt;mput&lt;BR /&gt;*.pro&lt;BR /&gt;bye&lt;BR /&gt;$!</description>
      <pubDate>Mon, 04 Aug 2008 02:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244288#M15034</guid>
      <dc:creator>Zeljko Popovic</dc:creator>
      <dc:date>2008-08-04T02:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: ftp files to a Windows server</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244289#M15035</link>
      <description>&amp;gt; mput&lt;BR /&gt;&lt;BR /&gt;Ok.  The FTP client is on the VMS system, so&lt;BR /&gt;programs like wget are of no use (unless you&lt;BR /&gt;can arrange to run the FTP client on the&lt;BR /&gt;destination system, and even then there might&lt;BR /&gt;be time-zone problems with standard wget&lt;BR /&gt;programs).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I will the zip/unzip method [...]&lt;BR /&gt;&lt;BR /&gt;That still sounds to me like the best way.</description>
      <pubDate>Mon, 04 Aug 2008 04:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-files-to-a-windows-server/m-p/4244289#M15035</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-08-04T04:48:27Z</dc:date>
    </item>
  </channel>
</rss>

