<?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: Itanium to Itanium FTP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973032#M46431</link>
    <description>&lt;P&gt;&amp;gt; I would like to COPY/FTP files from an Itanium server [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; More important than the hardware platform ("Itanium") would be the&lt;BR /&gt;operating system involved, which appears to be VMS, not HP-UX.&amp;nbsp; Perhaps&lt;BR /&gt;you can get a forum moderator to move it.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Then, the useful data would be the OS and IP software versions.&lt;BR /&gt;Probably:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tcpip show version&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I was successful in connecting (at an FTP&amp;gt; prompt -- COPY/FTP doesn't&lt;BR /&gt;&amp;gt; seem to allow for use of a port number),&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Yeah, I also don't see a way to specify a port with COPY /FTP.&amp;nbsp; Looks&lt;BR /&gt;like an oversight/defect.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] forwarded to the remote server on port 21.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Conventionally, in what's now called active mode, FTP used two ports,&lt;BR /&gt;20 (data) and 21 (control).&amp;nbsp; This was a headache for firewalls, leading&lt;BR /&gt;to the creation of passive mode FTP, which uses only port 21.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I was not able to execute commands such as DIR or PUT but I&lt;BR /&gt;&amp;gt; could change directories.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I read that as simple (control-only) commands work, but data-transfer&lt;BR /&gt;commands don't, which sounds as if you're using active mode FTP, but&lt;BR /&gt;can't make the second (data) port connection.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] it seems like the inablility to perform certain commands could&lt;BR /&gt;&amp;gt; be a permissions issue.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I vote for active v. passive.&amp;nbsp; If so, then the answer is to use&lt;BR /&gt;passive mode.&amp;nbsp; The FTP command "passive on" should do that job.&amp;nbsp; With&lt;BR /&gt;COPY /FTP, there's a /PASSIVE option, but that doesn't help with a&lt;BR /&gt;non-21 port number.&amp;nbsp; Interestingly, around here, FTP /PASSIVE=ON seems&lt;BR /&gt;to be accepted, but seems to have no effect on the program:&lt;BR /&gt;&lt;BR /&gt;ALP $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; HP TCP/IP Services for OpenVMS Alpha Version V5.7 - ECO 5&lt;BR /&gt;&amp;nbsp; on a COMPAQ Professional Workstation XP1000 running OpenVMS V8.4&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;ALP $ ftp&lt;BR /&gt;FTP&amp;gt; show passive&lt;BR /&gt;Passive is AUTO (IPv4: OFF, IPv6: ON).&lt;BR /&gt;FTP&amp;gt; quit&lt;BR /&gt;&lt;BR /&gt;ALP $ ftp /passive = on&lt;BR /&gt;FTP&amp;gt; show passive&lt;BR /&gt;Passive is AUTO (IPv4: OFF, IPv6: ON).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (So, no effect.)&lt;BR /&gt;FTP&amp;gt; passive on&lt;BR /&gt;Passive is ON.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (That worked.)&lt;BR /&gt;FTP&amp;gt; show passive&lt;BR /&gt;Passive is ON.&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Perhaps your version does better.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What is the best practice in this situation?&amp;nbsp; Obviously, security is a&lt;BR /&gt;&amp;gt; concern.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If security matters, then plain-old FTP, which sends credentials as&lt;BR /&gt;plain-text is a poor choice.&amp;nbsp; SCP might be much better.&amp;nbsp; Supposedly,&lt;BR /&gt;TCPIP V5.7 adds support for "FTP over SSL", which, according to the&lt;BR /&gt;release notes, "enables the FTP software to use the security features&lt;BR /&gt;provided by SSL", but I haven't done anything with it, so I know&lt;BR /&gt;nothing.&amp;nbsp; The release notes say "FTP /SSL" but "HELP FTP" is silent on&lt;BR /&gt;it.&amp;nbsp; With SCP or FTP /SSL, some configuration will be needed at both&lt;BR /&gt;client and server ends if you want to avoid typing user name and&lt;BR /&gt;password data (or including them in DCL scripts -- also a poor idea),&lt;BR /&gt;but these things are possible.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If you're paying anyone for software support, then there would seem&lt;BR /&gt;to be ample reasons to complain:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HELP FTP obsolete/useless&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FTP /PASSIVE ineffective/undocumented&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COPY /FTP /PORT unavailable&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; A VMS-VMS SCP command example (where XXXX is a port number) might&lt;BR /&gt;look like this:&lt;BR /&gt;&lt;BR /&gt;ALP $ scp login.com sms@antinode.info#XXXX:itrc/login.com&lt;BR /&gt;&lt;BR /&gt;login.com&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; 6.9kB |&amp;nbsp;&amp;nbsp; 6.9 kB/s | TOC: 00:00:01 | 100%&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I have the required SSH private/public key files set up to allow user&lt;BR /&gt;SYSTEM to connect as user SMS, so no password was needed here.&amp;nbsp; And the&lt;BR /&gt;copy operation worked:&lt;BR /&gt;&lt;BR /&gt;alp $ dire /date [.itrc]login&lt;BR /&gt;&lt;BR /&gt;Directory ALP$DKC0:[SMS.itrc]&lt;BR /&gt;&lt;BR /&gt;login.com;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7-AUG-2017 08:21:07.91&lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scp -help&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2017 13:35:22 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2017-08-07T13:35:22Z</dc:date>
    <item>
      <title>Itanium to Itanium FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6972888#M46430</link>
      <description>&lt;P&gt;Please forgive me if I didn't post it the proper Networking section.&lt;/P&gt;&lt;P&gt;I would like to COPY/FTP files from an Itanium server here where I work to another Itanium server at a remote location. &amp;nbsp;We attempted this through a public-facing IP address / port that was forwarded to the remote server on port 21. &amp;nbsp;I was successful in connecting (at an FTP&amp;gt; prompt -- COPY/FTP doesn't seem to allow for use of a port number), however, I was not able to execute commands such as DIR&amp;nbsp;or PUT&amp;nbsp;but I could change directories.&lt;/P&gt;&lt;P&gt;I've had to resort to copying files from our server to my PC and then from my PC to their server, which is somewhat more tedious than using COPY/FTP at the $ prompt. &amp;nbsp;Using the method described above, I log in with my usual credentials, but it seems like the inablility to perform certain commands could be a permissions issue. &amp;nbsp;I would not know where to start to grant priviliges, if that were the case.&lt;/P&gt;&lt;P&gt;What is the best practice in this situation? &amp;nbsp;Obviously,&amp;nbsp;security is a concern. &amp;nbsp;Any assistance would be truly appreciated.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 19:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6972888#M46430</guid>
      <dc:creator>HudsonRecords</dc:creator>
      <dc:date>2017-08-04T19:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium to Itanium FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973032#M46431</link>
      <description>&lt;P&gt;&amp;gt; I would like to COPY/FTP files from an Itanium server [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; More important than the hardware platform ("Itanium") would be the&lt;BR /&gt;operating system involved, which appears to be VMS, not HP-UX.&amp;nbsp; Perhaps&lt;BR /&gt;you can get a forum moderator to move it.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Then, the useful data would be the OS and IP software versions.&lt;BR /&gt;Probably:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tcpip show version&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I was successful in connecting (at an FTP&amp;gt; prompt -- COPY/FTP doesn't&lt;BR /&gt;&amp;gt; seem to allow for use of a port number),&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Yeah, I also don't see a way to specify a port with COPY /FTP.&amp;nbsp; Looks&lt;BR /&gt;like an oversight/defect.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] forwarded to the remote server on port 21.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Conventionally, in what's now called active mode, FTP used two ports,&lt;BR /&gt;20 (data) and 21 (control).&amp;nbsp; This was a headache for firewalls, leading&lt;BR /&gt;to the creation of passive mode FTP, which uses only port 21.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] I was not able to execute commands such as DIR or PUT but I&lt;BR /&gt;&amp;gt; could change directories.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I read that as simple (control-only) commands work, but data-transfer&lt;BR /&gt;commands don't, which sounds as if you're using active mode FTP, but&lt;BR /&gt;can't make the second (data) port connection.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] it seems like the inablility to perform certain commands could&lt;BR /&gt;&amp;gt; be a permissions issue.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I vote for active v. passive.&amp;nbsp; If so, then the answer is to use&lt;BR /&gt;passive mode.&amp;nbsp; The FTP command "passive on" should do that job.&amp;nbsp; With&lt;BR /&gt;COPY /FTP, there's a /PASSIVE option, but that doesn't help with a&lt;BR /&gt;non-21 port number.&amp;nbsp; Interestingly, around here, FTP /PASSIVE=ON seems&lt;BR /&gt;to be accepted, but seems to have no effect on the program:&lt;BR /&gt;&lt;BR /&gt;ALP $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; HP TCP/IP Services for OpenVMS Alpha Version V5.7 - ECO 5&lt;BR /&gt;&amp;nbsp; on a COMPAQ Professional Workstation XP1000 running OpenVMS V8.4&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;ALP $ ftp&lt;BR /&gt;FTP&amp;gt; show passive&lt;BR /&gt;Passive is AUTO (IPv4: OFF, IPv6: ON).&lt;BR /&gt;FTP&amp;gt; quit&lt;BR /&gt;&lt;BR /&gt;ALP $ ftp /passive = on&lt;BR /&gt;FTP&amp;gt; show passive&lt;BR /&gt;Passive is AUTO (IPv4: OFF, IPv6: ON).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (So, no effect.)&lt;BR /&gt;FTP&amp;gt; passive on&lt;BR /&gt;Passive is ON.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (That worked.)&lt;BR /&gt;FTP&amp;gt; show passive&lt;BR /&gt;Passive is ON.&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Perhaps your version does better.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What is the best practice in this situation?&amp;nbsp; Obviously, security is a&lt;BR /&gt;&amp;gt; concern.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If security matters, then plain-old FTP, which sends credentials as&lt;BR /&gt;plain-text is a poor choice.&amp;nbsp; SCP might be much better.&amp;nbsp; Supposedly,&lt;BR /&gt;TCPIP V5.7 adds support for "FTP over SSL", which, according to the&lt;BR /&gt;release notes, "enables the FTP software to use the security features&lt;BR /&gt;provided by SSL", but I haven't done anything with it, so I know&lt;BR /&gt;nothing.&amp;nbsp; The release notes say "FTP /SSL" but "HELP FTP" is silent on&lt;BR /&gt;it.&amp;nbsp; With SCP or FTP /SSL, some configuration will be needed at both&lt;BR /&gt;client and server ends if you want to avoid typing user name and&lt;BR /&gt;password data (or including them in DCL scripts -- also a poor idea),&lt;BR /&gt;but these things are possible.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; If you're paying anyone for software support, then there would seem&lt;BR /&gt;to be ample reasons to complain:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HELP FTP obsolete/useless&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FTP /PASSIVE ineffective/undocumented&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COPY /FTP /PORT unavailable&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; A VMS-VMS SCP command example (where XXXX is a port number) might&lt;BR /&gt;look like this:&lt;BR /&gt;&lt;BR /&gt;ALP $ scp login.com sms@antinode.info#XXXX:itrc/login.com&lt;BR /&gt;&lt;BR /&gt;login.com&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; 6.9kB |&amp;nbsp;&amp;nbsp; 6.9 kB/s | TOC: 00:00:01 | 100%&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I have the required SSH private/public key files set up to allow user&lt;BR /&gt;SYSTEM to connect as user SMS, so no password was needed here.&amp;nbsp; And the&lt;BR /&gt;copy operation worked:&lt;BR /&gt;&lt;BR /&gt;alp $ dire /date [.itrc]login&lt;BR /&gt;&lt;BR /&gt;Directory ALP$DKC0:[SMS.itrc]&lt;BR /&gt;&lt;BR /&gt;login.com;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7-AUG-2017 08:21:07.91&lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scp -help&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2017 13:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973032#M46431</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2017-08-07T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium to Itanium FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973226#M46432</link>
      <description>&lt;P&gt;Steven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Hi, I don't think there is a FTP /PASSIVE qualifier, there does seem to be a /PASSWORD qualifier, however. I think the "feature" of DCL just looking at enough of the letters of a qualifier to make it unique is misleading you there, under:&lt;/P&gt;&lt;P&gt;HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.7 - ECO 5&lt;/P&gt;&lt;P&gt;I see the DCL FTP command has the following definition:&lt;/P&gt;&lt;P&gt;$ verb ftp&lt;/P&gt;&lt;P&gt;define verb FTP&lt;/P&gt;&lt;P&gt;image TCPIP$FTP_CLIENT&lt;/P&gt;&lt;P&gt;parameter P1, label=HOSTNAME&lt;/P&gt;&lt;P&gt;parameter P2, label=PORT&lt;/P&gt;&lt;P&gt;value (type=$number)&lt;/P&gt;&lt;P&gt;qualifier ACCOUNT, nonnegatable&lt;/P&gt;&lt;P&gt;value (required)&lt;/P&gt;&lt;P&gt;qualifier CONTEXT, nonnegatable&lt;/P&gt;&lt;P&gt;value (required)&lt;/P&gt;&lt;P&gt;qualifier INPUT, nonnegatable, default&lt;/P&gt;&lt;P&gt;value (required,type=$file)&lt;/P&gt;&lt;P&gt;qualifier PASSWORD, nonnegatable&lt;/P&gt;&lt;P&gt;value (required)&lt;/P&gt;&lt;P&gt;qualifier USERNAME, nonnegatable&lt;/P&gt;&lt;P&gt;value (required)&lt;/P&gt;&lt;P&gt;qualifier SSL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 15:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973226#M46432</guid>
      <dc:creator>David R. Lennon</dc:creator>
      <dc:date>2017-08-08T15:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium to Itanium FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973242#M46433</link>
      <description>&lt;P&gt;&amp;gt; qualifier PASSWORD, nonnegatable&lt;BR /&gt;&amp;gt; value (required)&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; You win.&amp;nbsp; Thanks.&amp;nbsp; COPY /FTP /PASSIVE misled me.&amp;nbsp; So, I'd have to&lt;BR /&gt;change my complaint table to something like:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HELP FTP obsolete/useless&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FTP /PASSIVE missing/impossible?&amp;nbsp; /MODE = [NO]PASSIVE?&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COPY /FTP /PORT unavailable&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I'd say that differences between FTP and COPY /FTP options/syntax are&lt;BR /&gt;sources of trouble.&amp;nbsp; (Clearly true for me.)&amp;nbsp; Certainly, a command-line&lt;BR /&gt;option for passive mode in an interactive FTP session is less important&lt;BR /&gt;than a /PORT option for COPY /FTP.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; With VMS development shifting from HPE to VSI (with its TCPIP&lt;BR /&gt;replacement), it's hard to guess whether to expect any such&lt;BR /&gt;fixes/features from anyone soon.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 18:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973242#M46433</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2017-08-08T18:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium to Itanium FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973345#M46434</link>
      <description>Thanks for the reply, Dave.&lt;BR /&gt;&lt;BR /&gt;HP TCP/IP Services for OpenVMS Industry Standard 64 Version V5.7 - ECO 5&lt;BR /&gt;&lt;BR /&gt;I don't seem to have the VERB command. How do I get it?&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 09 Aug 2017 15:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973345#M46434</guid>
      <dc:creator>HudsonRecords</dc:creator>
      <dc:date>2017-08-09T15:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Itanium to Itanium FTP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973355#M46435</link>
      <description>&lt;P&gt;&amp;gt; I don't seem to have the VERB command. How do I get it?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; It's freeware.&amp;nbsp; A Web search for keywords like, say:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dcl verb utility&lt;BR /&gt;should find it in multiple places.&amp;nbsp; I seem to have a kit labeled V2.2-2&lt;BR /&gt;(27-MAR-2002).&amp;nbsp; If you find anything more modern, please let me know.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 17:09:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/itanium-to-itanium-ftp/m-p/6973355#M46435</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2017-08-09T17:09:51Z</dc:date>
    </item>
  </channel>
</rss>

