@Echo Just like K20NUL, but tests parity @Terminal Ideal @Info Term LCLT20:: @CHKPNT LCLT20 @Get Kermit @Info Ver @Start *Echo Condition Local Kermit-20 *Set Prompt "Local-Kermit-20>" *Set Input Default-Timeout 4.5 *Set Input Timeout-Action Quit *Set Input Search-Default "\r\n@" *Show 94 *Set 94 *Set Flow-Control None *Set Parity Even /Packets-Only /Parity-Checking *Time NUL *Time Copy NUL PTY *Log Session KT:K20NUR-SESSION *Show Line *Show Packet *Show Timing *Show Input ! ! REMT20:: @CHKPNT LCLT20 ! *Echo Sign into remote terminal, mount structure and connect to testing directory *Connect pseudo-terminal /stay *Input *Echo Note, no password needed for same user id on a pseudo-terminal *Output "slogin\r" *Input *Output "Terminal Ideal\r" *Input *Output "Info Term\r" *Input *Output "sm k20:\r" *Input *Output "Connect k20:\r" *Input ! ! *Output "where Kermit Loopback Testing [Batch]\r" *Input *Output "Finger\r" *Input ! ! REMK20:: @CHKPNT REMK20 ! *Echo Start Kermit on remote job *Output "Set NO Control-C-Capability\r" *Input *Output "Get Kermit\r" *Input *Output "Info Ver\r" *Input *Output "Start\r" *Input "Kermit-20>" ! ! *Echo Configure remote Kermit and put into server mode *Set Input Search-Default "\r\nRemote-Kermit-20>" *Show Input *Output "Set Prompt Remote-Kermit-20>\r" *Input *Output "Set 94\r" *Input *Output "Set Flow-Control None\r" *Input *Output "Set Parity Even /Packets-Only /Parity-Checking\r" *Input ! ! *Output "Time NUL\r" *Input *Output "Time Copy NUL PTY\r" *Input ! !*Echo Note subsecond server NAK'ing!!! !*Output "Set Receive Server-Timeout 0.3333 \r" !*Input ! *Output "Show Line\r" *Input *Output "Show Timing\r" *Input *Output "Show Packet\r" *Input ! *Show Line ! ! *Output "SERVER\r" *Input "BYE" *Input "\r\n" ! ! ! The following commands exercise the remote Kermit in server mode ! SIMSRV:: @CHKPNT SIMSRV ! *Echo Simple comands that do not open files *Remote PWD *Remote Space ! ! *Echo Remote Help (BASIC) *Remote Help *Statistics ! ! NULTST:: @CHKPNT NULTST ! *Echo Basic tests against NUL: *Remote Dir "NUL:" *Remote Type "NUL:" *Remote Delete "NUL:" *Echo NUL: looks deleted, but it's still there *Remote Dir "NUL:" *Echo Note new CWD syntax to force no password prompt *Remote CWD "NUL:" "" *Echo Show that remote Connect to NUL: did nothing *Remote PWD *Echo We can get NUL:, but it doesn't get us much *Get "NUL:" NUL: *Statistics ! ! CWDTST:: @CHKPNT CWDTST ! *Echo Test Changing real directories *Remote CWD "TOMMYT:" "" *Remote PWD *Remote CWD "" *Remote PWD ! ! FILTST:: @CHKPNT FILTST ! *Echo Tests with data files *Remote CWD "TOMMYT:" "" *Echo This is the Gutenberg ASCII text of The Ghost of Canterville by Oscar Wilde *Remote Dir *.TXT.0 PREFIX:: @CHKPNT PREFIX *GET "GUTENBERG-PREFIX.TXT" NUL: *Statistics *Remote Status TITLE:: @CHKPNT TITLE *GET "TITLE-PAGE.TXT" NUL: *Statistics *Remote Status LIST:: @CHKPNT LIST *GET "LIST-OF-ILLUSTRATIONS.TXT" NUL: *Statistics *Remote Status I:: @CHKPNT I *GET "I.TXT" NUL: *Statistics *Remote Status II:: @CHKPNT II *GET "II.TXT" NUL: *Statistics *Remote Status III:: @CHKPNT III *GET "III.TXT" NUL: *Statistics *Remote Status IV:: @CHKPNT IV *GET "IV.TXT" NUL: *Statistics *Remote Status V:: @CHKPNT V *GET "V.TXT" NUL: *Statistics *Remote Status VI:: @CHKPNT VI *GET "VI.TXT" NUL: *Statistics *Remote Status VII:: @CHKPNT VII *GET "VII.TXT" NUL: *Statistics *Remote Status POSTFX:: @CHKPNT POSTFX *GET "GUTENBERG-POSTFIX-AND-LICENSE.TXT" NUL: *Statistics *Remote Status MGETB1:: @CHKPNT MGETB1 *Echo Wild carded get (multible get) with various block checks *GET "*.TXT.0" NUL: *Statistics *Remote Status MGETB2:: @CHKPNT MGETB2 *Set Block-Check 2-Character-Checksum *GET "*.TXT.0" NUL: *Statistics *Remote Status MGETB3:: @CHKPNT MGETB3 *Set Block-Check 3-Character-CRC *GET "*.TXT.0" NUL: *Statistics *Remote Status ! ! DONE:: @CHKPNT DONE *Remote CWD "" *Remote PWD *Echo Done with remote tests, exit the remote Kermit *Finish *Set Input Default-Timeout 20 *Set Input Search-Default "\r\n@" *Show Input *Output "\R" *Input *Clear/Peek ! FINREM:: @CHKPNT FINREM ! *Echo Show Remote Processor Time Used *Output "Info Fork\R" *Input *Echo Log the remote job out *Output "Logout\R" *Input "Used" *Input "\r\n" ! ! FINLCL:: @CHKPNT FINLCL ! *Echo Finish up and close out the local Kermit *Clear /Display *Show Line *Close Session *Connect Close *echo No terminal fork to kill since never started one *echo Connect Kill *Quit @Info Fork ! ! @Echo That's all Folks!