From:    Bob Juge                               Area: Protocols
To:      Randy Edwards                          18 Jan 92 21:01:52
Subject: External protocol help                 UpdReq 

 > RE:    Okay, everything seems fine.  The Ascii00.Ctl and Kermit00.Ctl 
 > RE: are being made -- I've looked at them in the \Max directory.  But 
 > RE: why the *#&%)(@! doesn't the stupid protocols see the *.CTL files 
 > RE: instead of telling me "Can't open ctl file."  Anyone have any 
 > RE: ideas?  Thanks in advance.
%% ASCII protocol.  This is the Opus-compatible OATE transfer module.
% To use, simply uncomment this protocol and place ASCII.EXE in
% your \MAX directory.
%Protocol ASCII(Text)
;       Type            Batch
;       Type            Errorlevel
;       Type            Bi
        Type            Opus
        LogFile         Ascii%K.Log
        ControlFile     Ascii%K.Ctl
        DownloadCmd     Ascii.Exe Ascii.Exe -p%p -b9600 C:\MAX\ASCII%K.CTL
        UploadCmd       Ascii.Exe Ascii.Exe -p%p -b9600 C:\MAX\ASCII%K.CTL
        DownloadString  Send %s
        UploadString    Get %s
        DownloadKeyword Sent
        UploadKeyword   Got
        FilenameWord    1
        DescriptWord    4
End Protocol
%% Kermit protocol.  This is the Opus-compatible OKERMIT transfer module.
% To use, simply uncomment this protocol and place KERMIT.EXE in your
% \MAX directory.
%Protocol Kermit
        Type            Batch
;       Type            Errorlevel
;       Type            Bi
        Type            Opus
        LogFile         Kermit%K.Log
        ControlFile     Kermit%K.Ctl
        DownloadCmd     Kermit.Exe Kermit.Exe -p%p -b9600 C:\MAX\KERMIT%K.CTL
        UploadCmd       Kermit.Exe Kermit.Exe -p%p -b9600 C:\MAX\KERMIT%K.CTL
        DownloadString  Send %s
        UploadString    Get %s
        DownloadKeyword Sent
        UploadKeyword   Got
        FilenameWord    1
        DescriptWord    4
End Protocol
This works for me (running with FOSSIL locked at 38400)...
                                        - Bob


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

