home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / networks / tcpip / multinet / 2101 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.2 KB  |  36 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!elroy.jpl.nasa.gov!ames!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  3. Date: 07 SEP 92 07:13:42 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  7. From: adelman@TGV.COM
  8. Subject:  Re: RCP and LOGIN.COM problem
  9. Organization: The INFO-MULTINET Community
  10. Message-ID: <2460313607SEP92071342@TGV.COM>
  11. Nntp-Posting-Host: Mvb.Saic.Com
  12. Lines: 22
  13.  
  14. > This may be a FAQ but ...
  15.  
  16. > When the MultiNet 'rcp' server calls any Unix 'rcp' client, everything works.
  17. > However, the Unix 'rcp' server bombs out when talking to MultiNet 'rcp' client
  18. > because the first line of the user's login.com is always sent back to the
  19. > server.
  20.  
  21. >      unix$ rcp junk.txt vms.node
  22. >      $! first line from login.com even if it is '$ set noverify'
  23.  
  24. >      vms$ dir junk.txt
  25. >      %DIRECT-W-NOFILES, no files found
  26.  
  27. >      vms$ rcp unix::"junk.txt" []/log
  28. >      %RCP-I-COPIED, UNIX::junk.txt copied to VMS:[DIR]JUNK.TXT;1 (1 block)
  29.  
  30. > Is there any way to avoid this (other than have no login.com)?
  31.  
  32.     Yes, if the first line of your login com turns off verify:
  33. $ verify = 'f$verify(0)
  34.  
  35.                                 Ken
  36.