home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / vmsnet / networks / tcpip / multinet / 2552 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.1 KB

  1. Path: sparky!uunet!usc!news.service.uci.edu!unogate!mvb.saic.com!info-multinet
  2. From: adelman@TGV.COM (Kenneth Adelman)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: FTP mput VMS->Unix changes file name cases
  5. Message-ID: <921215174106.24000550@TGV.COM>
  6. Date: Tue, 15 Dec 92 17:42:27 PST
  7. Organization: Info-Multinet<==>Vmsnet.Networks.Tcp-Ip.Multinet Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 21
  10.  
  11. > When I use FTP (Multinet V3.1 Rev. D, VMS 5.5-2) on my VAX and do an
  12.  
  13. >   mput *
  14.  
  15. > on a directory full of files like:
  16.  
  17. >   SAF_00000001.;1    SAF_00000002.;1      SAF_0000000E.;1
  18.  
  19. > and send them to our Sparc, they end up with names like:
  20.  
  21. >   saf_00000001       saf_00000002      saf_0000000e
  22.  
  23. > Why does the case change and is there some way to override?
  24.  
  25.     The case is changed because VMS files are necessarily uppercase
  26. and most people use lower case filenames under UNIX. It is most
  27. natural for "FOO.C;1" to become "foo.c", and in some cases where
  28. the part after the "." signifies a certain type of file (eg, ".c") it
  29. is important to perform this transformation.
  30.  
  31.                                 Ken
  32.