home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!scifi!acheron!philabs!linus!agate!ucbvax!spc11z.spc.edu!NICK
- From: NICK@spc11z.spc.edu (Nick Savoiu)
- Newsgroups: comp.os.vms
- Subject: Re: Sending/Receiving Binary Files
- Message-ID: <01GU07MVPSMA96VOHH@spcvxa.spc.edu>
- Date: 27 Jan 93 12:39:28 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: St. Peter's College, US
- Lines: 18
-
- Hi there,
-
- what you can do (provided that both parties run JNET 2.x or greater) is send
- the files with the command:
-
- SEND/FILE/VMSDUMP <filename.ext>
-
- To receive this type this at the RECEIVE> prompt:
-
-
- COPY/BINARY <filename1.ext> <filename2.ext>
-
- where filename1.ext is the file in the RECEIVE directory and filename2.ext is
- the name you want to have it transferred under to your directory.The default
- for filename2.ext is filename1.ext.
-
- Hope this helps,Nick.
-
-