Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!umd5!rutgers!sdcsvax!ucbvax!SW.MCC.COM!peterson From: peterson@SW.MCC.COM (James Peterson) Newsgroups: comp.windows.news Subject: Down Load File Message-ID: <8712222218.AA05038@cleo> Date: 23 Dec 87 01:33:13 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 12 I have a file of PostScript commands that I need to down load to the NeWS server. Under the assumption that NFS is providing the same file system to both client and server, I would like to just tell the server the name of the file and tell it to load the file, like: (/usr/lib/NeWS/appl.ps) loadfile But I can find no NeWS or Postscript command for this function. Do I have to read the file in my client application and send the bytes down to the NeWS server one at a time?