<?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: copy/ftp in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403451#M48015</link>
    <description>$ $ sho log openvms$ftp&lt;BR /&gt;   "OPENVMS$FTP" = "SYS$SYSTEM:TCPIP$FTP_CLIENT.EXE" (LNM$SYSTEM_TABLE)&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Oct 2004 03:53:33 GMT</pubDate>
    <dc:creator>Gerry Downey</dc:creator>
    <dc:date>2004-10-20T03:53:33Z</dc:date>
    <item>
      <title>copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403442#M48006</link>
      <description>I'm trying to do a copy/ftp onto a windows 2003 server. The ftp space on the 2003 server is set up correctly.&lt;BR /&gt;&lt;BR /&gt;The command I use is&lt;BR /&gt;copy/ftp xx.txt server"username password"::"dir"&lt;BR /&gt;&lt;BR /&gt;But I get the error "no logical name match"&lt;BR /&gt;&lt;BR /&gt;I can ftp onto the server, enter the user name and password, CD to the correct directory and then PUT the files. It only fails when I do the copy/ftp command.&lt;BR /&gt;&lt;BR /&gt;The Alpha is running VMS V7.3-1 and TCPIP V5.3 ECO4&lt;BR /&gt;&lt;BR /&gt;Thanks for any help</description>
      <pubDate>Tue, 19 Oct 2004 11:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403442#M48006</guid>
      <dc:creator>Gerry Downey</dc:creator>
      <dc:date>2004-10-19T11:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403443#M48007</link>
      <description>What syntax are you using for the target directory?  What happens if you explicitly specify dir/xx.txt as the target filename?&lt;BR /&gt;&lt;BR /&gt;You might want to try the /verbose qualifier to see if that tells you anything.</description>
      <pubDate>Tue, 19 Oct 2004 11:47:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403443#M48007</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2004-10-19T11:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403444#M48008</link>
      <description>Gerry,&lt;BR /&gt;I guess your command has a syntax error; may be in dir component if you are using vms convention.&lt;BR /&gt;Example of wrong command:&lt;BR /&gt;$ COPY/FTP XX.TXT W2K3"USER PWD"::"[TEMP]"&lt;BR /&gt;Example of right command:&lt;BR /&gt;$ COPY/FTP XX.TXT W2K3"USER PWD"::"\TEMP"&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2004 12:47:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403444#M48008</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-10-19T12:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403445#M48009</link>
      <description>Gerry&lt;BR /&gt;don't forget you could use /NOSTRU qualifier.&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2004 12:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403445#M48009</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-10-19T12:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403446#M48010</link>
      <description>Gerry,&lt;BR /&gt;&lt;BR /&gt;If Craigs and Antonios sugestions have not work, can you post the exact copy of the error you received?&lt;BR /&gt;&lt;BR /&gt;Try to copy with a command without the output file specification:&lt;BR /&gt;&lt;BR /&gt;copy/ftp xx.txt server"username password"::&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Tue, 19 Oct 2004 15:43:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403446#M48010</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-10-19T15:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403447#M48011</link>
      <description>Have you tried &lt;BR /&gt;&lt;BR /&gt;$ copy/ftp/verbose file.txt &lt;BR /&gt;server"domain\user pwd"::"c:\dir\file.txt"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;HF</description>
      <pubDate>Wed, 20 Oct 2004 03:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403447#M48011</guid>
      <dc:creator>faris_3</dc:creator>
      <dc:date>2004-10-20T03:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403448#M48012</link>
      <description>Thanks for your replies guys. The exact command I us is&lt;BR /&gt; copy/ftp *.txt servername"username password"::"\didata"&lt;BR /&gt;&lt;BR /&gt;Error: %SYSTEM-F-NOLOGNAME, no logical name match.&lt;BR /&gt;&lt;BR /&gt;If I use /verbose and /nostruvms, or leave off the directory name at the end, I get exactly the same response.&lt;BR /&gt;&lt;BR /&gt;I have also found that if I put in an incorrect username and password or even use a server name that doesn't exist, I still get the same error.</description>
      <pubDate>Wed, 20 Oct 2004 03:33:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403448#M48012</guid>
      <dc:creator>Gerry Downey</dc:creator>
      <dc:date>2004-10-20T03:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403449#M48013</link>
      <description>Hi HF, we both posted at the same time so didnt see your reply until I had completed my reply.&lt;BR /&gt;I have just tried your suggestion and received the exact same error.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 03:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403449#M48013</guid>
      <dc:creator>Gerry Downey</dc:creator>
      <dc:date>2004-10-20T03:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403450#M48014</link>
      <description>COPY/FTP uses the program defined by the logical name OPENVMS$FTP. How is this defined on your system?</description>
      <pubDate>Wed, 20 Oct 2004 03:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403450#M48014</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2004-10-20T03:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403451#M48015</link>
      <description>$ $ sho log openvms$ftp&lt;BR /&gt;   "OPENVMS$FTP" = "SYS$SYSTEM:TCPIP$FTP_CLIENT.EXE" (LNM$SYSTEM_TABLE)&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 03:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403451#M48015</guid>
      <dc:creator>Gerry Downey</dc:creator>
      <dc:date>2004-10-20T03:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403452#M48016</link>
      <description>Gerry,&lt;BR /&gt;&lt;BR /&gt;Try to look at the OPENVMS$FTP logical name. Is that logical name defined? Where is pointing? If you do a DIR OPENVMS$FTP did you receive something like this:&lt;BR /&gt;&lt;BR /&gt;Directory SYS$COMMON:[SYSEXE]&lt;BR /&gt;&lt;BR /&gt;TCPIP$FTP_CLIENT.EXE;1&lt;BR /&gt;&lt;BR /&gt;Total of 1 file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 20 Oct 2004 04:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403452#M48016</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-10-20T04:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403453#M48017</link>
      <description>&lt;QUOTE&gt;&lt;BR /&gt;I have also found that if I put in an incorrect username and password or even use a server name that doesn't exist, I still get the same error.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;if you receive same error on wrong server means trouble is local. The logical name is right (it's the same on my system).&lt;BR /&gt;Can you copy onto your same system?&lt;BR /&gt;Example:&lt;BR /&gt;$ COPY/FTP XX.TXT -&lt;BR /&gt;LOCALHOST"user pwd"::"[DIR]"&lt;BR /&gt; &lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 04:12:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403453#M48017</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-10-20T04:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403454#M48018</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I definitely type to slow ;)&lt;BR /&gt;&lt;BR /&gt;Ftp can have many logical names to adjust its work. So check all the TCPIP$FTP* logical names. Check also the SYS$LOGIN and SYS$DISK logical name.&lt;BR /&gt;&lt;BR /&gt;And did you try Antonios sugestion?&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 20 Oct 2004 04:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403454#M48018</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-10-20T04:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403455#M48019</link>
      <description>Have you used domain\username instead of&lt;BR /&gt;username ?&lt;BR /&gt;&lt;BR /&gt;On XP i cannot specify the directory.&lt;BR /&gt;It is defined in the properties of &lt;BR /&gt;IIS ftp server.&lt;BR /&gt;&lt;BR /&gt;Just specifying the file name works :&lt;BR /&gt;&lt;BR /&gt;$copy /ftp/verbose login.com 11.132.69.2"domain\faris Password"::"test" Passive is ON. &lt;BR /&gt;220 Microsoft FTP Service Connected to dhcp-11-132-69-2.xxx.yy.com. &lt;BR /&gt;331 Password required for domain\faris. &lt;BR /&gt;230 User domain\faris logged in. &lt;BR /&gt;227 Entering Passive Mode (11,132,69,2,17,124). &lt;BR /&gt;125 Data connection already open; Transfer starting. &lt;BR /&gt;226 Transfer complete.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 04:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403455#M48019</guid>
      <dc:creator>faris_3</dc:creator>
      <dc:date>2004-10-20T04:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403456#M48020</link>
      <description>Is $ copy /ftp to a VMS system working ?&lt;BR /&gt;&lt;BR /&gt;Can you post a &lt;BR /&gt;$ set watch file /class=major&lt;BR /&gt;$ copy/ftp ...&lt;BR /&gt;&lt;BR /&gt;/HF&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 04:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403456#M48020</guid>
      <dc:creator>faris_3</dc:creator>
      <dc:date>2004-10-20T04:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403457#M48021</link>
      <description>I CANT copy/ftp onto the Alpha. I have attached the output from the set watch command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ copy/ftp login.com hayesfuelsmf"user pass"::"\didata"&lt;BR /&gt;%XQP, Thread #0, Access FDLSHR.EXE;1 (2131,2,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Access  (0,0,0) Status: 00000910&lt;BR /&gt;%XQP, Thread #0, Access DECC$SHR.EXE;1 (6508,3,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Control function  (6508,3,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Deaccess (6508,3,0) Reads: 2, Writes: 0, Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Access  (0,0,0) Status: 00000910&lt;BR /&gt;%XQP, Thread #0, Access TCPIP$ACCESS_SHR.EXE;1 (14886,54,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Control function  (14886,54,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Deaccess (14886,54,0) Reads: 2, Writes: 0, Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Lookup  (9158,675,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Access DECC$SHR_EV56.EXE;1 (9158,675,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Control function  (9158,675,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Deaccess (9158,675,0) Reads: 12, Writes: 0, Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Access SYS$PUBLIC_VECTORS.EXE;1 (6534,3,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Lookup  (6534,3,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Access SYS$PUBLIC_VECTORS.EXE;1 (6534,3,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Control function  (6534,3,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Deaccess (6534,3,0) Reads: 4, Writes: 0, Status: 00000001&lt;BR /&gt;&lt;BR /&gt;%XQP, Thread #0, Lookup  (9249,938,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Access UCX$IPC_SHR.EXE;1 (9249,938,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Control function  (9249,938,0) Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Deaccess (9249,938,0) Reads: 3, Writes: 0, Status: 00000001&lt;BR /&gt;%SYSTEM-F-NOLOGNAM, no logical name match&lt;BR /&gt;%XQP, Thread #0, Deaccess (6534,3,0) Reads: 0, Writes: 0, Status: 00000001&lt;BR /&gt;%XQP, Thread #0, Deaccess (2131,2,0) Reads: 7, Writes: 0, Status: 00000001&lt;BR /&gt;$&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 05:53:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403457#M48021</guid>
      <dc:creator>Gerry Downey</dc:creator>
      <dc:date>2004-10-20T05:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403458#M48022</link>
      <description>Gerry,&lt;BR /&gt;&lt;BR /&gt;Comparing yours output from the set watch file /class=major, I see that the next file open on my system is TCPIP$HOSTS.DAT. So check the logical name (and the file) TCPIP$HOSTS.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 20 Oct 2004 06:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403458#M48022</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-10-20T06:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403459#M48023</link>
      <description>sho log tcpip$host&lt;BR /&gt;   "TCPIP$HOST" = "SYS$COMMON:[SYSEXE]TCPIP$HOST.DAT;1" (LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have looked at the contents of TCPIP$HOST.DAT and it all looks ok. I have noticed however, that the Alpha TCPIP hostname in this file is not the same as the Alpha system name, could this be a problem?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 06:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403459#M48023</guid>
      <dc:creator>Gerry Downey</dc:creator>
      <dc:date>2004-10-20T06:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403460#M48024</link>
      <description>It seems there is a problem in the TCPIP&lt;BR /&gt;configuration.&lt;BR /&gt;&lt;BR /&gt;First check the inet logicals :&lt;BR /&gt;&lt;BR /&gt;$ show log *inet*&lt;BR /&gt;&lt;BR /&gt;Then &lt;BR /&gt;- check host table for your own name&lt;BR /&gt;- tcpip show (conf) comm/interface&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;HF&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 06:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403460#M48024</guid>
      <dc:creator>faris_3</dc:creator>
      <dc:date>2004-10-20T06:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: copy/ftp</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403461#M48025</link>
      <description>Problem with TCPIP$INET_HOST ?&lt;BR /&gt;&lt;BR /&gt;$ deass /sys /exe "TCPIP$INET_HOST" &lt;BR /&gt;$ copy /ftp/verbose login.com - 151.10.9.2"domain\faris Password"::test &lt;BR /&gt;%SYSTEM-F-NOLOGNAM, no logical name match&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 06:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/copy-ftp/m-p/3403461#M48025</guid>
      <dc:creator>faris_3</dc:creator>
      <dc:date>2004-10-20T06:46:26Z</dc:date>
    </item>
  </channel>
</rss>

