From:    Ross Smarekar                          Area: Protocols
To:      Martin Essenburg                       21 Feb 92 02:21:10
Subject: Ymodem-G                               UpdReq 

ME>Can someone post the protocol.ctl file that will let Max
ME>2.0 use DSZ for ymodem G. It works but it never prompts the
ME>user to add the file names..
it'd also bee nice to see one for PSZ also... (all protocals please)
Ross
___
 X SLMR 2.1 X It said, "Incert Disk #3", but only 2 would fit


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    John Musselwhite                       Area: Protocols
To:      Ross Smarekar                          23 Feb 92 14:09:38
Subject: Ymodem-G                               UpdReq 

Hi Ross...
In a message on <Feb 21 02:21>, you wrote:
ME>Can someone post the protocol.ctl file that will let Max
 RS> it'd also bee nice to see one for PSZ also... (all protocals 
 RS> please)
    I have been trying to set up PCZ for all protocols as it is more keeping 
with the spirit of Max... NO luck yet...
    SOMEBODY must have them all working!  B-})
        John...



--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Ross Smarekar                          Area: Protocols
To:      Martin Essenburg                       21 Feb 92 02:21:00
Subject: Ymodem-G                               UpdReq 

ME>Can someone post the protocol.ctl file that will let Max
ME>2.0 use DSZ for ymodem G. It works but it never prompts the
ME>user to add the file names..
it'd also bee nice to see one for PSZ also... (all protocals please)
Ross
___
 X SLMR 2.1 X It said, "Incert Disk #3", but only 2 would fit


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Ron Dwight                             Area: Protocols
To:      Gerhard Lustig                         20 Feb 92 14:28:14
Subject: HSLink                                 UpdReq 

Hi Gerhard,
 > 12.Feb.1992, Bob James writes to All:
 >  BJ> Has anyone out there ever used HSLink as an additional protocol with
 > Max?
 >  BJ> If so, could that someone please post the PROTOCOL.CTL series for it?
 > Protocol HS/Link (better BIModem!)
 >          Type            Batch
 >          Type            Bi
 >          LogFile         DSZ%K.Log
 >          ControlFile     DSZ%K.Ctl
 >          DownloadCmd     HSlink -P%P -S4096 -B%b -E%W -U%V -A
 > @%x:DSZ%K.Ctl
 >          UploadCmd       HSlink -P%P -S4096 -B%b -E%W -U%V -A
 > @%x:DSZ%K.Ctl
          Slight confusion here in the -B and -E parameters.  I think it 
should be "-B%W and -E%b" at least this way it doesn't freeze the machine 
with a locked FOSSIL.  Anyway it's a simpler solution than using a batch 
file, thanks.
          How about the moderator posting a few of the other protocols here so 
we can all benefit?
                                                   Cheers,


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    David Ready                            Area: Protocols
To:      All                                    24 Feb 92 02:26:52
Subject: DSZ.LOG                                UpdReq 

Has anybody been having problem with download upload logs and how they are
handled by protocol.ctl. I keep getting a msg that such and such a log can't
be opened and the user gets the msg that the transfer was aborted even though
it was sucessful. I can manually create say a dsz.log and even though it is a
SET enviroment varible it deletes the log on exit from the ul/dl. The same
happens with other protocols.
Has anybody in the echo sucessfully installed Megalink (mlink16.exe)?
regards...David


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Billy Cash                             Area: Protocols
To:      Jose Avelar                            25 Feb 92 18:48:10
Subject: calculating d/l time at x baud         UpdReq 

 JA> I'm a little stumped here. I'm working on setting up my ratios and 
 JA> need some help on how to calculate the time it takes to d/l a 
 JA> specific file at x baud. If someone has the formula and can pass it 
 JA> over I would sure be happy.
file size / bps rate * 10 * efficiency rate of protocol / 60 = number of 
minutes
The efficiency rate of ZMODEM is about 95%, so multiply .95.
>>>W>F>C>3>



--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Scott Dudley                           Area: Protocols
To:      Billy Cash                             26 Feb 92 20:10:36
Subject: Logged Bits! <<CARRIER HANGS, ETC>>    UpdReq 

 BC> <grin>  Anyway, I already have Path Temp pointing to 
 BC> D:\MAXTEMP.  But "Most uploads?"  Which uploads will 
 BC> not?
It depends on the protocol.  Xmodem, X-1K and (as I recall) Telink all go to 
the temp path.


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Scott Burkett                          Area: Protocols
To:      Brian Hampson                          27 Feb 92 07:32:32
Subject: Dupe Checking                          UpdReq 

In a msg on <Feb 25 18:17>, Brian Hampson of 1:153/733 writes:
 BH> Did the user choose an external protocol?  No dupe checking 
 BH> there.
Interesting, and correct.  Hmmm...I wish Max would prompt for the filename 
BEFORE shelling to an external protocol.  That way, dupe checking could be 
initiated for all uploads, no matter what the protocol.....Scott?
Scott :)



--------------= Brought to you compliments of Plastic Tower  =---------------

From:    John Cathie                            Area: Protocols
To:      Scott Burkett                           1 Mar 92 11:07:24
Subject: Dupe Checking                          UpdReq 

Howdy Scott,
In a msg of <27 Feb 92>, Scott Burkett writes to Brian Hampson:
 SB> Interesting, and correct.  Hmmm...I wish Max would prompt for the
 SB> filename BEFORE shelling to an external protocol.  That way, dupe
 SB> checking could be initiated for all uploads, no matter what the
 SB> protocol.....Scott?
Yeah, it's too bad such a good feature (dupe check) only came out half baked. 
With Max's extensive capabilities for external protocols, I'm really 
surprised this wasn't thought out better.
But, with all the other features Scott had to work on, we should forgive him. 
He's only human. :)
John

--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Brian Hampson                          Area: Protocols
To:      Scott Burkett                          29 Feb 92 20:54:50
Subject: Dupe Checking                          UpdReq 

 SB> Interesting, and correct.  Hmmm...I wish Max would 
 SB> prompt for the filename BEFORE shelling to an external 
 SB> protocol.  That way, dupe checking could be initiated 
That defeats the idea of a BATCH protocol though.
B.



--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Charlie Johnson                        Area: Protocols
To:      Scott Dudley                            2 Mar 92 11:44:42
Subject: Super Z & J                            UpdReq 

If you (like me) have been forced by the high volume of MUFFIN messages to 
only read messages if they are addressed to you personally, then I will 
repeat the question, originally addressed to "All":
What should the lines in protocol.ctl look like to add both J-Modem and 
SZ-Modem protocols? 
Thanks in advance.
CJ


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Scott Dudley                           Area: Protocols
To:      Charlie Johnson                         5 Mar 92 11:09:38
Subject: Super Z & J                            UpdReq 

 CJ> What should the lines in protocol.ctl look like to add 
 CJ> both J-Modem and SZ-Modem protocols? 
I don't know.  I have never run JModem or SZModem.  Moreover, they don't even 
run under my operating system, so I have no way to easily test them.


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Richard Butler                         Area: Protocols
To:      All                                     5 Mar 92 16:43:52
Subject: SZmodem                                UpdReq 

Anybody have the PROTOCOL.CTL settings for SZmodem?
While you're at it, how about the settings for DSZ True Y-Modem?
Thanks.


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Scott Burkett                          Area: Protocols
To:      Brian Hampson                           7 Mar 92 07:36:12
Subject: Dupe Checking                          UpdReq 

In a msg on <Feb 28 01:01>, Brian Hampson of 1:153/733 writes:
 SB> Interesting, and correct.  Hmmm...I wish Max would 
 SB> prompt for the filename BEFORE shelling to an external 
 SB> protocol.  That way, dupe checking could be initiated 
 BH> That defeats the idea of a BATCH protocol though.
Perhaps Max could keep Scan each upload as the user types the description in...


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Charlie Johnson                        Area: Protocols
To:      Richard Butler                          7 Mar 92 02:03:06
Subject: Re: SZmodem                            UpdReq 

RB> Anybody have the PROTOCOL.CTL settings for SZmodem?
I been asking for several months now with only 1 reply on the topic,(and that 
was an "Sorry but I can't help you on that one" reply).

:-(
CJ


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Huw Upshall                            Area: Protocols
To:      Anyone                                  8 Mar 92 14:01:04
Subject: HS-Link                                UpdReq 

Does anyone have a HS-Link Protocol.ctl configuration set up? if so, i'd like 
to have a copy, could you post it here?



--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Greg Martz                             Area: Protocols
To:      Huw Upshall                             9 Mar 92 06:44:00
Subject: Re: HS-Link                            UpdReq 

  Hello Huw Upshall
 In a message Huw Upshall (1:3401/12.0) writes:
HU> Does anyone have a HS-Link Protocol.ctl configuration set up? if
HU> so, i'd like to have a copy, could you post it here?
Protocol HSLink
        Type            Batch
;       Type            Errorlevel
        Type            Bi
;       Type            Opus
        LogFile         d:\max\HSL%K.Log
        ControlFile     d:\max\HSL%K.Ctl
        DownloadCmd     command.com /c rhsl d:\max\HSL%K.Log -P%P -B%W -E%b 
-U%V @d:\max\HSL%K.Ctl
        UploadCmd       command.com /c rhsl d:\max\HSL%K.Log -P%P -B%W -E%b 
-U%V
        DownloadString  %s
        UploadString
        DownloadKeyword h
        UploadKeyword   H
        FilenameWord    10
        DescriptWord    0
End Protocol
The rhsl.bat in max directory:
@echo off
d:
cdd d:\max
set dszlog=%1
Hslink %2 %3 %4 %5 %6 %7 %8 %9
set dszlog=
Greg.

--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Tom Keyes                              Area: Protocols
To:      Antony Winn                             9 Mar 92 08:51:06
Subject: Maximus and non standard comms ports.  UpdReq 

In a message on <Mar 04 15:17>, Antony Winn (3:691/107@fidonet) writes:
 BB> In a msg on Feb 22 92, Antony Winn of 3:691/107 writes:
 AW> Anyone know how to run Max on Com3 with IRQ5 instead if 4?
 BB> Sounds like a job for your fossil driver, not Max. 
 BB> Check the docs for your fossil -- they should tell you 
 BB> how to set alternative addresses and IRQ's for each 
 BB> port.
 AW>Yeah, I'd totally forgotten about the existance of my fossil, been that 
 AW>long since I had to worry about it.. <blush>  Silly me eh?
 AW>Thanks for the help.
 AW>Later,
 AW>      Antony.
You will have to concern yourself with the external Protocols..  Such as DSZ
I changed the RDSZ Batch file to read(using com1 and IRQ 5 on Task 1.)
If %2 == 1 goto d1
Dsz port %2 speed %3 %4 %5 %6 %7 %8 %9
goto end
:d1
dsz port 03f4,5 speed %3 %4 %5 %6 %7 %8 %9
:end
Zmodem does not see the fossil change. You may also have to change some others 
in Protocol.ctl..


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    David Jones                            Area: Protocols
To:      Huw Upshall                            10 Mar 92 07:40:42
Subject: HS-Link                                UpdReq 

Protocol HS/Link
          Type            Batch
;         Type            Errorlevel
          Type            Bi
;         Type            Opus
          LogFile         HSL%K.Log
          ControlFile     HSL%K.Ctl
          DownloadCmd     command.com /c rhsl HSL%K.Log %P %V @%x:HSL%K.Ctl
          UploadCmd       command.com /c rhsl HSL%K.Log %P %V
          DownloadString  %s
          UploadString
          DownloadKeyword h
          UploadKeyword   H
          FilenameWord    10
          DescriptWord    0
 End Protocol
 Hope it helps.


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Bruno Soucy                            Area: Protocols
To:      Huw Upshall                            11 Mar 92 00:54:08
Subject: HS-Link                                UpdReq 

 HU> Does anyone have a HS-Link Protocol.ctl configuration 
 HU> set up? if so, i'd like to have a copy, could you post 
 HU> it here?
I've tried to set it up but have found many problems doing so. I have tried 
setting up many external protocols for max but have run across the same 
problem over and over again. 
I have the following installed:
        
                MPT
                DSZ
                Bimodem
                HS/LINK
                HYPER
                Super Zmodem
MPT and DSZ work perfectly (I just used the default parameters) but however 
when it comes to the rest, Max will always tell me "Can't open @xxx.log" at 
the end of the transfer and then will send me "TRANSFER ABORTED" thus not 
recording any downloading or uploading activity. I thought that the problem 
lied with my command lines, but have found the same problem with Bimodem's 
default configuration in PROTOCOL.CTL... How come it can't open these log 
files? If you can solve this problem, I believe my HS/LINK entry is correct. 
I would really appreciate any help/assistance anyone could muster...
Thanks,
Bruno


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Eric Ulken                             Area: Protocols
To:      David Jones                            10 Mar 92 22:03:42
Subject: HS-Link                                UpdReq 

On <Mar 10 07:40>, David Jones (1:124/6009) scribbled something like this:
 DJ> Protocol HS/Link
    What exactly is HS/Link.  I noticed it is used as a bidirectional transfer 
protocol.  The only bidirectional protocols I know are Bimodem and Janus.  Is 
this any good?  If so, where can I get it?  Thanks!
    
                                                                    -EU 


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    David Jones                            Area: Protocols
To:      Eric Ulken                             11 Mar 92 05:47:56
Subject: HS-Link                                UpdReq 

 EU>     What exactly is HS/Link.  I noticed it is used 
 EU> as a bidirectional transfer protocol.  The only 
 EU> bidirectional protocols I know are Bimodem and 
 EU> Janus.  Is this any good?  If so, where can I get 
 EU> it?  Thanks!
 EU>     
It's basically like them, although it has other features..I use it and have 
had no problems.. It is Widely available..


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Steve Hughes                           Area: Protocols
To:      Charlie Johnson                        10 Mar 92 11:26:24
Subject: Re: SZmodem                            UpdReq 

RB> Anybody have the PROTOCOL.CTL settings for SZmodem?
 CJ> I been asking for several months now with only 1 reply 
 CJ> on the topic,(and that was an "Sorry but I can't help 
 CJ> you on that one" reply).
Someone else posted this a month or so ago. It's not mine !!!
I emphasize that because it wouldn't work for me, you may have better luck of 
course :-)
Protocol SZmodem
        Type            Batch
        Logfile         DSZ%K.log
        ControlFile     SZmodem.ctl
        Downloadcmd     command /c SZXFER DSZ%K.log SZ @SZmodem.ctl
        Uploadcmd       command /c SZXFER DSZ%K.log RZ %v
        Downloadstring  %s
        Uploadstring
        Downloadkeyword z
        Uploadkeyword   Z
        Filenameword    10
        Descriptword    0
End protocol
SZXFER.BAT
Set dszlog=%1
C:\szmodem\szmodem /cfgpath /nolog /dl c:\szmodem\ %2 %3
Set dszlog=

---
Good luck.
Steve



--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Bruno Soucy                            Area: Protocols
To:      Whoever asked for it?                  13 Mar 92 13:40:04
Subject: protocol.ctl                           UpdReq 

Terribly sorry for the unadressed reply but the original message has been 
deleted... I tried doing an ASCII upload of my Protocol.ctl but everything 
screwed up! I'll try it again though:
 Protocol MPt
         Type            Batch
         LogFile         Mpt.Log
         ControlFile     Mpt.Ctl
         DownloadCmd     mpt A+ B- D+ F+ N+ P%P S0 M- W- X+ HF Lmpt.log s 
@mpt.ctl
         UploadCmd       mpt A+ B- D+ F+ N+ P%P S0 M- W- X+ HF Lmpt.log r %v
         DownloadString  %s
         UploadString
         DownloadKeyword S
         UploadKeyword   R
         FilenameWord    10
         DescriptWord    0
 End Protocol
 Protocol DSZ/Moby
         Type            Batch
         LogFile         DSZ%K.Log
         ControlFile     DSZ%K.Ctl
         DownloadCmd     command.com /c rdsz DSZ%K.Log %P %W ha both sz -m -Z 
@%x:DSZ%K.Ctl
         UploadCmd       command.com /c rdsz DSZ%K.Log %P %W ha both rz %v
         DownloadString  %s
         UploadString
         DownloadKeyword z
         UploadKeyword   Z
         FilenameWord    10
         DescriptWord    0
 End Protocol
 Protocol BiModem
         Type            Batch
 ;       Type            Errorlevel
         Type            Bi
 ;       Type            Opus
         LogFile         Bimodem.Log
         ControlFile     Bimodem.Ctl
         DownloadCmd     bimodem /B %W /L %P /T %t /R %V /U @Bimodem.Ctl
         UploadCmd       bimodem /B %W /L %P /T %t /R %V
         DownloadString  %s
         UploadString
         DownloadKeyword S
         UploadKeyword   R
         FilenameWord    5
         DescriptWord    0
 End Protocol
Hope this is clear?!?
Bruno


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Bruno Soucy                            Area: Protocols
To:      Whoever asks for it                    13 Mar 92 13:44:46
Subject: Protocol.ctl                           UpdReq 

Here's the rest of it...
  Protocol HS/LINK
          Type            Batch
  ;       Type            Errorlevel
          Type            Bi
  ;       Type            Opus
          LogFile         DSZ.Log
          ControlFile     Hslink.Ctl
          DownloadCmd     Hs-crack -P1 -HX -K -R -NT -uc:\max\file\pir-upl 
@Hslink.Ctl
          UploadCmd       Hs-crack -K -O -R -NT -uc:\max\file\pir-upl
          DownloadString  %s
          UploadString
          DownloadKeyword Sent
          UploadKeyword   Received
          FilenameWord    10
          DescriptWord    0
    End Protocol% ------------
 Protocol >HyPeR<
         Type            Batch
         LogFile         Hyper.Log
         ControlFile     Hyper.Ctl
         DownloadCmd     Hyperp logfile:hyper.log display:off send @hyper.ctl
         UploadCmd       Hyperp logfile:hyper.log display:off receive %V
         DownloadString  %s
         UploadString
         DownloadKeyword Sent
         UploadKeyword   Received
         FilenameWord    1
         DescriptWord    0
 End Protocol
 Protocol !Super Zmodem
         Type            Batch
         LogFile         SZM.Log
         ControlFile     SZM.Ctl
         DownloadCmd     Szmodem sz port 1 speed 2400 irq 4 @SZM.Ctl
         UploadCmd       Szmodem rz port 1 speed 2400 irq 4 \max\file\pir-upl\
         DownloadString  %s
         UploadString
         DownloadKeyword Sent
         UploadKeyword   Received
         FilenameWord    1
         DescriptWord    0
 End Protocol
There it is... If anyone has any suggestions on how I could improve this, 
lemme know... 
Bruno


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Huw Upshall                            Area: Protocols
To:      Bruno Soucy                            12 Mar 92 00:48:16
Subject: HS-Link                                UpdReq 

A friend of mine gave me this for the HS-Link protocol, give this one a shot:
Protocol HSLink
        Type            Batch
;       Type            Errorlevel
        Type            Bi
;       Type            Opus
        LogFile         d:\max\HSL%K.Log
        ControlFile     d:\max\HSL%K.Ctl
        DownloadCmd     command.com /c rhsl d:\max\HSL%K.Log -P%P -B%W -E%b -
U%V @d:\max\HSL%K.Ctl
        UploadCmd       command.com /c rhsl d:\max\HSL%K.Log -P%P -B%W -E%b -
U%V
        DownloadString  %s
        UploadString
        DownloadKeyword h
        UploadKeyword   H
        FilenameWord    10
        DescriptWord    0
End Protocol
The rhsl.bat in max directory:
@echo off
d:
cdd d:\max
set dszlog=%1
Hslink %2 %3 %4 %5 %6 %7 %8 %9
set dszlog=
That's just about it


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Philip Perlman                         Area: Protocols
To:      All                                    13 Mar 92 22:10:02
Subject: External Zmodem                        UpdReq 

Using DSZ.EXE registerd, located in my max directory and following the
parameters included in protocol.ctl for moly turbo, I find that DSZ
doesn't work. I created the RDSZ.BAT per the instructions. Are the
suggested parameters incorrect or am I doing something wrong?
                                        Phil
... Veni, vidi, fugi! -- I came, I saw, I got the hell outta there...

--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Mike Tayeb                             Area: Protocols
To:      Bruno Soucy                            13 Mar 92 23:11:42
Subject: HS/Link                                UpdReq 

Bruno,
  I heard you were having trouble with HS/Link and Max.  Here is the proper 
working configuration for it, to be placed in protocol.ctl.
Protocol HS/Link (Bi-directional)
        Type            Batch
;       Type            Errorlevel
        Type            Bi
;       Type            Opus
        LogFile         HSLink%K.Log
        ControlFile     HSLink%K.Ctl
        DownloadCmd     Command.com /c Rhslink.Bat HSlink%K.Log -@ -P%P -U%V 
-E%b -NV @%x:HSLink%K.Ctl
        UploadCmd       Command.com /c Rhslink.Bat HSLink%K.Log -@ -P%P -U%V 
-E%b -NV
        DownloadString  %s
        UploadString
        DownloadKeyword h
        UploadKeyword   H
        FilenameWord    10
        DescriptWord    0
End Protocol
You must also create the following batch file called RHSLINK.BAT in your Max 
directory:
ECHO OFF
SET DSZLOG=%1
HSLINK.EXE %2 %3 %4 %5 %6 %7 %8 %9
SET DSZLOG=
Hope this helps,
Mike



--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Bruno Soucy                            Area: Protocols
To:      Huw Upshall                            14 Mar 92 18:39:34
Subject: HS-Link                                UpdReq 

 HU> A friend of mine gave me this for the HS-Link protocol, 
 HU> give this one a shot:
 HU> Protocol HSLink
Thanks! I got it to work... 
Bruno (your #1 fan <g>)


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Philip Perlman                         Area: Protocols
To:      Ralph Schwarz                          15 Mar 92 01:10:40
Subject: HS-Link & Other Protocols              UpdReq 

If you get Ymodem-G going would you be so kind as to publish your 
configuration? I'm having difficulty using DSZ as an external protocol. I am 
using 4DOS and modified the Protocol.CTL for DSZ as specified. DSZ works but 
when it ends the download, it just stays there in DOS and doesn't return to 
the BBS. I'm using 201b and FD 2.02. If you have any hints,  I'd appreciate 
them. Thanks.
                                        Phil


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Kevin Eastman                          Area: Protocols
To:      Philip Perlman                         14 Mar 92 14:48:18
Subject: External Zmodem                        UpdReq 

In a msg on <Mar 13 22:10>, Philip Perlman of 1:278/709 writes:
 PP> Using DSZ.EXE registerd, located in my max directory and 
 PP> doesn't work. I created the RDSZ.BAT per the instructions. Are 
It works for me. Here is my setup.
Protocol DSZ/Moby
         Type            Batch
% ;       Type            Errorlevel
% ;       Type            Bi
% ;       Type            Opus
%         LogFile         DSZ%K.Log
         ControlFile     DSZ%K.Ctl
         DownloadCmd     command.com /c rdsz DSZ%K.Log %P %W ha both sz -m -Z 
@%x:DSZ%K.Ctl
         UploadCmd       command.com /c rdsz DSZ%K.Log %P %W ha both rz %v
         DownloadString  %s
         UploadString    %s
         DownloadKeyword z
         UploadKeyword   Z
         FilenameWord    10
         DescriptWord    0
 End Protocol
This is waht my RDSZ.Bat looks like.
echo off
set dszlog=%1
dsz port %2 speed %3 %4 %5 %6 %7 %8 %9
set dszlog=C:\Logs\
Kevin.


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Kevin Eastman                          Area: Protocols
To:      Huw Upshall                            15 Mar 92 04:09:52
Subject: HS-Link                                UpdReq 

In a msg on <Mar 12 00:48>, Huw Upshall of 1:3401/12 writes:
 HU> A friend of mine gave me this for the HS-Link protocol, give this 
 HU> one a shot:
 HU> Protocol HSLink
I tried this and it works great. Thank your friend for me.
Kevin.


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Colin Wheat                            Area: Protocols
To:      Steve Hughes                           14 Mar 92 23:49:00
Subject: Networking/multi-node                  UpdReq 

 SH> One thing, you must 
 SH> either have all nodes fossil locked or all unlocked as 
 SH> protocol.max is generated for all nodes and is not node 
 SH> specific. I fell into that trap :-)
Not for v2.01wb :-)
* The path and name for the PROTOCOL.MAX file (binary dump of information
  in PROTOCOL.CTL) can now be specified in the SESSION section of MAX.CTL.
  The following keyword:
        ProtocolCtl     D:\Max\Protocol.Max
  instructs Max to use d:\max\protocol.max as the protocol information
  file for the current task.  If this keyword is omitted, Max will
  default to using PROTOCOL.MAX in the current directory.
Regards.


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Richard Butler                         Area: Protocols
To:      Mike Tayeb                             15 Mar 92 13:55:14
Subject: HS/Link                                UpdReq 

Hi Mike!
You wouldn't happen to have the protocol.ctl configuration for SZmodem?
Thanks


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Huw Upshall                            Area: Protocols
To:      Ralph Schwarz                          14 Mar 92 23:11:08
Subject: HS-Link                                UpdReq 

I have DSZ and Y-Modem-G working, here are my Protocol.CTL entrys...
Protocol GYmodem-G/DSZ
         Type            Batch
%        Type            Errorlevel
%        Type            Bi
%        Type            Opus
         LogFile         DSZ%K.Log
         ControlFile     DSZ%K.Ctl
         DownloadCmd     command.com /c rdsz DSZ%K.Log %P 19200 ha both sb -g
 -Z @%x:DSZ%K.Ctl
         UploadCmd       command.com /c rdsz DSZ%K.Log %P 19200 ha both rb -g
 %v
         DownloadString  %s
         UploadString
         DownloadKeyword S
         UploadKeyword   R
         FilenameWord    10
         DescriptWord    0
 End Protocol
And for DSZ, i use Scott's entry that was distributed, On the DSZ, you need 
to have a version of DSZ.EXE (or COM) that supports Moby Turbo, i had a 
old registered version of DSZ and had to get an updated copy 'cause it wouldn't
work.  For Moby and Y-G, i use DSZ.COM, and on both Accounts, you need to run
the RDSZ.BAT file, that is this:
echo off
set dszlog=%1
dsz port %2 speed %3 %4 %5 %6 %7 %8 %9
set dszlog=
Good luck.



--------------= Brought to you compliments of Plastic Tower  =---------------

From:    David Page                             Area: Protocols
To:      Philip Perlman                         16 Mar 92 08:25:02
Subject: Re: HS-Link & Other Protocols          UpdReq 

 PP> If you get Ymodem-G going would you be so kind as to 
 PP> publish your configuration? I'm having difficulty 
 PP> using DSZ as an external protocol. I am using 4DOS and 
 PP> modified the Protocol.CTL for DSZ as specified. DSZ 
 PP> works but when it ends the download, it just stays 
 PP> there in DOS and doesn't return to the BBS. I'm using 
 PP> 201b and FD 2.02. If you have any hints,  I'd 
 PP> appreciate them. Thanks.
 PP>                                         Phil
 PP> --- Maximus 2.01wb
 PP>  * Origin: * BlueDog BBS * (212) 594-4425 * NY,NY * 
 PP> HST/DS (1:278/709)
 PP> Try this:
 Protocol Ymodem/DSZ
   Type            Batch
   % ;       Type            Errorlevel
   % ;       Type            Bi
   % ;       Type            Opus
   %
   LogFile         DSZY%K.Log
   ControlFile     DSZY%K.Ctl
   DownloadCmd     g:\4dos\4dos.com /c rdsz DSZY%K.Log %P 38400 ha both sb 
@%x:DSZY%K.Ctl
   UploadCmd       g:\4dos\4dos.com /c rdsz DSZY%K.Log %P 38400 ha both rb %v
   DownloadString  %s
   UploadString
   DownloadKeyword y
   UploadKeyword   Z
   FilenameWord    10
   DescriptWord    0
End Protocol
 Note that the download and upload lines wrapped. This is specific to 4dos.

--- Sirius 1.0ya


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Peter Cooper                           Area: Protocols
To:      Richard Butler                         17 Mar 92 11:13:50
Subject: Szmodem                                UpdReq 

In a msg on <Mar 15 13:55>, Richard Butler of 1:396/61 writes:
 RB> You wouldn't happen to have the protocol.ctl configuration for SZmodem?
I'm going to bud in here, I set Szmodem up with max. It took a wee bit of 
trial and error... 
    If you are not really interested in making a wee program to do this,    
just log onto my BBS, use the  GUEST account, NO password, and use the     
Door: d/l SZHASH
    There is a detailed description on what is done/and sample configuration. 
if you want, I will reply with a description of what must be done in the 
program.  (save you long distance time).



--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Charlie Johnson                        Area: Protocols
To:      Steve Hughes                           16 Mar 92 14:43:02
Subject: Re: SZmodem                            UpdReq 

SH> RB> Anybody have the PROTOCOL.CTL settings for SZmodem?
SH> 
SH>  CJ> I been asking for several months now with only 1 reply
SH>  CJ> on the topic,(and that was an "Sorry but I can't help
SH>  CJ> you on that one" reply).
SH> 
SH> Someone else posted this a month or so ago. 
SH> It's not mine !!!
SH> I emphasize that because it wouldn't work for me, you 
SH> may have better luck of course :-)
Thanks! At least that's something to work with. Bruno Soucy says he has SZM 
working so let's see how his may differ when or if he posts it.
CJ


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Gerhard Lustig                         Area: Protocols
To:      Philip Perlman                         16 Mar 92 05:50:38
Subject: External Zmodem                        UpdReq 

    Servus Philip!
13.Mar.1992, Philip Perlman writes to All:
 PP> suggested parameters incorrect or am I doing something wrong?
    i using dsz.com in this way:
% ------------
% PROTOCOL.CTL
% ------------
Protocol Zmodem
         Type            Batch
         LogFile         DSZ%K.Log
         ControlFile     DSZ%K.Ctl
         DownloadCmd     DSZ.COM ha both port %P speed %W pB2048 e D %b sz -rr 
@%x:DSZ%K.Ctl
         UploadCmd       DSZ.COM ha both port %P speed %W pB2048 e D %b rz -rr 
%V
         DownloadString  %s
         UploadString
         DownloadKeyword z
         UploadKeyword   Z
         FilenameWord    10
         DescriptWord    0
End Protocol
    and my exebbs.bat for max:
f:
cd %MAX%
 if %1==LOCAL goto LOCAL
 if %1==REMOUTE goto REMOUTE
 SET TASK=01
 SET DSZLOG=%MAX%\DSZ%TASK%.LOG
 SET LOCKBAUD=38400
 max -b%1 -s%LOCKBAUD% -p%2 -t%3 -l%log%\max%task%.log -n%task% -xz
goto start
:local
 SET TASK=02
 SET DSZLOG=%MAX%\DSZ%TASK%.LOG
 SET LOCKBAUD=38400
 max -k -s%LOCKBAUD% "-jgerhard lustig;y;passwort;|;n;|;n;n" -n%task% 
-l%log%\max%task%.log -xz
goto start
:remoute
 SET TASK=02
 SET DSZLOG=%MAX%\DSZ%TASK%.LOG
 SET LOCKBAUD=115200
 max -w -p%2 -n%task% -s%LOCKBAUD% -lf:\fd\log\max%task%.log -xz
goto start
:restart
f:
echo 
echo  Restart Maximus V2.01                                                   
echo 
cd %max%
    max -r -s%LOCKBAUD% -n%task% -l%log%\max%task%.log -xz
:start
......
goto restart
  mfg. Gerhard


--------------= Brought to you compliments of Plastic Tower  =---------------

From:    Peter Cooper                           Area: Protocols
To:      Richard Butler                         19 Mar 92 21:03:08
Subject: Szmodem                                UpdReq 

In a msg on <Mar 17 21:58>, Richard Butler of 1:396/61 writes:
 PC> if you want, I will reply with a description of what must be done 
 PC> in the program.  (save you long distance time).
 RB> That would be great if you'd post the info here. I'm sure there 
 RB> are others that would be interested.
Protocol !SuperZ!
Type            Batch
LogFile         DSZ.LOG
ControlFile     DSZ.CTL
DownloadCmd     SZsend.com %p %b DSZ.CTL SEND DSZ.LOG
UploadCmd       SZrecv.com %p %b \FILES\TOSS\ RECV DSZ.LOG
DownloadString  %s
UploadString
DownloadKeyword SEND
UploadKeyword   RECV
FilenameWord    11
End Protocol

-=- szsend.bat
@echo off
if exist %5 del %5
SZMODEM SPEED %2 /NOPAGE /OCOMP /SZTURBO /DL SZ @%3
if exist %3 del %3
CLS
SZHASH %4 %5
translated into:
@echo off
if exist DSZ.log del DSZ.log
szmodem SPEED <current baud rate> /NOPAGE /OCOMP /SZTURBO /DL SZ @DSZ.LOG
if exist dsz.ctl del dsz.ctl
CLS
SZHASH <download keyword> DSZ.LOG

-=- szrecv
this is very simular to szsend... except it replaces the  <download keyword>
with the <upload keyword> and *important* specifies the uploads path.
read szmodem.doc  for more info.
DSZ.LOG:  szmodem's szmodem.log option must be on as well as the DSZ log
          style... Dsz.log is the closest format.... (the uploads and          
 downloads entries are undesernable, and this is why all the           
trouble... Maximus needs the DSZ.LOG to get all the info, and           
without the program Max will think (with the regular Zmodem           
settings) that the user always downloads... 
DSZ.CTL   a @ before DSZ.CTL is needed to tell Szmodem that this is the list
          of files to to be sent.
Download string:  leave this alone, or the file list in DSZ.LOG will not show  
                  up.
FileName Word:   This is set to 11 becuase 11 words after either of the 


--------------= Brought to you compliments of Plastic Tower  =---------------

