Subj : kermit protocol in syncterm To : Ryan Fantus From : Christian Sacks Date : Thu Aug 17 2023 14:43:50 On 17 Aug 2023, Ryan Fantus said the following... RF> Any chance you can share how you got it working? And is it in Windows or RF> linux? It was in Linux, and I posted how to do this in the MYSTIC message base, but here's a TLDR; Install gkermit from the usual repo, for ubuntu/debian `sudo apt install gkermit Create a wrapper script called /mystic/kermit_batch.sh, the contents of which should be; #!/usr/bin/env bash FILELIST="$1" FILES=$(cat $FILELIST|tr '\n' ' ') if [[ "$(basename $FILELIST)" == "file.lst" ]]; then for FILE in $FILES; do echo "Sending file: $FILE" /usr/bin/gkermit -d /tmp/kermit-send.log -Xis $FILE done else echo "Sending file: $FILELIST" /usr/bin/gkermit -d /tmp/kermit-send.log -Xis $FILELIST fi rm $FILELIST Finally in the Mystic configuration ediror, goto "Editors -> Protocol Editor" Create a new protocol called "Kermit" or whatever you want... ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ Protocol Editor: Kermit ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» º º º Active ³ Yes º º OS ³ All º º Batch ³ Yes º º Hot Key ³ K º º Description ³ Kermit º º Send Command ³ /mystic/kermit_batch.sh %3 º º Recv Command ³ /usr/bin/gkermit -d /tmp/kermit-recv.log -Xir º º º ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ That's about the nuts and bolts of it. Hope it helps =) .... There are two types of people; those who finish what they start and --- Mystic BBS v1.12 A48 2022/07/15 (Linux/64) * Origin: thE qUAntUm wOrmhOlE, rAmsgAtE, uK. bbs.erb.pw (2:250/5) þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net .