home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / vmsnet / networks / tcpip / multinet / 2236 < prev    next >
Encoding:
Internet Message Format  |  1992-10-16  |  1.3 KB

  1. Path: sparky!uunet!stanford.edu!rutgers!uwm.edu!caen!sol.ctr.columbia.edu!hamblin.math.byu.edu!arizona.edu!mvb.saic.com!tgv.com!info-multinet
  2. From: adelman@TGV.COM
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re: Verifying FTP account access
  5. Message-ID: <2020045916OCT92203953@TGV.COM>
  6. Date: 16 Oct 92 20:39:53 GMT
  7. Organization: The INFO-MULTINET Community
  8. Lines: 16
  9. X-Gateway-Source-Info: INTERNET
  10. X-Return-path: <info-multinet-relay@TGV.COM>
  11. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  12. Nntp-Posting-Host: Mvb.Saic.Com
  13.  
  14. >      I am planning to enable FTP. I would like to let any node on the
  15. > net  FTP to me, but I would like to somehow check that the FTP account used
  16. > has a specific identifier associated with it, to determine connection or
  17. > rejection of the request. However, as FTP is not an interactive login I
  18. > dont think I can use this method. Is there any other way that I can verify
  19. > that the account used has been authorized for FTP access?.
  20.  
  21.     In your system login, identify a job as FTP by looking at the
  22. F$MODE() .Eqs. "NETWORK" and the process name starting with "<FTP".
  23. Then check if you want the process to login. If you don't, then
  24. invoke FTP:
  25.  
  26. $ multinet ftp/server/reject/message="Go away, you do not have the identifier"
  27. $ logout
  28.  
  29.                                 Ken
  30.