home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 22076 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  855 b 

  1. Path: sparky!uunet!scifi!acheron!philabs!linus!agate!ucbvax!spc11z.spc.edu!NICK
  2. From: NICK@spc11z.spc.edu (Nick Savoiu)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Sending/Receiving Binary Files
  5. Message-ID: <01GU07MVPSMA96VOHH@spcvxa.spc.edu>
  6. Date: 27 Jan 93 12:39:28 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: St. Peter's College, US
  10. Lines: 18
  11.  
  12. Hi there,
  13.  
  14. what you can do (provided that both parties run JNET 2.x or greater) is send
  15. the files with the command:
  16.  
  17.         SEND/FILE/VMSDUMP <filename.ext>
  18.  
  19. To receive this type this at the RECEIVE> prompt:
  20.  
  21.  
  22.         COPY/BINARY <filename1.ext> <filename2.ext>
  23.  
  24. where filename1.ext is the file in the RECEIVE directory and filename2.ext is
  25. the name you want to have it transferred under to your directory.The default
  26. for filename2.ext is filename1.ext.
  27.  
  28. Hope this helps,Nick.
  29.  
  30.