home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / vmsnet / networks / tcpip / multinet / 2631 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.6 KB

  1. Path: sparky!uunet!munnari.oz.au!ariel.ucs.unimelb.EDU.AU!ucsvc.ucs.unimelb.edu.au!mits.com.au!myrddn.mits.com.au!alistair
  2. Newsgroups: vmsnet.networks.tcp-ip.multinet
  3. Subject: Summary: Upload directory for anonymous ftp?
  4. Message-ID: <1993Jan10.205521.1@myrddn.mits.com.au>
  5. From: alistair@myrddn.mits.com.au
  6. Date: 10 Jan 93 20:55:21 +1000
  7. References: <930108082128.208004dd@TGV.COM>
  8. Nntp-Posting-Host: myrddn
  9. Nntp-Posting-User: alistair
  10. Lines: 38
  11.  
  12. I wrote:
  13. > Is it possible to create an upload directory for anonymous ftp?
  14.  
  15.  
  16. In article <930108082128.208004dd@TGV.COM>, 
  17. adelman@TGV.COM (Kenneth Adelman) writes:
  18. >     Yes. Take a look at the DCL in MULTINET:FTP_SERVER.COM, which,
  19. > when the username is given as ANONYMOUS adds a /ACCESS=NOWRITE
  20. > qualifier.
  21. >     What we do here is have an "unload" directory that requires a
  22. > special ANONYMOUS password to access. If you comment out the
  23. > $ MULTINET FTP/SERVER/GET_REMOTE_INFO command, the logical name
  24. > MULTINET_ANONYMOUS_PASSWORD will get defined as the password the
  25. > user gave. Then you can do something like:
  26. > $ MultiNet FTP/Server/Get_Remote_Info
  27. > $ If Username .Eqs. "ANONYMOUS"
  28. > $ Then
  29. > $   If F$Edit(F$TrnLNM("MULTINET_ANONYMOUS_PASSWORD","UPCASE,COLLAPSE") -
  30. >        .Eqs. "UPLOAD"
  31. > $   Then
  32. > $      FTPOptions = "/Directory=Users:[Incoming]"
  33. > $      RestrictOptions = ""
  34. > $   Endif
  35.  
  36. This is the solution I used (as supplied by Ehud Gavron).
  37.  
  38. Thanks very much to Ehud Gavron, Ken Adelman, and Simon Hackett for
  39. their help.
  40.  
  41. Thanks,
  42.  
  43. Alistair Grant
  44.  
  45. Internet:     alistair@mits.com.au
  46. Alternate:    alistair%mits.com.au@ucsvc.ucs.unimelb.edu.au
  47.