Just a sample of the Echomail archive
[ << oldest | < older | list | newer > | newest >> ]
|  Message 15539  |
|  Christian Sacks to All  |
|  Re: Adding kermit as a protocol option  |
|  09 Aug 23 11:48:57  |
 TID: Mystic BBS 1.12 A48 MSGID: 2:250/5 29b1c124 REPLY: 2:250/5 ee71776e TZUTC: 0100 On 09 Aug 2023, Christian Sacks said the following... CS> On 08 Aug 2023, Alexander Grotewohl said the following... CS> CS> AG> if you're comfortable doing a little programming you could probably m CS> AG> a script to read the lines in file.lst then run gkermit like it wants CS> AG> CS> AG> /usr/bin/gkermit -d /tmp/kermit-send.log -Ts file1 file2 file3 CS> AG> CS> AG> (or maybe it needs -Ts in front of every file.. don't use it so i can CS> AG> test it..) CS> CS> I am grateful for your thoughts, with them I have made this script; CS> CS> #!/usr/bin/env bash CS> FILELIST="$1" CS> FILES=$(cat $FILELIST|tr '\n' ' ') CS> for FILE in $FILES; do CS> echo "/usr/bin/gkermit -d /tmp/kermit-send.log -XTs $FILE" CS> /usr/bin/gkermit -d /tmp/kermit-send.log -XTs $FILE CS> done CS> CS> ... and then in the protocol editor I use this; CS> CS> Active ³ Yes CS> OS ³ All CS> Batch ³ Yes CS> Hot Key ³ K CS> Description ³ Kermit (testing) CS> Send Command ³ /mystic/kermit_batch.sh %3 CS> Recv Command ³ /usr/bin/gkermit -d /tmp/kermit-recv.log -XTr %3 CS> CS> I've tested using "qodem" terminal, and with a single and multiple files CS> in a batch it works perfectly (to download from the BBS to the client). CS> CS> I shall next attempt to test the uploads, but I assume this will just be CS> ok as it is. CS> CS> I shall let y'all know how it goes. CS> FWIW kermit seems to be much quicker than zmodem =) CS> CS> ... That's not a bug, it's an undocumented feature CS> CS> --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64) CS> * Origin: thE qUAntUm wOrmhOlE, rAmsgAtE, uK. bbs.erb.pw (2:250/5) After testing the files downloaded with this script, I realised the files themselves were corrupted, so updated my wrapper script to use this syntax for the actual downloading; /usr/bin/gkermit -d /tmp/kermit-send.log -Xis $FILE -X means eXternal - seemed appropriate i means Binary mode transfer (default) but wanted to force it to make sure s means Send with the filename as the argument Reckon this is good to go now =) ... Help! I can't find the "ANY" key. --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64) * Origin: thE qUAntUm wOrmhOlE, rAmsgAtE, uK. bbs.erb.pw (2:250/5) SEEN-BY: 1/120 123 15/0 18/0 25/0 21 90/1 105/81 106/201 116/116 120/616 SEEN-BY: 123/0 10 25 131 180 200 525 755 3001 129/215 305 135/115 SEEN-BY: 135/300 153/757 7715 154/10 30 40 50 700 218/700 840 220/90 SEEN-BY: 221/6 222/2 226/18 30 70 227/114 201 229/110 112 113 206 SEEN-BY: 229/275 307 310 317 400 426 428 452 470 550 664 700 240/1120 SEEN-BY: 250/0 1 2 3 4 5 6 7 8 11 13 14 263/0 5 266/512 275/1000 280/464 SEEN-BY: 282/1038 291/111 292/854 299/6 301/1 317/3 320/219 322/757 SEEN-BY: 342/200 396/45 460/58 467/4 633/280 712/848 1321 770/1 2320/105 SEEN-BY: 3634/0 12 27 56 57 119 5020/1042 5075/35 PATH: 250/5 1 3634/12 154/10 221/6 229/664 426 |
[ << oldest | < older | list | newer > | newest >> ]