home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / ultrix / 9185 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.8 KB  |  51 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!ryn.mro4.dec.com!news
  3. From: pjdm@chmeee.enet.dec.com (Peter Mayne)
  4. Subject: Re: How to specify file attributes for DECnet copy?
  5. Message-ID: <1993Jan5.233643.16947@ryn.mro4.dec.com>
  6. Lines: 38
  7. Sender: news@ryn.mro4.dec.com (USENET News System)
  8. Reply-To: Peter.Mayne@cao.mts.dec.com
  9. Organization: Digital Equipment Corporation
  10. References:  <AYH0Y3E@netmbx.netmbx.de>
  11. Date: Tue, 5 Jan 1993 23:36:43 GMT
  12.  
  13.  
  14. In article <AYH0Y3E@netmbx.netmbx.de>, weis@netmbx.netmbx.de (Dietmar Weis) writes:
  15. >I have to copy on a *VMS* node a file *from* that node *to* an
  16. >Ultrix node via DECnet in order to process it later on from a PC.
  17. >
  18. >I wanted copy to convert the VMS file name specifications to Ultrix
  19. >specification: strip off version number and convert to lowercase.
  20. >
  21. >It seems to me, that COPY and none of its qualifiers will do that: the file
  22. >is created uppercase and with version number. The problem then: this file
  23. >can't be seen from a Pathworks PC.
  24. >
  25. >Is there a way to prevent this? The copy command looks like this:
  26. >VMS $ COPY FILE.EXT ULTRIX"ACCOUNT PASSWORD"::
  27. >
  28. >What I *do not* need are workarounds like initiating the copy from Ultrix
  29. >or DOS (where this conversion will be done, of course).
  30.  
  31. $ copy file.ext ultrix::"file.ext"
  32.  
  33. works fine for me.
  34.  
  35. >BTW, is there a way to give the file another protection while created
  36. >by fal (it does not work with COPY/PROTECTION). Fal does not process
  37. >.login or .profile, so setting the umask there is of no avail. Is there
  38. >a special startup script for fal (i.e. .fal)?
  39.  
  40. ncp show object fal char
  41.  
  42. >Thank you very much,
  43. >Dietmar
  44.  
  45. PJDM
  46. --
  47. Peter Mayne                     | My statements, not Digital's.
  48. Digital Equipment Corporation   |
  49. Canberra, ACT, Australia        | "AXP!": Bill the Cat
  50.  
  51.