home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / programm / 4521 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.2 KB

  1. Path: sparky!uunet!think.com!barmar
  2. From: barmar@think.com (Barry Margolin)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Re: help with rpc
  5. Date: 2 Sep 1992 20:28:54 GMT
  6. Organization: Thinking Machines Corporation, Cambridge MA, USA
  7. Lines: 17
  8. Message-ID: <183866INNbt2@early-bird.think.com>
  9. References: <1992Sep2.150036.8215@homebase.vistachrome.com>
  10. NNTP-Posting-Host: telecaster.think.com
  11.  
  12. In article <1992Sep2.150036.8215@homebase.vistachrome.com> mark@homebase.vistachrome.com (Mark Alexander) writes:
  13. >If I were to write a program using RPCs, could I write a
  14. >client program that would cooperate with an ftp server
  15. >process on a remote machine? 
  16.  
  17. No.  The FTP protocol is not built on RPC.  RPC clients talk to RPC
  18. servers.  More specifically, they can only communicate if they're using the
  19. same RPC protocol (e.g. Sun's ONC RPC or OSF's DCE -- I hope I'm getting
  20. all the alphabet soup right), unless someone has developed an RPC-level
  21. gateway.  (Actually, I think I've read that Sun is working on a
  22. higher-level interface that hides the particular RPC protocol, so the same
  23. application can use both ONC and DCE).
  24. -- 
  25. Barry Margolin
  26. System Manager, Thinking Machines Corp.
  27.  
  28. barmar@think.com          {uunet,harvard}!think!barmar
  29.