T.R | Title | User | Personal Name | Date | Lines |
---|
1585.1 | Xmodem/Ymodem Kit!!! | CVG::CAMPANELLA | Michael Campanella, DTN 261-2595 | Fri Oct 07 1988 14:06 | 55 |
| Announcing the latest and greatest XMODEM (and Ymodem) for VMS!!!
This Xmodem program does Standard Xmodem, CRC Xmodem, Xmodem 1K (sometimes
called Ymodem), Ymodem Batch, and MODEM7 (not tested as of this posting). It
will write a log file with estimated and actual 'characters per second'
transmitted (in sys$login:xmodem.log).
The kits are located in the following 2 directories:
CVG""::WORK1:[CAMPANELLA.KITS]XMODEMVMS.BCK
SMAUG""::USER1$:[LINDSEY.AMIGA.PUBLIC]XMODEMVMS.BCK
The .EXE file is in the kit, but is also separated out in these directories
(XMODEM.EXE) for those of you who do not want/need the sources too.
CVG:: is in Salem, NH. SMAUG:: is in Littleton, MA.
Please report bugs to CVG::CAMPANELLA and SMAUG::LINDSEY
NOTE: This note has been distributed in many notes files. In the future, the
developers will most likely post any updates to this kit to the KERMIT, AMIGA,
and APPLE_COMPUTERS, (and possibly VAXPAC) notes files only. Those of you who
monitor these conferences may copy the updates to other conferences as you
wish.
To unpack the .BCK file after copying, type
$ BACKUP/LOG XMODEMVMS.BCK/SAVE *
To use the program, define a symbol to point to the .EXE file:
$ XMODEM :== $yourdisk:[yourdirectory]XMODEM
To get help on all the options, simply type XMODEM
Examples of binary XMODEM transfers:
$ XMODEM -rb filename ! receive a file in Standard Xmodem mode
$ XMODEM -rbc filename ! receive a file in CRC Xmodem mode
$ XMODEM -rbck filename ! receive a file in CRC Xmodem mode w/ 1K packets
$ XMODEM -rby ! receive files in Ymodem Batch mode
$ XMODEM -sb filename ! send a file in Standard Xmodem mode
...
$ XMODEM -sby filename ! send file in Ymodem Batch mode
This program is a port of an Xmodem program received from the USENET. The
original sources and the most recent sources are both available. Modifications
should be made after consultation with the authors (they would like to
coordinate things).
Brought to you by the USENET as well as...
Michael Campanella
Jerry Lindsey
|
1585.2 | New Xmodem/Ymodem Kit | CVG::CAMPANELLA | Michael Campanella, DTN 261-2595 | Mon Nov 28 1988 13:37 | 38 |
| Announcing the latest and greatest XMODEM (and Ymodem) for VMS!!!
This version has been updated to contain a DCL interface and multiple-file batch
sends from VMS using /since, /before, and wildcarded filenames! Also, this kit
will work for VMS V4.x and V5.x systems (I hope)!
This Xmodem program does Standard Xmodem, CRC Xmodem, Xmodem 1K (sometimes
called Ymodem), Ymodem Batch, and MODEM7 (not tested as of this posting). It
will write a log file with estimated and actual 'characters per second'
transmitted (in sys$login:xmodem.log).
The kit is located in the following directory:
CVG""::WORK1:[CAMPANELLA.KITS]XMODEMVMS.BCK
CVG:: is in Salem, NH.
Please report bugs to CVG::CAMPANELLA
To unpack the .BCK file after copying, type
$ BACKUP/LOG XMODEMVMS.BCK/SAVE *
Then read the $README.FIRST file...
This program is a port of an Xmodem program received from the USENET. The
original sources and the most recent sources are both available. Modifications
should be made after consultation with the authors (they would like to
coordinate things).
Brought to you by the USENET as well as...
Michael Campanella
Jerry Lindsey
Randy Cohen
|
1585.3 | it bombs - i need help | FSCORE::KAYE | Be seeing you | Fri Dec 16 1988 09:59 | 16 |
| I tried to run this & this is what i get - any ideas?
XMODEM Version 3.6 -- VMS-Microcomputer Remote File Transfer Facility
%CLI-F-SYNTAX, error parsing 'LOG'
-CLI-E-ENTNF, specified entity not found in command tables
%TRACE-F-TRACEBACK, symbolic stack dump follows
module name routine name line rel PC abs PC
7FF8A2F5 7FF8A2F5
7FF8A0FB 7FF8A0FB
7FF89DBC 7FF89DBC
0000DD64 0000DD64
VAXSUPP GetValue 3314 00000056 000045BB
XMODEM main 2899 0000006A 00003A6A
mark
|
1585.4 | old symbol xmodem hanging around? | DECWET::TBAKER | Tom Baker - DECwest CSSE | Fri Dec 16 1988 15:08 | 9 |
| This happened to me when I first used the new xmodem. I can't remember
exactly but I think it was because I still had an old symbol xmodem
defined from the previous version of xmodem. You don't need a symbol
with this version because an xmodem.cld file is provided to add
the command to the dcl tables. Do you have all the xmodem files
in a directory that you then define as XMODEM$DIR and then
@XMODEM$DIR:XMODEM.COM ? This works for me.
tom
|
1585.5 | that was it | FSCORE::KAYE | Be seeing you | Fri Dec 16 1988 18:55 | 3 |
| Yes, that was it - thanx.
mark
|
1585.6 | DCL? Miracles, for someone else, I guess. | UTROP1::VELT | Lex Intvelt @UTO | Tue Dec 27 1988 16:42 | 7 |
| re.4 & .5
Got the same message Mark got. Followed all the instructions
as in $ReadMe.First file and .4: zilch! I still get the
messages as described in .3
Now what? Anyone?
Lex
|
1585.7 | I had this problem. | DEBIT::SOO | Chong Soo | Tue Dec 27 1988 18:04 | 6 |
| Remember to get rid of the line in your LOGIN.COM that define
"XMODEM" as a foreign command:
$ XMODEM :== $device:[directory]XMODEM.EXE
Chong.
|
1585.8 | Perfection comes slowly! | UTROP1::VELT | | Wed Dec 28 1988 05:01 | 6 |
| Boy! No more ERROR messages!
The final test to transfer files yet to come.
Thanks Chong!
Lex.
|