<?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 ftp error 550 passive mode in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/ftp-error-550-passive-mode/m-p/3789944#M52299</link>
    <description>I am trying to "get" a file using ftp from a clients site. I enter the site enter my username and password and then need to enter passive mode. So far so good. I can put files but I need to rename them as client wants files named - rich.dog.cat.txt (example) the open vms operating system will not let you put multiple "." in the file name - so when I upload I rename the file. However on download i get the following errors:&lt;BR /&gt;550 *** ERROR *** NO BATCHES FOR TRANSMISSION or&lt;BR /&gt;&lt;BR /&gt;425 Can't open passive connection in port range: Error 0.&lt;BR /&gt;&lt;BR /&gt;any thoughts on how to grab and rename the file?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 17 May 2006 13:21:38 GMT</pubDate>
    <dc:creator>Paul Guthart</dc:creator>
    <dc:date>2006-05-17T13:21:38Z</dc:date>
    <item>
      <title>ftp error 550 passive mode</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-error-550-passive-mode/m-p/3789944#M52299</link>
      <description>I am trying to "get" a file using ftp from a clients site. I enter the site enter my username and password and then need to enter passive mode. So far so good. I can put files but I need to rename them as client wants files named - rich.dog.cat.txt (example) the open vms operating system will not let you put multiple "." in the file name - so when I upload I rename the file. However on download i get the following errors:&lt;BR /&gt;550 *** ERROR *** NO BATCHES FOR TRANSMISSION or&lt;BR /&gt;&lt;BR /&gt;425 Can't open passive connection in port range: Error 0.&lt;BR /&gt;&lt;BR /&gt;any thoughts on how to grab and rename the file?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 May 2006 13:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-error-550-passive-mode/m-p/3789944#M52299</guid>
      <dc:creator>Paul Guthart</dc:creator>
      <dc:date>2006-05-17T13:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error 550 passive mode</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-error-550-passive-mode/m-p/3789945#M52300</link>
      <description>What's the OS on the FTP server?  On the&lt;BR /&gt;client?  What, exactly, are the commands you&lt;BR /&gt;have tried, and what, exactly, happened when&lt;BR /&gt;you tried them?&lt;BR /&gt;&lt;BR /&gt;On my system:&lt;BR /&gt;&lt;BR /&gt;alp $ ftp alp&lt;BR /&gt;220-   Antinode FTP Server.  Please be nice.&lt;BR /&gt;220 alp.antinode.org FTP Server (Version 5.4) Ready.&lt;BR /&gt;Connected to alp.&lt;BR /&gt;Name (alp:sms):&lt;BR /&gt;331 Username sms requires a Password&lt;BR /&gt;Password:&lt;BR /&gt;230 User logged in.&lt;BR /&gt;FTP&amp;gt; cd dka100:[sms]&lt;BR /&gt;250-CWD command successful.&lt;BR /&gt;250 New default directory is DKA100:[sms]&lt;BR /&gt;FTP&amp;gt; passive on&lt;BR /&gt;Passive is ON.&lt;BR /&gt;FTP&amp;gt; put ZIPL.TXT a.b.c.d.e&lt;BR /&gt;200 TYPE set to IMAGE.&lt;BR /&gt;227 Entering Passive Mode (10,0,0,9,241,72)&lt;BR /&gt;150 Opening data connection for DKA100:[sms]a^.b^.c^.d.e; (10.0.0.9,61769)&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;local: ALP$DKA0:[SMS]ZIPL.TXT;7  remote: a.b.c.d.e&lt;BR /&gt;3654 bytes sent in 00:00:00.00 seconds (1189.45 Kbytes/s)&lt;BR /&gt;200 TYPE set to ASCII.&lt;BR /&gt;FTP&amp;gt; dir&lt;BR /&gt;227 Entering Passive Mode (10,0,0,9,241,74)&lt;BR /&gt;150 Opening data connection for DKA100:[sms]*.*;* (10.0.0.9,61771)&lt;BR /&gt;&lt;BR /&gt;Directory DKA100:[sms]&lt;BR /&gt;&lt;BR /&gt;a^.b^.c^.d.e;1           8/36         17-MAY-2006 15:20:43  [SMS]&lt;BR /&gt;   (RWED,RWED,RE,)&lt;BR /&gt;&lt;BR /&gt;Total of 1 file, 8/36 blocks&lt;BR /&gt;&lt;BR /&gt;226 LIST Directory transfer complete.&lt;BR /&gt;160 bytes received in 00:00:00.01 seconds (9.77 Kbytes/s)&lt;BR /&gt;&lt;BR /&gt;So, clearly, I can PUT a file to a multi-dot&lt;BR /&gt;name on a remote (VMS) server (if it's on an&lt;BR /&gt;ODS5 disk).&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; put ZIPEC.TXT a.b&lt;BR /&gt;200 TYPE set to IMAGE.&lt;BR /&gt;227 Entering Passive Mode (10,0,0,9,241,77)&lt;BR /&gt;150 Opening data connection for DKA100:[sms]a.b; (10.0.0.9,61774)&lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;local: ALP$DKA0:[SMS]ZIPEC.TXT;2  remote: a.b&lt;BR /&gt;918 bytes sent in 00:00:00.05 seconds (16.60 Kbytes/s)&lt;BR /&gt;200 TYPE set to ASCII.&lt;BR /&gt;FTP&amp;gt; rename a.b f.g.h.j.k&lt;BR /&gt;350 File DKA100:[sms]a.b; will be renamed.&lt;BR /&gt;250 File DKA100:[sms]a.b;1 renamed to DKA100:[sms]f^.g^.h^.j.k;1&lt;BR /&gt;FTP&amp;gt; dir&lt;BR /&gt;227 Entering Passive Mode (10,0,0,9,241,79)&lt;BR /&gt;150 Opening data connection for DKA100:[sms]*.*;* (10.0.0.9,61776)&lt;BR /&gt;&lt;BR /&gt;Directory DKA100:[sms]&lt;BR /&gt;&lt;BR /&gt;a^.b^.c^.d.e;1           8/36         17-MAY-2006 15:20:43  [SMS]&lt;BR /&gt;   (RWED,RWED,RE,)&lt;BR /&gt;f^.g^.h^.j.k;1           2/36         17-MAY-2006 15:22:50  [SMS]&lt;BR /&gt;   (RWED,RWED,RE,)&lt;BR /&gt;&lt;BR /&gt;Total of 2 files, 10/72 blocks&lt;BR /&gt;&lt;BR /&gt;226 LIST Directory transfer complete.&lt;BR /&gt;262 bytes received in 00:00:00.08 seconds (3.01 Kbytes/s)&lt;BR /&gt;&lt;BR /&gt;And, just as clearly, I can RENAME a remote&lt;BR /&gt;file to a multi-dot name.&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; quit&lt;BR /&gt;221 Goodbye.&lt;BR /&gt;&lt;BR /&gt;alp $ tcpip show version&lt;BR /&gt;&lt;BR /&gt;  HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 5&lt;BR /&gt;  on a COMPAQ Professional Workstation XP1000 running OpenVMS V7.3-2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It's easy to complain about the TCPIP FTP&lt;BR /&gt;software, but it does do some things well&lt;BR /&gt;enough.</description>
      <pubDate>Wed, 17 May 2006 15:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-error-550-passive-mode/m-p/3789945#M52300</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-05-17T15:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error 550 passive mode</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/ftp-error-550-passive-mode/m-p/3789946#M52301</link>
      <description>First of all, the VMS disk where you put files on, must be an ODS-5 disk. If not, multiple dots are simply impossible.&lt;BR /&gt;Downloading such files can be a nuisance - it largely depends on the host IO and teh FTP client used. Some can handle the way VMS shows these files (using the escape character "^" before every dot except the last).&lt;BR /&gt;&lt;BR /&gt;To avoid these problems, why not name the files reich_dog_cat.txt - using underscore in stead of dots?&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Wed, 17 May 2006 17:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/ftp-error-550-passive-mode/m-p/3789946#M52301</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2006-05-17T17:28:00Z</dc:date>
    </item>
  </channel>
</rss>

