<?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 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595640#M7053</link>
    <description>ram,&lt;BR /&gt;&lt;BR /&gt;if the file contains just plain text (which I think is most probable) you must insert a line&lt;BR /&gt;TYPE A  &lt;BR /&gt;(for ASCI)&lt;BR /&gt;before the PUT command&lt;BR /&gt;(otherwise the contents will be recognisable, but look quite funny)&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
    <pubDate>Wed, 03 Aug 2005 08:04:37 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2005-08-03T08:04:37Z</dc:date>
    <item>
      <title>FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595636#M7049</link>
      <description>How could I FTP files to a folder like this - &lt;BR /&gt;DKB500:[DEV.TESTCLI]</description>
      <pubDate>Wed, 03 Aug 2005 07:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595636#M7049</guid>
      <dc:creator>ram_47</dc:creator>
      <dc:date>2005-08-03T07:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595637#M7050</link>
      <description>Hi Ram,&lt;BR /&gt;&lt;BR /&gt;You can do this this by using FTP command on VMS. However,I am not sure what you want to do. If FTP is not enabled in your VMS box, then you need to enable FTP first. That you can do by running SYS$MANAGER:TCPIP$CONFIG.COM. &lt;BR /&gt;&lt;BR /&gt;Can you kindly explain your what problem you are facing in detail?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Wed, 03 Aug 2005 07:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595637#M7050</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2005-08-03T07:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595638#M7051</link>
      <description>how do i FTP to folder DEV.TESTCLI on DKB500</description>
      <pubDate>Wed, 03 Aug 2005 07:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595638#M7051</guid>
      <dc:creator>ram_47</dc:creator>
      <dc:date>2005-08-03T07:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595639#M7052</link>
      <description>Ram,&lt;BR /&gt;&lt;BR /&gt;this depends on your FTP client, but on Windows, it would be like:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; FTP your-vms-node&lt;BR /&gt;Username: your-user&lt;BR /&gt;Password: your-pw&lt;BR /&gt;FTP&amp;gt; CD DKB500:[DEV.TESTCLI]&lt;BR /&gt;FTP&amp;gt; PUT filename&lt;BR /&gt;FTP&amp;gt; QUIT&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 03 Aug 2005 07:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595639#M7052</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-08-03T07:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595640#M7053</link>
      <description>ram,&lt;BR /&gt;&lt;BR /&gt;if the file contains just plain text (which I think is most probable) you must insert a line&lt;BR /&gt;TYPE A  &lt;BR /&gt;(for ASCI)&lt;BR /&gt;before the PUT command&lt;BR /&gt;(otherwise the contents will be recognisable, but look quite funny)&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 03 Aug 2005 08:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595640#M7053</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-08-03T08:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595641#M7054</link>
      <description>Hi Ram,&lt;BR /&gt;you can use GET command to read, PUT to send. If you want to get multiple files you can use MGET command; if you want to put multiple files you can use MPUT command.&lt;BR /&gt;To change local directory you can type LCD command.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Aug 2005 10:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595641#M7054</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2005-08-03T10:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595642#M7055</link>
      <description>Ram,&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; cd KDB500:[DEV.TESTCLI]&lt;BR /&gt;FTP&amp;gt; pwd&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; dir or ls -- list files from remote host&lt;BR /&gt;FTP&amp;gt; !dir      -- list files from local host&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; mget *.* -- will copy all the files&lt;BR /&gt;&lt;BR /&gt;But not sure whether you can FTP the whole directory and its subdir using &lt;BR /&gt;FTP&amp;gt; mget dka0:[cobol...]src.dir&lt;BR /&gt;&lt;BR /&gt;It's depend on the FTP version you have.&lt;BR /&gt;&lt;BR /&gt;Archunan Muthiah&lt;BR /&gt;Symantec</description>
      <pubDate>Thu, 04 Aug 2005 16:55:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp/m-p/3595642#M7055</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-08-04T16:55:25Z</dc:date>
    </item>
  </channel>
</rss>

