home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / vmsnet / networks / tcpip / multinet / 2777 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.3 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!ira.uka.de!yale.edu!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hamblin.math.byu.edu!arizona.edu!mvb.saic.com!info-multinet
  2. Newsgroups: vmsnet.networks.tcp-ip.multinet
  3. Subject: Re: Change directory in FTP Server.
  4. Message-ID: <930126082258.20a00d03@TGV.COM>
  5. From: adelman@TGV.COM (Kenneth Adelman)
  6. Date: Tue, 26 Jan 93 08:22:58 PST
  7. Organization: Info-Multinet<==>Vmsnet.Networks.Tcp-Ip.Multinet Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 16
  10.  
  11. > I've got a problem with our FTP Server. I want to use "cd .." to go back
  12. > one directory, but it doesn't work.
  13. > I've seen sites where it does work (also with MultiNet), so I want to know
  14. > how I can change this.
  15. > The point is, I've got some disappointed "dos" and "unix" users, who don't
  16. > even know what VMS is. (We are running MultiNet 3.1D)
  17.  
  18.     Well, unfortunately, a little while back I was tied up and against
  19. my will forced to allow "cd .."  act like "cd [-]".  The reason it
  20. shouldn't is that ".."  is a UNIX filespec and FTP is supposed to
  21. implement the file specifications of the operating system it is
  22. running on.  I agree with the previous poster that "CDUP" is the
  23. correct operating system independent way of going up one level in a
  24. directory tree.
  25.  
  26.                                 Ken
  27.