From fdc@columbia.edu Sun Oct  6 20:03:49 EDT 2002
Article: 13762 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: ANNOUNCE: Embeddable Kermit File-Transfer Protocol
Date: 6 Oct 2002 20:01:22 -0400
Organization: Columbia University
Lines: 31
Message-ID: <anqisi$avb$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1033948883 6979 128.59.39.139 (7 Oct 2002 00:01:23 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 7 Oct 2002 00:01:23 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13762


In response to increasingly frequent requests, I'm happy to announce the
availability of an embeddable Kermit protocol.  This is a tiny but modern
implementation of Kermit protocol (send and receive only; no server)
written in ANSI C suitable for embedding and realtime applications as well
as for creation of DLLs.  It is the real thing, written at the Kermit
Project at Columbia University, the original developers of the Kermit
protocol.  More about Embedded Kermit (EK) here:

  http://www.columbia.edu/kermit/ek.html

This is not free software and it is not online for public viewing.  As you
may know, the Kermit Project is funded entirely by revenue it generates.
The purpose of EK is to generate badly needed revenue during the economic
slump, and to furnish people who need a compact and embeddable version of
Kermit protocol with -- at last -- an implementation "from the source"
that works with other correct Kermit implementations such as C-Kermit,
G-Kermit, MS-DOS Kermit, and Kermit 95, and that is fully supported by
the developers.

If you're interested in looking at it, please send an inquiry by email to:

  kermit@columbia.edu

Thanks.

Frank da Cruz
The Kermit Project
Columbia University
New York NY  USA
http://www.columbia.edu/kermit/


From not-a-real-address@usa.net Mon Oct  7 09:43:47 EDT 2002
Article: 13763 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-02!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: YModem
Date: 07 Oct 2002 07:35:41 GMT
Organization: earthfriends
Message-ID: <m1n0pqhfj5.gnus@usa.net>
References: <6dfb5332.0210051812.463a13dc@posting.google.com> <anpjau$2cp$1@watsol.cc.columbia.edu>
User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Informed Management
 (RC1), i686-redhat-linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 18
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13763

in comp.protocols.kermit.misc i read:
>In article <6dfb5332.0210051812.463a13dc@posting.google.com>,
>Jim <jfathman@aol.com> wrote:

>: Kermit and three other commercial products can't all be wrong.  What
>: am I missing here?  Is there a newer YModem spec that I just can't
>: find?  Are the rules for YModem over TCP different somehow than YModem
>: over serial/modem?

>Any communication over a Telnet connection has to observe Telnet protocol
>rules.

i.e., 0xff is special, it's the iac escape character, to get a 0xff
presented to the application you need to send two.  see rfc 854.  the
important distinction is that you are running ymodem over telnet not tcp.

-- 
bringing you boring signatures for 17 years


From jfathman@aol.com Mon Oct  7 09:43:53 EDT 2002
Article: 13764 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!paloalto-snf1.gtei.net!news.gtei.net!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: jfathman@aol.com (Jim)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: YModem
Date: 7 Oct 2002 06:00:47 -0700
Organization: http://groups.google.com/
Lines: 24
Message-ID: <6dfb5332.0210070500.7372e485@posting.google.com>
References: <6dfb5332.0210051812.463a13dc@posting.google.com> <anpjau$2cp$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 168.103.194.77
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1033995647 12612 127.0.0.1 (7 Oct 2002 13:00:47 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 7 Oct 2002 13:00:47 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13764

fdc@columbia.edu (Frank da Cruz) wrote in message news:<anpjau$2cp$1@watsol.cc.columbia.edu>...
> In article <6dfb5332.0210051812.463a13dc@posting.google.com>,
> Jim <jfathman@aol.com> wrote:
> : ...
> : Kermit and three other commercial products can't all be wrong.  What
> : am I missing here?  Is there a newer YModem spec that I just can't
> : find?  Are the rules for YModem over TCP different somehow than YModem
> : over serial/modem?
> : 
> Any communication over a Telnet connection has to observe Telnet protocol
> rules.
> 
> - Frank

Frank,

Thanks for your reply.  I'll look in that direction.  Can you tell me
which Telnet protocol rule applies?  I was thinking of this in terms
of a stream connection -- data in, data out.  But your comment
suggests that I have more work to do to filter the incoming data
stream on the YModem receive side, to undo any bytes added by Telnet. 
Is that the size of it?

Jim


From fdc@columbia.edu Mon Oct  7 09:58:45 EDT 2002
Article: 13765 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.arch.embedded,comp.protocols.kermit.misc
Subject: Re: ANNOUNCE: Embedded Kermit File-Transfer Protocol
Date: 7 Oct 2002 09:53:27 -0400
Organization: Columbia University
Lines: 26
Message-ID: <ans3kn$c9k$1@watsol.cc.columbia.edu>
References: <anqinh$ais$1@watsol.cc.columbia.edu> <gjv1quoadrqg25t2n2hkl6csu0isgcaah8@4ax.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1033998808 28745 128.59.39.139 (7 Oct 2002 13:53:28 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 7 Oct 2002 13:53:28 GMT
Xref: newsmaster.cc.columbia.edu comp.arch.embedded:138463 comp.protocols.kermit.misc:13765

In article <gjv1quoadrqg25t2n2hkl6csu0isgcaah8@4ax.com>,
Robert Reimiller  <bob@certsoft.com> wrote:
: On 6 Oct 2002 19:58:41 -0400, fdc@columbia.edu (Frank da Cruz) wrote:
: >In response to increasingly frequent requests, I'm happy to announce the
: >availability of an embeddable Kermit protocol.  ...
: >
: >   http://www.columbia.edu/kermit/ek.html
:
: That takes me back in time, do people still use Kermit?
:
They sure do; take a look at the Kermit Project website:

  http://www.columbia.edu/kermit/

Particularly the "common misconceptions":

  http://www.columbia.edu/kermit/kermit.html#Misconceptions

Of all the point-to-point file transfer protocols, it's the most robust,
the most adaptable, and the most in demand for embedding.  It is used in
all sorts of devices: factory-floor equipment, postal sorters, cell towers,
medical equipment, POS devices, bar-code scanners, and so forth; either for
getting data in and out (cash register receipts), maintenance (collecting
logs or dumps), updates (loading new firmware), etc etc.

- Frank


From bob@certsoft.com Mon Oct  7 14:01:39 EDT 2002
Article: 13766 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!news.maxwell.syr.edu!cyclone2.usenetserver.com!news.webusenet.com!feed.centurytel.net!not-for-mail
From: Robert Reimiller <bob@certsoft.com>
Newsgroups: comp.arch.embedded,comp.protocols.kermit.misc
Subject: Re: ANNOUNCE: Embedded Kermit File-Transfer Protocol
Date: Mon, 07 Oct 2002 16:49:52 +0000
Organization: Certified Software Corp.
Lines: 24
Message-ID: <ufe3qu0k1cggfgci7cr5kgtrqea8ek5qv6@4ax.com>
References: <anqinh$ais$1@watsol.cc.columbia.edu> <gjv1quoadrqg25t2n2hkl6csu0isgcaah8@4ax.com> <ans3kn$c9k$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: pppoe64-91-124-145.vcr.centurytel.net
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: feed.centurytel.net 1034009392 6180 64.91.124.145 (7 Oct 2002 16:49:52 GMT)
X-Complaints-To: abuse@centurytel.net
NNTP-Posting-Date: Mon, 7 Oct 2002 16:49:52 +0000 (UTC)
X-Newsreader: Forte Agent 1.9/32.560
Xref: newsmaster.cc.columbia.edu comp.arch.embedded:138484 comp.protocols.kermit.misc:13766

On 7 Oct 2002 09:53:27 -0400, fdc@columbia.edu (Frank da Cruz) wrote:
>: That takes me back in time, do people still use Kermit?
>:
>They sure do; take a look at the Kermit Project website:
>
>  http://www.columbia.edu/kermit/
>
Used Kermit a lot in the early 90's on Quanterra seismic data logger
systems. They often used just a dial-up line and a Telebit modem that
had "kermit spoofing" to speed up transfers. You would first use a text
interface to select the data you wanted, which would be written to a
file, and then use Kermit to download it.

As the decade progressed we added SLIP connections along with telnet and
ftp for doing these types of things. Over time more and more systems
used ethernet interfaces almost exclusively. The latest equipment uses a
web server where you fill in the boxes with the data and time ranges
desired and it returns back a file as the response.

I suppose there are still a lot of these systems in the field where
Kermit is still used, but I mostly work on the new product development
so I don't know.

Bob


From fdc@columbia.edu Mon Oct  7 14:08:02 EDT 2002
Article: 13767 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.arch.embedded,comp.protocols.kermit.misc
Subject: Re: ANNOUNCE: Embedded Kermit File-Transfer Protocol
Date: 7 Oct 2002 14:07:37 -0400
Organization: Columbia University
Lines: 35
Message-ID: <ansih9$j7n$1@watsol.cc.columbia.edu>
References: <anqinh$ais$1@watsol.cc.columbia.edu> <gjv1quoadrqg25t2n2hkl6csu0isgcaah8@4ax.com> <ans3kn$c9k$1@watsol.cc.columbia.edu> <ufe3qu0k1cggfgci7cr5kgtrqea8ek5qv6@4ax.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1034014058 9097 128.59.39.139 (7 Oct 2002 18:07:39 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 7 Oct 2002 18:07:39 GMT
Xref: newsmaster.cc.columbia.edu comp.arch.embedded:138485 comp.protocols.kermit.misc:13767

In article <ufe3qu0k1cggfgci7cr5kgtrqea8ek5qv6@4ax.com>,
Robert Reimiller  <bob@certsoft.com> wrote:
: On 7 Oct 2002 09:53:27 -0400, fdc@columbia.edu (Frank da Cruz) wrote:
: >: That takes me back in time, do people still use Kermit?
: >
: >They sure do; take a look at the Kermit Project website:
: >
: >  http://www.columbia.edu/kermit/
: >
: Used Kermit a lot in the early 90's on Quanterra seismic data logger
: systems. They often used just a dial-up line and a Telebit modem that
: had "kermit spoofing" to speed up transfers...
:
Nothing like that is necessary with a decent Kermit protocol implementation.
That's another common misconception:

  http://www.columbia.edu/kermit/kermit.html#notslow

: You would first use a text
: interface to select the data you wanted, which would be written to a
: file, and then use Kermit to download it.
: 
: As the decade progressed we added SLIP connections along with telnet and
: ftp for doing these types of things. Over time more and more systems
: used ethernet interfaces almost exclusively. The latest equipment uses a
: web server where you fill in the boxes with the data and time ranges
: desired and it returns back a file as the response.
: 
That's great for devices that can include a TCP/IP stack and a suite
of applications and servers, but that's not usually the case for fast-food
cash registers, cardiac pacemakers, drill presses, etc.  Nor would you
necessarily want it to be -- I wouldn't want Internet hackers taking over
my cash register, my pacemaker, or my drill press.

- Frank


From dold@25.usenet.us.com Mon Oct  7 15:25:49 EDT 2002
Article: 13768 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.stueberl.de!cox.net!news.lightlink.com!wasp.rahul.net!blue.rahul.net!not-for-mail
From: dold@25.usenet.us.com
Newsgroups: comp.arch.embedded,comp.protocols.kermit.misc
Subject: Re: ANNOUNCE: Embedded Kermit File-Transfer Protocol
Date: Mon, 7 Oct 2002 19:08:42 +0000 (UTC)
Organization: a2i network
Lines: 26
Sender: Clarence Dold <dold@mauve.rahul.net>
Message-ID: <ansm3q$bcs$1@blue.rahul.net>
References: <anqinh$ais$1@watsol.cc.columbia.edu> <gjv1quoadrqg25t2n2hkl6csu0isgcaah8@4ax.com> <ans3kn$c9k$1@watsol.cc.columbia.edu> <ufe3qu0k1cggfgci7cr5kgtrqea8ek5qv6@4ax.com>
NNTP-Posting-Host: mauve.rahul.net
X-Trace: blue.rahul.net 1034017722 11676 192.160.13.69 (7 Oct 2002 19:08:42 GMT)
X-Complaints-To: support@rahul.net
NNTP-Posting-Date: Mon, 7 Oct 2002 19:08:42 +0000 (UTC)
X-Comment: Encoded From: line allows replies that preserve original subject
User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (Linux/2.4.9-34 (i686))
Xref: newsmaster.cc.columbia.edu comp.arch.embedded:138498 comp.protocols.kermit.misc:13768

In comp.protocols.kermit.misc Robert Reimiller <bob@certsoft.com> wrote:
> On 7 Oct 2002 09:53:27 -0400, fdc@columbia.edu (Frank da Cruz) wrote:
>>: That takes me back in time, do people still use Kermit?
>>:
>>They sure do; take a look at the Kermit Project website:
>>
>>  http://www.columbia.edu/kermit/
>>
> Used Kermit a lot in the early 90's on Quanterra seismic data logger
> systems. They often used just a dial-up line and a Telebit modem that
> had "kermit spoofing" to speed up transfers. You would first use a text
> interface to select the data you wanted, which would be written to a
> file, and then use Kermit to download it.

I was a sysadmin on a beta test of the Telebit TrailBlazer modem.
I started complaining about the Kermit spoofing almost immediately.
It was slower than using Kermit sliding windows that were already
available.
But that wasn't what we were beta testing, and our input on that topic
wasn't welcome.


-- 
---
Clarence A Dold - dold@email.rahul.net
                - Hidden Valley (Lake County) CA.


From tom.horsley@att.net Mon Oct  7 17:22:54 EDT 2002
Article: 13769 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
Followup-To: comp.protocols.kermit.misc
Sender: tom@SPIKE
Newsgroups: comp.arch.embedded,comp.protocols.kermit.misc
Subject: Re: ANNOUNCE: Embedded Kermit File-Transfer Protocol
References: <anqinh$ais$1@watsol.cc.columbia.edu> <gjv1quoadrqg25t2n2hkl6csu0isgcaah8@4ax.com> <ans3kn$c9k$1@watsol.cc.columbia.edu>
From: tom.horsley@att.net (Thomas A. Horsley)
Message-ID: <uu1jykktj.fsf@att.net>
Lines: 10
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
NNTP-Posting-Host: 457046a7104a68697d93820acce173a9
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc05-news.ops.worldnet.att.net 1034025635 457046a7104a68697d93820acce173a9 (Mon, 07 Oct 2002 21:20:35 GMT)
NNTP-Posting-Date: Mon, 07 Oct 2002 21:20:35 GMT
Organization: AT&T Worldnet
Date: Mon, 07 Oct 2002 21:20:36 GMT
Xref: newsmaster.cc.columbia.edu comp.arch.embedded:138509 comp.protocols.kermit.misc:13769

>: That takes me back in time, do people still use Kermit?

With the latest kermit having ssh support, I find kermit transfers far and
away the most convenient way to get files over a "multi hop" ssh connection
(which is very common with data centers often having firewalls you can ssh
into only so you can ssh from there to another machine).
--
>>==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
      email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL      |
<URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+


From jfathman@aol.com Tue Oct  8 09:43:48 EDT 2002
Article: 13770 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: jfathman@aol.com (Jim)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: YModem
Date: 7 Oct 2002 15:53:22 -0700
Organization: http://groups.google.com/
Lines: 30
Message-ID: <6dfb5332.0210071453.495b2fbc@posting.google.com>
References: <6dfb5332.0210051812.463a13dc@posting.google.com> <anpjau$2cp$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 168.103.194.77
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1034031202 14854 127.0.0.1 (7 Oct 2002 22:53:22 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 7 Oct 2002 22:53:22 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13770

Frank,

Your Telnet tip got me going.  Here is some follow-up for the benefit
of future readers.

RFC 854 (Telnet Command Structure) spells out very clearly that Telnet
will 'double' the IAC (255 = 0xFF) byte when it is sent as data.  This
is what I was seeing as the extra 0xFF between the YModem packet
header and the start of the data section.

There are a couple of solutions.  One (see RFC 856, Telnet Binary
Transmission) is to recognize IAC DO BINARY commands and respond with
IAC WILL BINARY, and to recognize IAC WILL BINARY commands and respond
with IAC DO BINARY.

I tried this with a couple of commercial telnet versions, and it
worked. But a couple of other commercial telnet versions did not send
the IAC DO BINARY or IAC WILL BINARY commands, so it is not a
universal solution.

The second solution, which seems to work universally, is to ignore the
IAC DO BINARY and IAC WILL BINARY commands.  The Telnet connection
will then remain in 'not binary' mode with data 0xFFs repeated in the
data stream.  The trick then is to detect a sequence of two 0xFFs, and
discard one of them.  Works like a champ.

Thanks again for the Telnet tip.  It pointed me in the right
direction.

Jim


From flo@uk.thalesgroup.com Tue Oct  8 12:28:09 EDT 2002
Article: 13771 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!news!not-for-mail
From: Paul Williams <flo@uk.thalesgroup.com>
Newsgroups: comp.arch.embedded,comp.protocols.kermit.misc
Subject: Re: ANNOUNCE: Embedded Kermit File-Transfer Protocol
Date: Tue, 08 Oct 2002 17:19:06 +0100
Organization: speaking for myself
Lines: 14
Message-ID: <3DA3057A.97E676F2@uk.thalesgroup.com>
References: <anqinh$ais$1@watsol.cc.columbia.edu> <gjv1quoadrqg25t2n2hkl6csu0isgcaah8@4ax.com> <ans3kn$c9k$1@watsol.cc.columbia.edu> <ufe3qu0k1cggfgci7cr5kgtrqea8ek5qv6@4ax.com> <ansih9$j7n$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: sswc019.int.rdel.co.uk
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: rdel.co.uk 1034093946 7723 172.21.150.60 (8 Oct 2002 16:19:06 GMT)
X-Complaints-To: postmaster@uk.thalesgroup.com
NNTP-Posting-Date: 8 Oct 2002 16:19:06 GMT
X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.6 sun4m)
X-Accept-Language: en
Xref: newsmaster.cc.columbia.edu comp.arch.embedded:138574 comp.protocols.kermit.misc:13771

Frank da Cruz wrote:
> 
> That's great for devices that can include a TCP/IP stack and a
> suite of applications and servers, but that's not usually the case
> for fast-food cash registers, cardiac pacemakers, drill presses,
> etc.  Nor would you necessarily want it to be -- I wouldn't want
> Internet hackers taking over my cash register, my pacemaker, or my
> drill press.

Of course, anyone concerned with dispelling misconceptions would
probably not want to equate TCP/IP connectivity with being on the
Internet.

- Paul


From not-a-real-address@usa.net Wed Oct  9 09:03:20 EDT 2002
Article: 13772 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!News.Math.NCTU.edu.tw!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news-feed.riddles.org.uk!sn-xit-03!sn-xit-06!sn-post-02!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: YModem
Date: 09 Oct 2002 03:44:20 GMT
Organization: earthfriends
Message-ID: <m1it0cr2hg.gnus@usa.net>
References: <6dfb5332.0210051812.463a13dc@posting.google.com> <anpjau$2cp$1@watsol.cc.columbia.edu>
 <6dfb5332.0210071453.495b2fbc@posting.google.com>
User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Informed Management
 (RC1), i686-redhat-linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 14
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13772

in comp.protocols.kermit.misc i read:

>RFC 854 (Telnet Command Structure) spells out very clearly that Telnet
>will 'double' the IAC (255 = 0xFF) byte when it is sent as data.  

telnet the application will do such `doubling', but that's because telnet
the protocol has a special meaning for 0xff and telnet the application is
implementing the protocol.  you need to do the same.  if you can afford the
code space to use binary mode you should do so, as it does eliminate some
headaches (the need to cope with nvt goes away).  i.e., implement at least
the minimal protocol and if possible binary.

-- 
bringing you boring signatures for 17 years


From era@eracc.hypermart.net Wed Oct  9 12:52:45 EDT 2002
Article: 13773 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!news-out.nuthinbutnews.com!propagator2-sterling!news-in-sterling.newsfeed.com!news-in.nuthinbutnews.com!cyclone1.gnilink.net!ps01-chi1!newsfeeds-atl2!news.webusenet.com!pc01.webusenet.com!e3500-atl2.usenetserver.com.POSTED!not-for-mail
Message-ID: <1117292.rkQq0lBPeG@era1.eracc.UUCP>
From: ERA <era@eracc.hypermart.net>
Subject: Re: How do I upload a file ? With telnet?
Newsgroups: alt.os.linux,comp.protocols.kermit.misc
Followup-To: alt.os.linux
References: <ptb7qucrq220ne8uq1tnbjghuh337em2nn@4ax.com>
Lines: 59
Organization: ERA Computer Consulting
User-Agent: KNode/0.6.1
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
X-Is-It-News: Yes
X-Complaints-To: abuse@usenetserver.com
X-Abuse-Info: Please be sure to forward a copy of ALL headers
X-Abuse-Info: Otherwise we will be unable to process your complaint properly.
NNTP-Posting-Date: Wed, 09 Oct 2002 12:46:00 EDT
Date: Wed, 09 Oct 2002 11:50:21 -0500
Xref: newsmaster.cc.columbia.edu alt.os.linux:252646 comp.protocols.kermit.misc:13773

FlySwatter, ls986@hotNOSPAMmail.com wrote:

> So I can telnet in. Now I have to upload a file.
> 
> How do I do that?

Make sure Columbia University's C-Kermit product is on both ends. Open
c-kermit (kermit), telnet from within c-kermit to your destination,
cd to the directory where you want to "get" or "send" files, start
c-kermit on the remote end and use the commands "get somefile" or
"send somefile" to transfer. To learn more about kermit see:

     http://www.columbia.edu/kermit/

or look at &| post in newsgroup:

     comp.protocols.kermit.misc

I've x-posted this reply to that NG with followup to alt.os.linux.

Others will say to not use telnet. IIRC, there is also a secure
version of C-Kermit available from the site that can use encryption,
etc. Frank? Are you reading this?

You may already have c-kermit on your Linux box. Try typing "kermit"
at a CLI (don't type the quotation marks).

Since you are a Newbie get my NewB Help File:
---------------------------- Begin Quote ----------------------------
Send an e-mail USING YOUR REAL E-MAIL ADDRESS to:

newbfile@eracc.hypermart.net

To get a copy of our ERACC NewB Help File. It has loads of URLs with
information to help you get up to speed with Linux, Unix and USENET.

No subject line is necessary. Processing your request may take up to
12 hours or more so be patient because multiple requests *will*
return multiple copies to you. Messages without a valid return
address will not get to you. E-mail addresses with abusive comments
will be killfiled.

After looking at it we'd appreciate any constructive feedback or
constructive suggestions sent to:

     To: support@eracc.hypermart.net (ERACC Support)
Subject: NewB Help File Suggestion

Messages without a valid return address will be ignored.
----------------------------- End Quote -----------------------------

Gene <gene@eracc.hypermart.net>
SCO Group Authorized Partner - OpenServer, UnixWare & SCO Linux
-- 
Linux era1.eracc.UUCP 2.4.13 i686
 11:26am  up 13 days, 18:22,  4 users,  load average: 0.58, 0.82, 0.57
ERA Computer Consulting http://eracc.hypermart.net/
eCS, OS/2, Linux, OpenServer, UnixWare, SCO Linux resellers




From fdc@columbia.edu Wed Oct  9 12:57:01 EDT 2002
Article: 13774 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: alt.os.linux,comp.protocols.kermit.misc
Subject: Re: How do I upload a file ? With telnet?
Date: 9 Oct 2002 12:56:48 -0400
Organization: Columbia University
Lines: 23
Message-ID: <ao1n4g$bgq$1@watsol.cc.columbia.edu>
References: <ptb7qucrq220ne8uq1tnbjghuh337em2nn@4ax.com> <1117292.rkQq0lBPeG@era1.eracc.UUCP>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1034182610 20437 128.59.39.139 (9 Oct 2002 16:56:50 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 9 Oct 2002 16:56:50 GMT
Xref: newsmaster.cc.columbia.edu alt.os.linux:252647 comp.protocols.kermit.misc:13774

In article <1117292.rkQq0lBPeG@era1.eracc.UUCP>,
: ...
: Others will say to not use telnet. IIRC, there is also a secure
: version of C-Kermit available from the site that can use encryption,
: etc. Frank? Are you reading this?
: 
: You may already have c-kermit on your Linux box. Try typing "kermit"
: at a CLI (don't type the quotation marks).
: 
The current version of C-Kermit is 8.0:

  http://www.columbia.edu/kermit/ckermit.html

It can be built (from source code) to include any combination of
Kerberos 4, Kerberos 5, SSL/TLS, or SRP security.  It can also make SSH
connections through the external SSH client.

Contrary to popular belief, secure Telnet does exist and servers are
available:

  http://www.columbia.edu/kermit/telnetd.html

- Frank


From fdc@columbia.edu Fri Oct 11 17:40:19 EDT 2002
Article: 13776 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Announcing C-Kermit 8.0.206 Beta.01
Date: 11 Oct 2002 17:29:32 -0400
Organization: Columbia University
Lines: 43
Message-ID: <ao7frs$d8s$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1034371774 11493 128.59.39.139 (11 Oct 2002 21:29:34 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 11 Oct 2002 21:29:34 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13776


In the grand and hallowed tradition of announcing things on Friday
evening, it is my pleasure to announce C-Kermit 8.0.206 Beta.01, the
first Beta test of C-Kermit 8.0.206.  To read the change list and get
the new files, visit:

  http://www.columbia.edu/kermit/ckc206.html

This is a relatively minor C-Kermit update, timed to coincide with the
Kermit 95 2.1 release, with which it shares a large amount of code.
The changes consist primiarily of bug fixes and FTP client improvements.

Lack of time prevents me from going through my usual routine of building
and testing on hundreds of platforms, including assorted museum artifacts,
but I did build it (or had it built) on the following, which is a pretty
fair cross section:

  cku206b01.aix43g-4.3.3           IBM AIX 4.3.3 on PowerPC
  cku206b01.freebsd3-i386-3.1      FreeBSD 3.1 on PC
  cku206b01.freebsd46-i386-4.6     FreeBSD 4.6 on PC
  cku206b01.hpux1000o-s700-10.20   HP-UX 10.20 on HP-9000/715
  cku206b01.linux-i386-rh7.1       Red Hat Linux 7.1 on PC
  cku206b01.netbsd15-mvme68k-1.5.2 NetBSD 1.5.2 on Motorola MVME 68k
  cku206b01.sinix542-mips-5.42     Siemens Nixdorf SINIX 5.42 on MIPS
  cku206b01.sunos41c-4.1.3         SunOS 4.1.3 on Sparc
  cku206b01.solaris25-sparc-2.5.1  Sun Solaris 2.5.1 on Sparc
  cku206b01.solaris26-usparc2i     Sun Solaris 2.6 on UltraSparc2i
  cku206b01.solaris8-usparc2i      Sun Solaris 8 on UltraSparc2i
  cku206b01.solaris9-sparc         Sun Solaris 9 on Sparc
  cku206b01.sv68r3v6               System V/68 R3v6 on Motorola MVME 68k
  cku206b01.sv88r40-197-4.3        System V/88 R4v4.3 on Motorola MVME 88k
  cku206b01.sv88r40-197-4.4        System V/88 R4v4.4 on Motorola MVME 88k
  cku206b01.uw7-7.1.3              SCO Unixware 7.1.3 on PC
  ckv206b01-vax-vms55-nonet.exe    VMS 5.5 on VAX (no TCP/IP)
  ckv206b01-vax-vms55-ucx21.exe    VMS 5.5 on VAX (UCX 2.1)
  ckv206b01-axp-vms71-nonet.exe    VMS 7.1 on Alpha (no TCP/IP)
  ckv206b01-axp-vms71-ucx41.exe    VMS 7.1 on Alpha (UCX 4.1)

This should be a quick Beta; we don't envision (i.e. have time to) add
anything else.  Please try building and testing on your own platforms and
let me know the results.  Thanks!

- Frank


From hvanclee@nyx.net Tue Oct 15 08:59:43 EDT 2002
Article: 13777 of comp.protocols.kermit.misc
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Announcing C-Kermit 8.0.206 Beta.01
References: <ao7frs$d8s$1@watsol.cc.columbia.edu>
Organization: Nyx, Spirit of the Night
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
From: hvanclee@nyx.net (Henry van Cleef)
Originator: hvanclee@nyx.net (Henry van Cleef)
Message-ID: <1034639079.673889@irys.nyx.net>
Cache-Post-Path: irys.nyx.net!unknown@nyx3.nyx.net
X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
NNTP-Posting-Host: 206.124.29.6
Date: 14 Oct 2002 17:43:50 -0600
X-Trace: omega.dimensional.com 1034639030 206.124.29.6 (14 Oct 2002 17:43:50 -0600)
Lines: 23
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!nntp1.roc.gblx.net!nntp.gblx.net!nntp1.phx1.gblx.net!nntp.gblx.net!nntp.gblx.net!feeder.via.net!cyclone-sf.pbi.net!216.218.192.242!news.he.net!dimensional.com!pulsar.dimensional.com!omega.dimensional.com!not-for-mail
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13777

In article <ao7frs$d8s$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
>
>In the grand and hallowed tradition of announcing things on Friday
>evening, it is my pleasure to announce C-Kermit 8.0.206 Beta.01, the
>first Beta test of C-Kermit 8.0.206.  To read the change list and get
>the new files, visit:
>
>  http://www.columbia.edu/kermit/ckc206.html
>
(snip)
>This should be a quick Beta; we don't envision (i.e. have time to) add
>anything else.  Please try building and testing on your own platforms and
>let me know the results.  Thanks!
>
Just a quick note that I built this version using
solaris8g+openssl+zlib+pam+shadow

It clean compiles (the bug in ckuath.c is gone), and I'm using it now.

Configuration:  Ultra 10 440 gcc 3.2, Openssl 0.9.6g, zlib 1.1.4.  

Hank


From era@eracc.hypermart.net Tue Oct 15 13:30:07 EDT 2002
Article: 13778 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!prodigy.com!rip!newsfeeds-atl2!news.webusenet.com!pc01.webusenet.com!news.bellsouth.net.POSTED!not-for-mail
Message-ID: <2719663.PLrj5Ze9za@era1.eracc.UUCP>
From: ERA <era@eracc.hypermart.net>
Subject: Re: telneting through a cronjob
Newsgroups: comp.os.linux.setup,comp.protocols.kermit.misc
Followup-To: comp.os.linux.setup
References: <Pine.GSO.4.21.0210141710440.14291-100000@sjau.ifi.uio.no>
Lines: 30
Organization: ERA Computer Consulting
User-Agent: KNode/0.6.1
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7Bit
X-Is-It-News: Yes
X-Complaints-To: abuse@usenetserver.com
X-Abuse-Info: Please be sure to forward a copy of ALL headers
X-Abuse-Info: Otherwise we will be unable to process your complaint properly.
NNTP-Posting-Date: Tue, 15 Oct 2002 13:23:22 EDT
Date: Tue, 15 Oct 2002 12:27:48 -0500
Xref: newsmaster.cc.columbia.edu comp.os.linux.setup:452276 comp.protocols.kermit.misc:13778

Thomas Fyhn, thomasfy@ifi.uio.no wrote:

> I am trying to set up a cronjob that involves telneting onto a
> server. First I do the following command: telnet 123.123.123.123
> Then I get promted in the console:
> user: <here I enter username>
> password: <passwoed>

> Does anyone know how i get a cronjob (or something like that) to
> enter text right to the console? I guess that is what i need to do?

This can be done with c-kermit scripting. If you install a secure
telnet server on the "other" end you can even have secure telnet
sessions. If you (aren't going to | don't need to) worry about
securing the session then just use vanilla c-kermit.

     http://www.columbia.edu/kermit/

I *strongly* recommend buying the book for sale at the site above.
The cost of the book is well worth the time saved trying to figure
out the script commands without it.

Gene <gene@eracc.hypermart.net>
SCO Group Authorized Partner - OpenServer, UnixWare & SCO Linux
-- 
Linux era1.eracc.UUCP 2.4.13 i686
 12:20pm  up 19 days, 19:12,  4 users,  load average: 0.21, 0.17, 0.27
ERA Computer Consulting http://eracc.hypermart.net/
eCS, OS/2, Linux, OpenServer, UnixWare, SCO Linux resellers




From hvanclee@nyx.net Wed Oct 16 17:27:04 EDT 2002
Article: 13779 of comp.protocols.kermit.misc
Newsgroups: comp.protocols.kermit.misc
Subject: Problems transferring over ppp connection
Organization: Nyx, Spirit of the Night
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
From: hvanclee@nyx.net (Henry van Cleef)
Originator: hvanclee@nyx.net (Henry van Cleef)
Message-ID: <1034801647.495773@irys.nyx.net>
Cache-Post-Path: irys.nyx.net!unknown@nyx3.nyx.net
X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
NNTP-Posting-Host: 206.124.29.6
Date: 16 Oct 2002 14:53:15 -0600
X-Trace: omega.dimensional.com 1034801595 206.124.29.6 (16 Oct 2002 14:53:15 -0600)
Lines: 43
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!HSNX.atgi.net!cyclone-sf.pbi.net!216.218.192.242!news.he.net!dimensional.com!pulsar.dimensional.com!omega.dimensional.com!not-for-mail
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13779

I have an account where I can connect either to a shell login or
through ppp and TCP/IP.

I have no problem uploading and downloading files through the regular
shell kermit protocol.  But when I try to upload or download over a
telnet or ssh (have tried both) connection, the transmission starts
ok, then blocks and gets tied in knots---it will finally complete, but
only after wall-to-wall errors, and at a very slow rate.

The TCP/IP connection uses STREAMING, and I suspect that my problem
lies in the fact that it's much faster than my modem setup can handle.
What's the proper way to deal with this.

Configuration:

Sun Ultra 10 Solaris 8 10/01 local
Sun Ultra 2  Solaris 8 10/01 remote
cku201 at both ends (actually, the same build tree) compiled 
solaris8g+openssl+zlib+pam+shadow: using gcc 2.95.3, zlib 1.1.4 (both
ends).

Local modem is a sportster V90, locked down to 38.4 max, as the
telephone line will only connect at 26400---modem-local speed is 
115200.  

Remote is a Portmaster3/Radius setup.  
Note that this version of Solaris comes with the later PPP (similar to
Linux), not the old asppp.  
ppp options are:
115200                  # default baud rate for this port
crtscts
default-asyncmap        # work around broken peers
noauth                  # do not authenticate the ISP's identity (client)
noipdefault             # assume no IP address; get it from ISP
defaultroute            # install default route; ISP is Internet gateway
updetach                # log errors and CONNECT string to invoker

What should I be doing to make this work properly?  Yes, I bought the
book, and have looked at the ckermit70.txt and ckermit80.txt, but 
can't really find a clue in them.

Hank



From fdc@columbia.edu Wed Oct 16 17:34:34 EDT 2002
Article: 13780 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
Date: 16 Oct 2002 17:34:26 -0400
Organization: Columbia University
Lines: 42
Message-ID: <aokm12$7lv$1@watsol.cc.columbia.edu>
References: <1034801647.495773@irys.nyx.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1034804068 10799 128.59.39.139 (16 Oct 2002 21:34:28 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 16 Oct 2002 21:34:28 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13780

In article <1034801647.495773@irys.nyx.net>,
Henry van Cleef <hvanclee@nyx.net> wrote:
: I have an account where I can connect either to a shell login or
: through ppp and TCP/IP.
: 
: I have no problem uploading and downloading files through the regular
: shell kermit protocol.  But when I try to upload or download over a
: telnet or ssh (have tried both) connection, the transmission starts
: ok, then blocks and gets tied in knots---it will finally complete, but
: only after wall-to-wall errors, and at a very slow rate.
: 
: The TCP/IP connection uses STREAMING, and I suspect that my problem
: lies in the fact that it's much faster than my modem setup can handle.
: What's the proper way to deal with this.
:
The culprit is most likely a lack of effective flow control.

: Local modem is a sportster V90, locked down to 38.4 max, as the
: telephone line will only connect at 26400---modem-local speed is 
: 115200.  
: 
: Remote is a Portmaster3/Radius setup.  
: Note that this version of Solaris comes with the later PPP (similar to
: Linux), not the old asppp.  
: ppp options are:
: 115200                  # default baud rate for this port
: crtscts
:
Presumably "crtscts" sets hardware flow in the PPP driver.  But how do we
know it is also being set in the modem?  When Kermit does the dialing, it
proactively sets the modem for hardware flow control (unless you told it
not to).  When PPP does the dialing, who knows.  Maybe the modem's powerup
or reset state does not include RTS/CTS.  Can you watch the "chat script"
between the PPP driver and your modem?  Compare it with Kermit dialing
with "set dial display on".

Do you call the same number for shell login and PPP login?  If not, maybe
there is also a problem on remote end between the answering modem and the
terminal server.  If it IS the same number, the problem is almost certainly
between the PPP driver, the serial-port driver, and the calling modem.

- Frank


From hvanclee@nyx.net Thu Oct 17 09:58:48 EDT 2002
Article: 13781 of comp.protocols.kermit.misc
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
References: <1034801647.495773@irys.nyx.net> <aokm12$7lv$1@watsol.cc.columbia.edu>
Organization: Nyx, Spirit of the Night
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
From: hvanclee@nyx.net (Henry van Cleef)
Originator: hvanclee@nyx.net (Henry van Cleef)
Message-ID: <1034815854.830840@irys.nyx.net>
Cache-Post-Path: irys.nyx.net!unknown@nyx3.nyx.net
X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
NNTP-Posting-Host: 206.124.29.6
Date: 16 Oct 2002 18:50:02 -0600
X-Trace: omega.dimensional.com 1034815802 206.124.29.6 (16 Oct 2002 18:50:02 -0600)
Lines: 43
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.maxwell.syr.edu!newsfeed.stanford.edu!paloalto-snf1.gtei.net!news.gtei.net!dimensional.com!pulsar.dimensional.com!omega.dimensional.com!not-for-mail
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13781

In article <aokm12$7lv$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
>In article <1034801647.495773@irys.nyx.net>,
>Henry van Cleef <hvanclee@nyx.net> wrote:
>: 
>: The TCP/IP connection uses STREAMING, and I suspect that my problem
>: lies in the fact that it's much faster than my modem setup can handle.
>: What's the proper way to deal with this.
>:
>The culprit is most likely a lack of effective flow control.
>
Thanks for the quick response, giving me an idea where to look.

>: crtscts
>:
>Presumably "crtscts" sets hardware flow in the PPP driver.  But how do we
>know it is also being set in the modem?  When Kermit does the dialing, it
>proactively sets the modem for hardware flow control (unless you told it
>not to).  When PPP does the dialing, who knows.  Maybe the modem's powerup
>or reset state does not include RTS/CTS.  Can you watch the "chat script"
>between the PPP driver and your modem?  Compare it with Kermit dialing
>with "set dial display on".
>
Interesting.  I stole the Kermit initialization string for the ppp
dialer, but will have to double-check that I got the whole thing.  
I have the specific manual for the modem that gives all the control
register information, so will double check against that as well.
Also have a light box on the modem serial line, so can see if the
signals are being toggled properly.  

>Do you call the same number for shell login and PPP login?  If not, maybe
>there is also a problem on remote end between the answering modem and the
>terminal server.  If it IS the same number, the problem is almost certainly
>between the PPP driver, the serial-port driver, and the calling modem.
>
Yes, it is the same Portmaster and modem bank.  I'm not sure that I
trust the ppp setup at that end, but I have the docs for that end and
can look at the configuration files on the Radius server (I'm an admin
on the target system, so essentially "own both ends."

Hank




From jaltman@watsun.cc.columbia.edu Thu Oct 17 09:59:23 EDT 2002
Article: 13782 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
Date: 17 Oct 2002 01:28:53 GMT
Organization: Columbia University
Lines: 24
Message-ID: <aol3ol$sch$1@newsmaster.cc.columbia.edu>
References: <1034801647.495773@irys.nyx.net> <aokm12$7lv$1@watsol.cc.columbia.edu> <1034815854.830840@irys.nyx.net>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1034818133 29073 128.59.39.2 (17 Oct 2002 01:28:53 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 17 Oct 2002 01:28:53 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13782

In article <1034815854.830840@irys.nyx.net>,
Henry van Cleef <hvanclee@nyx.net> wrote:
: In article <aokm12$7lv$1@watsol.cc.columbia.edu>,
: Frank da Cruz <fdc@columbia.edu> wrote:
: >In article <1034801647.495773@irys.nyx.net>,
: >Henry van Cleef <hvanclee@nyx.net> wrote:
: >: 
: >: The TCP/IP connection uses STREAMING, and I suspect that my problem
: >: lies in the fact that it's much faster than my modem setup can handle.
: >: What's the proper way to deal with this.
: >:
: >The culprit is most likely a lack of effective flow control.
: >
: Thanks for the quick response, giving me an idea where to look.

I should point out that if the connection was truly using STREAMING
transfers then if even a single error was to occur, the transfer
would fail.  Therefore, I must assume tht STREAMING transfers are
not being used.

 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From hvanclee@nyx.net Thu Oct 17 10:04:59 EDT 2002
Article: 13783 of comp.protocols.kermit.misc
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
References: <1034801647.495773@irys.nyx.net> <aokm12$7lv$1@watsol.cc.columbia.edu> <1034815854.830840@irys.nyx.net> <aol3ol$sch$1@newsmaster.cc.columbia.edu>
Organization: Nyx, Spirit of the Night
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
From: hvanclee@nyx.net (Henry van Cleef)
Originator: hvanclee@nyx.net (Henry van Cleef)
Message-ID: <1034844239.214811@irys.nyx.net>
Cache-Post-Path: irys.nyx.net!unknown@nyx3.nyx.net
X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
NNTP-Posting-Host: 206.124.29.6
Date: 17 Oct 2002 02:43:06 -0600
X-Trace: omega.dimensional.com 1034844186 206.124.29.6 (17 Oct 2002 02:43:06 -0600)
Lines: 47
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!ord-feed.news.verio.net!stl-feed.news.verio.net!news.cc.ukans.edu!logbridge.uoregon.edu!HSNX.atgi.net!cyclone-sf.pbi.net!216.218.192.242!news.he.net!dimensional.com!pulsar.dimensional.com!omega.dimensional.com!not-for-mail
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13783

In article <aol3ol$sch$1@newsmaster.cc.columbia.edu>,
Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
>In article <1034815854.830840@irys.nyx.net>,
>Henry van Cleef <hvanclee@nyx.net> wrote:
>: In article <aokm12$7lv$1@watsol.cc.columbia.edu>,
>: Frank da Cruz <fdc@columbia.edu> wrote:
>: >In article <1034801647.495773@irys.nyx.net>,
>: >Henry van Cleef <hvanclee@nyx.net> wrote:
>: >: 
>: >: The TCP/IP connection uses STREAMING, and I suspect that my problem
>: >: lies in the fact that it's much faster than my modem setup can handle.
>: >: What's the proper way to deal with this.
>: >:
>: >The culprit is most likely a lack of effective flow control.
>: >
>: Thanks for the quick response, giving me an idea where to look.
>
>I should point out that if the connection was truly using STREAMING
>transfers then if even a single error was to occur, the transfer
>would fail.  Therefore, I must assume tht STREAMING transfers are
>not being used.
>
Jeffrey, you are absolutely correct on this.  I was thinking of what
happens when I transfer between local machines on a network.  

I verified that RTS and CTS are being explicitly set in the modem init
string.   Also played around with some of the pppd options.  What
seems to have had an effect is disabling software compression, and
it's obvious that wasn't buying me anything.  Netscape 4.76 has no
trouble downloading on the same connection.  Locking everything to
18.2 KB had no effect with compression enabled, and trying to run with
xon/xoff only made matters worse.  I'm still not completely satisfied
that I've pinned things down completely, or that there aren't problems
with the remote end.  Also, the Sun version of ppp that is in the
10/01 distribution wasn't really documented, and has a distinctly beta
flavor to it.  I might try the iPlanet version, which is on the
installation disks.  I also think that the public domain version on
samba (2.4.1) will compile for Solaris and might be worth
investigating.  However, I think that the ppp newsgroup is the place
to pursue such questions.  My real question here was whether the flow
control was supposed to be in the kermit running over ppp or in the
pppd's, and I think you're saying that the pppd's are the place to
look.  The same kermit objects run fine over a telephone link and over
a 100baseT link through a hub between machines, using ssh.

Hank



From jaltman@watsun.cc.columbia.edu Thu Oct 17 10:05:09 EDT 2002
Article: 13784 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
Date: 17 Oct 2002 11:18:16 GMT
Organization: Columbia University
Lines: 35
Message-ID: <aom69o$30v$1@newsmaster.cc.columbia.edu>
References: <1034801647.495773@irys.nyx.net> <1034815854.830840@irys.nyx.net> <aol3ol$sch$1@newsmaster.cc.columbia.edu> <1034844239.214811@irys.nyx.net>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1034853496 3103 128.59.39.2 (17 Oct 2002 11:18:16 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 17 Oct 2002 11:18:16 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13784

In article <1034844239.214811@irys.nyx.net>,
Henry van Cleef <hvanclee@nyx.net> wrote:
: I verified that RTS and CTS are being explicitly set in the modem init
: string.   Also played around with some of the pppd options.  What
: seems to have had an effect is disabling software compression, and
: it's obvious that wasn't buying me anything.  Netscape 4.76 has no
: trouble downloading on the same connection.  Locking everything to
: 18.2 KB had no effect with compression enabled, and trying to run with
: xon/xoff only made matters worse.  I'm still not completely satisfied
: that I've pinned things down completely, or that there aren't problems
: with the remote end.  Also, the Sun version of ppp that is in the
: 10/01 distribution wasn't really documented, and has a distinctly beta
: flavor to it.  I might try the iPlanet version, which is on the
: installation disks.  I also think that the public domain version on
: samba (2.4.1) will compile for Solaris and might be worth
: investigating.  However, I think that the ppp newsgroup is the place
: to pursue such questions.  My real question here was whether the flow
: control was supposed to be in the kermit running over ppp or in the
: pppd's, and I think you're saying that the pppd's are the place to
: look.  The same kermit objects run fine over a telephone link and over
: a 100baseT link through a hub between machines, using ssh.
: 
: Hank

The flow control between the modems and the serial ports must be 
configured properly by the application used to perform the dialing
and the answering of the telephone call.




 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From fdc@columbia.edu Thu Oct 17 10:05:12 EDT 2002
Article: 13785 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
Date: 17 Oct 2002 10:03:26 -0400
Organization: Columbia University
Lines: 19
Message-ID: <aomfve$ioc$1@watsol.cc.columbia.edu>
References: <1034801647.495773@irys.nyx.net> <aokm12$7lv$1@watsol.cc.columbia.edu> <1034815854.830840@irys.nyx.net> <aol3ol$sch$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1034863407 9038 128.59.39.139 (17 Oct 2002 14:03:27 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 17 Oct 2002 14:03:27 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13785

In article <aol3ol$sch$1@newsmaster.cc.columbia.edu>,
Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
: ...
: I should point out that if the connection was truly using STREAMING
: transfers then if even a single error was to occur, the transfer
: would fail.  Therefore, I must assume tht STREAMING transfers are
: not being used.
: 
And similarly, that transparency isn't a suspect either.  If certain
byte values were being absorbed by PPP, a modem, or the terminal
server, error recovery would not work.  Thus flow control seems the
only likely culprit.

If Kermit transfers work on exactly the same physical connection
when directly dialed, but fail over PPP, it has to be a difference
between the modem and/or port configurations on one end or the other
(or both), or else the fault of PPP.

- Frank


From jaltman@watsun.cc.columbia.edu Thu Oct 17 10:26:09 EDT 2002
Article: 13786 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
Date: 17 Oct 2002 14:16:14 GMT
Organization: Columbia University
Lines: 32
Message-ID: <aomgne$9dj$1@newsmaster.cc.columbia.edu>
References: <1034801647.495773@irys.nyx.net> <1034815854.830840@irys.nyx.net> <aol3ol$sch$1@newsmaster.cc.columbia.edu> <aomfve$ioc$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1034864174 9651 128.59.39.2 (17 Oct 2002 14:16:14 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 17 Oct 2002 14:16:14 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13786

In article <aomfve$ioc$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
: In article <aol3ol$sch$1@newsmaster.cc.columbia.edu>,
: Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
: : ...
: : I should point out that if the connection was truly using STREAMING
: : transfers then if even a single error was to occur, the transfer
: : would fail.  Therefore, I must assume tht STREAMING transfers are
: : not being used.
: : 
: And similarly, that transparency isn't a suspect either.  If certain
: byte values were being absorbed by PPP, a modem, or the terminal
: server, error recovery would not work.  Thus flow control seems the
: only likely culprit.

PPP provides a link layer equivalent to Ethernet for the implementation
of Internet Protocol, NETBEUI, IPX, etc.  As far as applications are
concerned it is invisible.
 
: If Kermit transfers work on exactly the same physical connection
: when directly dialed, but fail over PPP, it has to be a difference
: between the modem and/or port configurations on one end or the other
: (or both), or else the fault of PPP.

It is not a fault of PPP.  The configurations of the serial port to
modem communications on both sides of the PPP connection are the 
place to look.

 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From dold@10.usenet.us.com Thu Oct 17 14:51:32 EDT 2002
Article: 13787 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!news.litech.org!news-feed.riddles.org.uk!gail.ripco.com!wasp.rahul.net!blue.rahul.net!not-for-mail
From: dold@10.usenet.us.com
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
Date: Thu, 17 Oct 2002 18:00:31 +0000 (UTC)
Organization: a2i network
Lines: 20
Sender: Clarence Dold <dold@mauve.rahul.net>
Message-ID: <aomtrv$9ns$1@blue.rahul.net>
References: <1034801647.495773@irys.nyx.net> <aokm12$7lv$1@watsol.cc.columbia.edu> <1034815854.830840@irys.nyx.net> <aol3ol$sch$1@newsmaster.cc.columbia.edu> <1034844239.214811@irys.nyx.net>
NNTP-Posting-Host: mauve.rahul.net
X-Trace: blue.rahul.net 1034877631 9980 192.160.13.69 (17 Oct 2002 18:00:31 GMT)
X-Complaints-To: support@rahul.net
NNTP-Posting-Date: Thu, 17 Oct 2002 18:00:31 +0000 (UTC)
X-Comment: Encoded From: line allows replies that preserve original subject
User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (Linux/2.4.9-34 (i686))
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13787

Henry van Cleef <hvanclee@nyx.net> wrote:
> I verified that RTS and CTS are being explicitly set in the modem init
> string.   Also played around with some of the pppd options.  What
> seems to have had an effect is disabling software compression, and
> it's obvious that wasn't buying me anything.  Netscape 4.76 has no


I had difficulty with an older UnixWare machine that couldn't quite handle
RTS/CTS properly with modem conpression turned on.  I suspect that the CPU
was a little slow in lowering its side of the handshake, and that there
wasn't enough buffer.  This was with internal Sportster V.90 modems.
Speed was locked at 38400 on both ends.  One end would typically connect at
21600, and the other end at 33600.

I was never able to transfer largish files over PPP in one direction,
toward the Unix box.  The other direction was okay.  This was using Kermit-95
to ckermit 6.190, I think.  I found that reducing the packet size in the
"bad" direction to less than 256 was very helpful, and I suspect that
there was a modem buffer of 256 bytes.



From hvanclee@nyx.net Fri Oct 18 09:06:56 EDT 2002
Article: 13788 of comp.protocols.kermit.misc
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
References: <1034801647.495773@irys.nyx.net> <aol3ol$sch$1@newsmaster.cc.columbia.edu> <1034844239.214811@irys.nyx.net> <aomtrv$9ns$1@blue.rahul.net>
Organization: Nyx, Spirit of the Night
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
From: hvanclee@nyx.net (Henry van Cleef)
Originator: hvanclee@nyx.net (Henry van Cleef)
Message-ID: <1034909930.793290@irys.nyx.net>
Cache-Post-Path: irys.nyx.net!unknown@nyx3.nyx.net
X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
NNTP-Posting-Host: 206.124.29.6
Date: 17 Oct 2002 20:57:57 -0600
X-Trace: omega.dimensional.com 1034909877 206.124.29.6 (17 Oct 2002 20:57:57 -0600)
Lines: 29
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!HSNX.atgi.net!cyclone-sf.pbi.net!216.218.192.242!news.he.net!dimensional.com!pulsar.dimensional.com!omega.dimensional.com!not-for-mail
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13788

In article <aomtrv$9ns$1@blue.rahul.net>,  <dold@10.usenet.us.com> wrote:
>Henry van Cleef <hvanclee@nyx.net> wrote:
>> I verified that RTS and CTS are being explicitly set in the modem init
>> string.   Also played around with some of the pppd options.  What
>> seems to have had an effect is disabling software compression, and
>> it's obvious that wasn't buying me anything.  Netscape 4.76 has no
>
>
>I was never able to transfer largish files over PPP in one direction,
>toward the Unix box.  The other direction was okay.  This was using Kermit-95
>to ckermit 6.190, I think.  I found that reducing the packet size in the
>"bad" direction to less than 256 was very helpful, and I suspect that
>there was a modem buffer of 256 bytes.
>
I have a hunch that buffer size may be an issue here.  Since
resetting options to disable software compression, Netscape transfers
run for over an hour without ever stalling.  I have verified that &H1
and &R2 are explicitly being set on dialup to put the local modem into
RTS/CTS handshaking, and that removing them makes a big (negative)
difference.  

What does Netscape use as a transfer protocol?  It appears from the
modem lights to be about 1K blocks, with verifies after each.  This is
on the same ppp connection that I am using for kermit.  It runs slick
as a whistle with Netscape--or is ssh overhead getting in the way.  

Hank




From not-a-real-address@usa.net Sat Oct 19 15:00:45 EDT 2002
Article: 13789 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-02!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
Date: 19 Oct 2002 18:33:05 GMT
Organization: earthfriends
Message-ID: <m1n0pab9d2.gnus@usa.net>
References: <1034801647.495773@irys.nyx.net> <aol3ol$sch$1@newsmaster.cc.columbia.edu>
 <1034844239.214811@irys.nyx.net> <aomtrv$9ns$1@blue.rahul.net>
 <1034909930.793290@irys.nyx.net>
User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Informed Management
 (RC1), i686-redhat-linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 35
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13789

in comp.protocols.kermit.misc i read:

>I have a hunch that buffer size may be an issue here.  Since resetting
>options to disable software compression, Netscape transfers run for over
>an hour without ever stalling.

there should be little or no difference between a netscape download and a
kermit download, both are using tcp.

>I have verified that &H1 and &R2 are explicitly being set 

on both sides?

>What does Netscape use as a transfer protocol?  

http.

>It appears from the
>modem lights to be about 1K blocks, with verifies after each.  

probably you are receiving ip datagrams on the order of 1500 bytes each,
the most likely pmtu.

>This is on the same ppp connection that I am using for kermit.  It runs
>slick as a whistle with Netscape--or is ssh overhead getting in the way.

netscape is displaying on your local x server via an ssh connection (i.e.,
you ssh to some host then run netscape on that, remote, host), yes?  that
connection isn't part of the `download', just the screen updates, the
download itself is to the remote system (on which you ran netscape).  if
you are running netscape locally then it is involved in the download and
screen updates, but ssh shouldn't be involved in any way.

-- 
bringing you boring signatures for 17 years


From hvanclee@nyx.net Sun Oct 20 12:55:17 EDT 2002
Article: 13790 of comp.protocols.kermit.misc
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
References: <1034801647.495773@irys.nyx.net> <aomtrv$9ns$1@blue.rahul.net> <1034909930.793290@irys.nyx.net> <m1n0pab9d2.gnus@usa.net>
Organization: Nyx, Spirit of the Night
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
From: hvanclee@nyx.net (Henry van Cleef)
Originator: hvanclee@nyx.net (Henry van Cleef)
Message-ID: <1035092921.407864@irys.nyx.net>
Cache-Post-Path: irys.nyx.net!unknown@nyx3.nyx.net
X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
NNTP-Posting-Host: 206.124.29.6
Date: 19 Oct 2002 23:47:44 -0600
X-Trace: omega.dimensional.com 1035092864 206.124.29.6 (19 Oct 2002 23:47:44 -0600)
Lines: 45
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!news.he.net!dimensional.com!pulsar.dimensional.com!omega.dimensional.com!not-for-mail
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13790

In article <m1n0pab9d2.gnus@usa.net>,
those who know me have no need of my name  <not-a-real-address@usa.net> wrote:
>in comp.protocols.kermit.misc i read:
>
>>I have a hunch that buffer size may be an issue here.  Since resetting
>>options to disable software compression, Netscape transfers run for over
>>an hour without ever stalling.
>
>there should be little or no difference between a netscape download and a
>kermit download, both are using tcp.
>
Just what I am expressing here.

>>I have verified that &H1 and &R2 are explicitly being set 
>
>on both sides?
>
If not being set on the remote side, why would Netscape work OK with
crtscts set in pppd?

>
>>This is on the same ppp connection that I am using for kermit.  It runs
>>slick as a whistle with Netscape--or is ssh overhead getting in the way.
>
>netscape is displaying on your local x server via an ssh connection (i.e.,
>you ssh to some host then run netscape on that, remote, host), yes?  that
>connection isn't part of the `download', just the screen updates, the
>download itself is to the remote system (on which you ran netscape).  if
>you are running netscape locally then it is involved in the download and
>screen updates, but ssh shouldn't be involved in any way.
>
No.  Netscape runs on my system and connects through the defaultroute
set up by pppd when it connects and a local resolv.conf that points to
the remote system's dns servers.  Netscape and other X11 stuff are not
installed on the remote system.  Keep in mind that I am running Sun
Solaris 8 on my local system, same as the remote system.  

One thing I have not tried is compiling Lynx 2.8.4 on my local system
and using it in place of Netscape.  

Ssh is involved only when I start kermit on my system, ssh to the
remote system, then start kermit on the remote system to do a
transfer.
>-- 
Hank


From fdc@columbia.edu Sun Oct 20 13:10:39 EDT 2002
Article: 13791 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
Date: 20 Oct 2002 13:10:36 -0400
Organization: Columbia University
Lines: 29
Message-ID: <aouo2c$rc0$1@watsol.cc.columbia.edu>
References: <1034801647.495773@irys.nyx.net> <1034909930.793290@irys.nyx.net> <m1n0pab9d2.gnus@usa.net> <1035092921.407864@irys.nyx.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1035133837 18893 128.59.39.139 (20 Oct 2002 17:10:37 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 20 Oct 2002 17:10:37 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13791

In article <1035092921.407864@irys.nyx.net>,
Henry van Cleef <hvanclee@nyx.net> wrote:

  (More about Kermit vs Netscape file transfers over a PPP connection.)

When Kermit makes its own dialup connection, it controls the serial-port
and modem settings, the i/o, flow control, and buffering.  When Kermit
uses a PPP connection, it has no control over these things, and in fact,
has no way of knowing whether the underlying TCP/IP connection is serial,
Ethernet, wireless, or what.

The TCP layer presents a uniform interface to applications that shields
them from the nature of the underlying connection.  It is the job of the
lower layers (TCP, IP, PPP, the serial port, and the modem in this case)
to provide the application with the highest quality connection.

Of course we realize this doesn't always happen, which is why Kermit has
so many user-level adjustments: streaming vs Ack/Nak; packet length,
window size, various adaptations to lack of transparency.  Kermit can't
see though the TCP layer to get at the datalink layer or physical devices.
If they are not doing their jobs, then you have to step in and either fix
them or else scale back on Kermit's performance settings.

As to why Netscape transfers work and Kermit ones don't, I'm sure this
could be pinned down given enough evidence, such as TCP packet traces.
Once you see the characteristics of the HTTP data transfer, you could
adjust Kermit to the same characteristics and it would work the same way.

- Frank


From hvanclee@nyx.net Mon Oct 21 11:15:27 EDT 2002
Article: 13792 of comp.protocols.kermit.misc
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
References: <1034801647.495773@irys.nyx.net> <m1n0pab9d2.gnus@usa.net> <1035092921.407864@irys.nyx.net> <aouo2c$rc0$1@watsol.cc.columbia.edu>
Organization: Nyx, Spirit of the Night
X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
From: hvanclee@nyx.net (Henry van Cleef)
Originator: hvanclee@nyx.net (Henry van Cleef)
Message-ID: <1035199157.27507@irys.nyx.net>
Cache-Post-Path: irys.nyx.net!unknown@nyx3.nyx.net
X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
NNTP-Posting-Host: 206.124.29.6
Date: 21 Oct 2002 05:18:18 -0600
X-Trace: omega.dimensional.com 1035199098 206.124.29.6 (21 Oct 2002 05:18:18 -0600)
Lines: 46
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!cyclone.swbell.net!cyclone-sf.pbi.net!216.218.192.242!news.he.net!dimensional.com!pulsar.dimensional.com!omega.dimensional.com!not-for-mail
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13792

In article <aouo2c$rc0$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
>In article <1035092921.407864@irys.nyx.net>,
>Henry van Cleef <hvanclee@nyx.net> wrote:
>
>  (More about Kermit vs Netscape file transfers over a PPP connection.)
>
(snip)
>Of course we realize this doesn't always happen, which is why Kermit has
>so many user-level adjustments: streaming vs Ack/Nak; packet length,
>window size, various adaptations to lack of transparency.  Kermit can't
>see though the TCP layer to get at the datalink layer or physical devices.
>If they are not doing their jobs, then you have to step in and either fix
>them or else scale back on Kermit's performance settings.
>
>As to why Netscape transfers work and Kermit ones don't, I'm sure this
>could be pinned down given enough evidence, such as TCP packet traces.
>Once you see the characteristics of the HTTP data transfer, you could
>adjust Kermit to the same characteristics and it would work the same way.
>
Thanks for the comments.  I've had a chance to do enough experimenting
and testing to have homed in on a few things.

1.  Setting nocpp in the pppd options to prevent software compression
made a huge and consistent difference.  

2.  Eliminating ssh from the stream by using a straight telnet, after
killing compression, now makes Kermit work "just like downtown."  

So it turns out that the major issues were in the transport layer, not
in Kermit.  So far as I know, Netscape doesn't use encryption in
downloading---would be essentially the same as working through telnet.
And it is also becoming obvious to me that I've got some problems at
the Radius end of things with ssh---it tends to lock up from time to
time just trying to read Usenet.  So of course it isn't going to
support a file transfer through anything.  

At this point I'm satisfied that the problems I need to chase have
nothing to do with Kermit itself.  And thanks for the tutorial---it
may seem like something of an exercise at your end, but just walking
through the basics has suggested that I refresh my memories of packet
communications in general---it's only been 20-25 years since I thought
about any of this stuff.

Hank



From cosmocremer@tamu.edu Thu Oct 24 09:03:34 EDT 2002
Article: 13793 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!buck.internorth.com!news-out.spamkiller.net!propagator2-maxim!news-in.spamkiller.net!sfo2-feed1.news.algx.net!allegiance!newsfeed.media.kyoto-u.ac.jp!newsfeed.news2me.com!newsfeed-west.nntpserver.com!hub1.meganetnews.com!nntpserver.com!telocity-west!TELOCITY!sn-xit-03!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
From: "Dan Cremer" <cosmocremer@tamu.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: I'm new at this
Date: Wed, 23 Oct 2002 21:48:43 -0500
Organization: Posted via Supernews, http://www.supernews.com
Message-ID: <urenptk2drgsb0@corp.supernews.com>
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Complaints-To: abuse@supernews.com
Lines: 18
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13793

Hello friends,

I am a college student tasked with developing my very own Kermit File
Transfer Protocol using Visual C++.  I have no idea where to begin really.
The program must have send and receive capabilities and I must demonstrate
via a loopback between COM1 and COM2.

If anyone knows of a good place for a novice to begin work on developing
this protocol, please let me know.

My plan is to use a state machine, I just can't get started and
documentation on how to start from scratch is scarce.  Any help would be
great.

Thanks,
Dan Cremer




From fdc@columbia.edu Thu Oct 24 09:07:07 EDT 2002
Article: 13794 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: I'm new at this
Date: 24 Oct 2002 09:06:56 -0400
Organization: Columbia University
Lines: 17
Message-ID: <ap8r9g$dpi$1@watsol.cc.columbia.edu>
References: <urenptk2drgsb0@corp.supernews.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1035464817 26320 128.59.39.139 (24 Oct 2002 13:06:57 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 24 Oct 2002 13:06:57 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13794

In article <urenptk2drgsb0@corp.supernews.com>,
Dan Cremer <cosmocremer@tamu.edu> wrote:
: I am a college student tasked with developing my very own Kermit File
: Transfer Protocol using Visual C++.  I have no idea where to begin really.
: The program must have send and receive capabilities and I must demonstrate
: via a loopback between COM1 and COM2.
: 
: If anyone knows of a good place for a novice to begin work on developing
: this protocol, please let me know.
: 
: My plan is to use a state machine, I just can't get started and
: documentation on how to start from scratch is scarce.  Any help would be
: great.
: 
http://www.columbia.edu/kermit/manuals.html#protocol

- Frank


From rednoise0@lycos.com Sun Oct 27 09:52:51 EST 2002
Article: 13795 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!wn13feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc53.POSTED!not-for-mail
Newsgroups: comp.protocols.kermit.misc
Subject: K95 GUI window placement
From: Nil <rednoise0@lycos.com>
Message-ID: <Xns92B3B3EF85721nilch1@216.148.227.77>
User-Agent: Xnews/05.08.12
X-Face: 6b$Bv}|2RJtTl&be/f$x!]>/3=j9]3<].!|wp;lEJ`De1TF9D9i\nK4$!Cg>2E${1S^fAa6DvAR);OivWg,;H/"_HRcJ=wA1o]gsCOF}p%,fyhq3^\?Cs
Lines: 7
NNTP-Posting-Host: 24.218.68.252
X-Complaints-To: abuse@attbi.com
X-Trace: rwcrnsc53 1035668481 24.218.68.252 (Sat, 26 Oct 2002 21:41:21 GMT)
NNTP-Posting-Date: Sat, 26 Oct 2002 21:41:21 GMT
Organization: AT&T Broadband
Date: Sat, 26 Oct 2002 21:41:21 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13795

Is there any way to have the Kermit95 GUI terminal window open up in 
the same position each time when launching it from a Windows shortcut, 
rather than the dialer? The dialer has a place to indicate the 
position, but when using a regular shortcut, Windows seems to place it 
anywhere it wants, and most of the time the terminal is half-off the 
screen and I have to drag it back into a good position.



From fdc@columbia.edu Sun Oct 27 09:52:54 EST 2002
Article: 13796 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: K95 GUI window placement
Date: 27 Oct 2002 09:52:44 -0500
Organization: Columbia University
Lines: 16
Message-ID: <apgujs$tq$1@watsol.cc.columbia.edu>
References: <Xns92B3B3EF85721nilch1@216.148.227.77>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1035730365 20659 128.59.39.139 (27 Oct 2002 14:52:45 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 27 Oct 2002 14:52:45 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13796

In article <Xns92B3B3EF85721nilch1@216.148.227.77>,
Nil  <rednoise0@lycos.com> wrote:
: Is there any way to have the Kermit95 GUI terminal window open up in 
: the same position each time when launching it from a Windows shortcut, 
: rather than the dialer?
:
Right-click on the shortcut, choose Properties.  In the Target box,
where it has the path of the executable, add the following command-line
options after the pathname:

  --xpos:x --ypos:y

replacing x and y with the desired position, expressed in pixels from the
upper left corner.

- Frank


From rednoise0@lycos.com Sun Oct 27 12:48:53 EST 2002
Article: 13797 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!wn11feed!wn12feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail
Newsgroups: comp.protocols.kermit.misc
Subject: Re: K95 GUI window placement
From: Nil <rednoise0@lycos.com>
References: <Xns92B3B3EF85721nilch1@216.148.227.77> <apgujs$tq$1@watsol.cc.columbia.edu>
Message-ID: <Xns92B47684C1D63nilch1@216.148.227.77>
User-Agent: Xnews/05.08.12
X-Face: 6b$Bv}|2RJtTl&be/f$x!]>/3=j9]3<].!|wp;lEJ`De1TF9D9i\nK4$!Cg>2E${1S^fAa6DvAR);OivWg,;H/"_HRcJ=wA1o]gsCOF}p%,fyhq3^\?Cs
Lines: 13
NNTP-Posting-Host: 24.218.68.252
X-Complaints-To: abuse@attbi.com
X-Trace: rwcrnsc51.ops.asp.att.net 1035736743 24.218.68.252 (Sun, 27 Oct 2002 16:39:03 GMT)
NNTP-Posting-Date: Sun, 27 Oct 2002 16:39:03 GMT
Organization: AT&T Broadband
Date: Sun, 27 Oct 2002 16:39:03 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13797

On 27 Oct 2002, fdc@columbia.edu (Frank da Cruz) wrote in
news:apgujs$tq$1@watsol.cc.columbia.edu: 

> Right-click on the shortcut, choose Properties.  In the Target
> box, where it has the path of the executable, add the following
> command-line options after the pathname:
> 
>   --xpos:x --ypos:y
> 
> replacing x and y with the desired position, expressed in pixels
> from the upper left corner.

Thank you -- that did just what I wanted.


From fdc@columbia.edu Mon Oct 28 09:20:03 EST 2002
Article: 13798 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: C-Kermit 8.0.206 Release Candidate
Date: 27 Oct 2002 20:00:57 -0500
Organization: Columbia University
Lines: 22
Message-ID: <api289$54v$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1035766859 14101 128.59.39.139 (28 Oct 2002 01:00:59 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 28 Oct 2002 01:00:59 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13798


Changes since 8.0.201:
  http://www.columbia.edu/kermit/ckc206.html

Where to find the source code until it's released:
  http://www.columbia.edu/kermit/ckdaily.html

About 60 binaries built and tested:
  ftp://kermit.columbia.edu/kermit/test/bin/

Please try it and let me know if there are any problems.
Also please upload any binaries you can make that are
not already in kermit/test/bin.

Note: If you build on an old (usually System-V based)
version of Unix with TCP/IP support included and it
dumps core immediately on startup, rebuild with
-DNOCKGETFQHOST added to CFLAGS (and let me know).

Thanks!

- Frank


From pytcayrn@freemail.hu Mon Oct 28 09:57:20 EST 2002
Article: 13799 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: pytcayrn@freemail.hu
Newsgroups: comp.protocols.kermit.misc
Subject: redirect io to external cmd (like cu "~|cmd" and "~$cmd")
Date: 28 Oct 2002 06:43:00 -0800
Organization: http://groups.google.com/
Lines: 16
Message-ID: <86c66124.0210280643.30d17ab6@posting.google.com>
NNTP-Posting-Host: 193.225.155.254
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1035816180 7959 127.0.0.1 (28 Oct 2002 14:43:00 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 28 Oct 2002 14:43:00 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13799

Hi,

In C-kermit 7.0 (HP-UX), how can I redirect binary data coming from a
directly connected device on /dev/tty0p2 to an external application
like "od -tx1", so that decoded hexa numbers should appear on the
screen after I issue a "CONNECT" command?

And how can I do the reverse:
starting an external command whose output is dumped to the serial
line?

These functions exist in "cu" ("~|cmd" and "~$cmd") but using them in
kermit would be more convenient.

Thanks in advance,
tamas


From fdc@columbia.edu Mon Oct 28 09:57:23 EST 2002
Article: 13800 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: redirect io to external cmd (like cu "~|cmd" and "~$cmd")
Date: 28 Oct 2002 09:57:17 -0500
Organization: Columbia University
Lines: 26
Message-ID: <apjj8d$pk3$1@watsol.cc.columbia.edu>
References: <86c66124.0210280643.30d17ab6@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1035817038 8390 128.59.39.139 (28 Oct 2002 14:57:18 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 28 Oct 2002 14:57:18 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13800

In article <86c66124.0210280643.30d17ab6@posting.google.com>,
 <pytcayrn@freemail.hu> wrote:
: In C-kermit 7.0 (HP-UX), how can I redirect binary data coming from a
: directly connected device on /dev/tty0p2 to an external application
: like "od -tx1", so that decoded hexa numbers should appear on the
: screen after I issue a "CONNECT" command?
: 
You can't make hex numbers appear on the screen but you can make them
go into a session log file:

  set port /dev/tty0p2
  set speed 57600  ; or whatever
  set flow rts/cts ; or whatever
  set session log binary
  log session "|od -tx1 > session.log"

: And how can I do the reverse:
: starting an external command whose output is dumped to the serial
: line?
: 
redirect <command>

: These functions exist in "cu" ("~|cmd" and "~$cmd") but using them in
: kermit would be more convenient.

- Frank


From pytcayrn@freemail.hu Tue Oct 29 09:56:51 EST 2002
Article: 13801 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: pytcayrn@freemail.hu
Newsgroups: comp.protocols.kermit.misc
Subject: Re: redirect io to external cmd (like cu "~|cmd" and "~$cmd")
Date: 29 Oct 2002 01:37:33 -0800
Organization: http://groups.google.com/
Lines: 49
Message-ID: <86c66124.0210290137.a992437@posting.google.com>
References: <86c66124.0210280643.30d17ab6@posting.google.com> <apjj8d$pk3$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 193.225.153.29
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1035884253 26477 127.0.0.1 (29 Oct 2002 09:37:33 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 29 Oct 2002 09:37:33 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13801

Thanks a lot, that's exactly what I was looking for.

I managed to log the output to a file, and then "tail -f" the file to
"od", so this solved my problem. BTW logging the output to "|od >
session.log" failed for me (the "od" process didn't even show up in
"ps -ef"). I guess I well escaped the space characters with an "\".

I few other questions that I would be very happy to get some answer:
How can I stop kermit to print the data to the screen, so that the
data should only be printed to the session.log file?

Does kermit have an echo-like built-in function with which I could
send binary data to the serial line from kermit prompt, e.g. "echo
0xFF,0x1D,0xB3" while the connection is alive and data is dumped to
session.log ?

I am trying to communicate with a GPS receiver :)

Thanks again,
Tamas


fdc@columbia.edu (Frank da Cruz) wrote in message news:<apjj8d$pk3$1@watsol.cc.columbia.edu>...
> In article <86c66124.0210280643.30d17ab6@posting.google.com>,
>  <pytcayrn@freemail.hu> wrote:
> : In C-kermit 7.0 (HP-UX), how can I redirect binary data coming from a
> : directly connected device on /dev/tty0p2 to an external application
> : like "od -tx1", so that decoded hexa numbers should appear on the
> : screen after I issue a "CONNECT" command?
> : 
> You can't make hex numbers appear on the screen but you can make them
> go into a session log file:
> 
>   set port /dev/tty0p2
>   set speed 57600  ; or whatever
>   set flow rts/cts ; or whatever
>   set session log binary
>   log session "|od -tx1 > session.log"
> 
> : And how can I do the reverse:
> : starting an external command whose output is dumped to the serial
> : line?
> : 
> redirect <command>
> 
> : These functions exist in "cu" ("~|cmd" and "~$cmd") but using them in
> : kermit would be more convenient.
> 
> - Frank


From fdc@columbia.edu Tue Oct 29 10:05:57 EST 2002
Article: 13802 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: redirect io to external cmd (like cu "~|cmd" and "~$cmd")
Date: 29 Oct 2002 10:05:46 -0500
Organization: Columbia University
Lines: 60
Message-ID: <apm84a$im0$1@watsol.cc.columbia.edu>
References: <86c66124.0210280643.30d17ab6@posting.google.com> <apjj8d$pk3$1@watsol.cc.columbia.edu> <86c66124.0210290137.a992437@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1035903947 10209 128.59.39.139 (29 Oct 2002 15:05:47 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 29 Oct 2002 15:05:47 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13802

In article <86c66124.0210290137.a992437@posting.google.com>,
 <pytcayrn@freemail.hu> wrote:
: Thanks a lot, that's exactly what I was looking for.
: 
: I managed to log the output to a file, and then "tail -f" the file to
: "od", so this solved my problem. BTW logging the output to "|od >
: session.log" failed for me (the "od" process didn't even show up in
: "ps -ef"). I guess I well escaped the space characters with an "\".
: 
It works fine here.  Maybe you need C-Kermit 8.0:

  http://www.columbia.edu/kermit/ckermit.html

: I few other questions that I would be very happy to get some answer:
: How can I stop kermit to print the data to the screen, so that the
: data should only be printed to the session.log file?
: 
Most messages are surpressed if you start Kermit with "-q" on the command
line or tell it to "set quiet".  But that doesn't apply to CONNECT mode.
If you don't anything to appear on the screen, then don't enter CONNECT
mode.  One way to do this would be:

  set port /dev/tty0p2
  set speed 57600  ; or whatever
  set flow rts/cts ; or whatever
  set session log binary
  log session "|od -tx1 > session.log"
  input <sec> <string>

The INPUT command is described as follows (by C-Kermit 8.0 "help input"):

  Syntax:  INPUT { number-of-seconds, time-of-day } [ text ]
  Example: INPUT 5 Login:  or  INPUT 23:59:59 RING
    Waits up to the given number of seconds, or until the given time of day
    for the given text to arrive on the connection.  If no text is given,
    INPUT waits for any character.  For use in script programs with IF
    FAILURE and IF SUCCESS.  Also see MINPUT, REINPUT, SET INPUT.  See HELP
    PAUSE for details on time-of-day format.  The text, if given, can be a
    \pattern() invocation, in which case it is treated as a pattern rather
    than a literal string (HELP PATTERNS for details).  If the timeout
    interval is 0, the INPUT command does not wait; i.e. the given text must
    already be available for reading for the INPUT command to succeed.  If
    the interval is negative, the INPUT command waits forever.

: Does kermit have an echo-like built-in function with which I could
: send binary data to the serial line from kermit prompt, e.g. "echo
: 0xFF,0x1D,0xB3" while the connection is alive and data is dumped to
: session.log ?
: 
The OUTPUT command ("help output" for more info).  Example:

  output \xff\x1d\xb3

: I am trying to communicate with a GPS receiver :)
: 
You might find some of the examples in our script library helpful:

  http://www.columbia.edu/kermit/ckscripts.html

- Frank


From robatwork@REMOVEmail.com Wed Oct 30 10:35:26 EST 2002
Article: 13803 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.stueberl.de!newspeer1-gui.server.ntli.net!ntli.net!nntp.theplanet.net!inewsm1.nntp.theplanet.net!news.theplanet.net!not-for-mail
From: Rob S <robatwork@REMOVEmail.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Odd K95 speed problem
Date: Wed, 30 Oct 2002 15:28:21 +0000
Lines: 20
Message-ID: <3dbff7c3.22786164@news.ision.net.uk>
NNTP-Posting-Host: 195.92.194.11
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: newsg2.svr.pol.co.uk 1035991413 32142 195.92.194.11 (30 Oct 2002 15:23:33 GMT)
NNTP-Posting-Date: 30 Oct 2002 15:23:33 GMT
X-Complaints-To: abuse@theplanet.net
X-Trace-PostClient-IP: 195.7.228.179
X-Newsreader: Forte Agent 1.91/32.564
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13803

Scenario: Computer A, W2K, K95, connected to Computer B, W98, K95 with a 3 wire
serial cable.

A gets files from B and sends to B with settings com1, 57600, set flow xon, set
retry 1, SET MODEM CARRIER-WATCH OFF. Works fine, 100% error free.

Same setup, speed @38400, works 100%.

Same setup, speed@9600, sometimes fails and sometimes works, but on larger files
always gives errors during transmission.

This first cropped up on 1.1.21 as far as I can see, and I've just setup 2 PCs
with v2.0, with the same result.

Any ideas, because this appears to defy logic!

regards

-Rob
robatwork at mail dot com


From jaltman@watsun.cc.columbia.edu Wed Oct 30 10:57:34 EST 2002
Article: 13804 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Odd K95 speed problem
Date: 30 Oct 2002 15:56:36 GMT
Organization: Columbia University
Lines: 31
Message-ID: <apovfk$1j2$1@newsmaster.cc.columbia.edu>
References: <3dbff7c3.22786164@news.ision.net.uk>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1035993396 1634 128.59.39.2 (30 Oct 2002 15:56:36 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 30 Oct 2002 15:56:36 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13804

This is a bug that was introduced in 1.1.21 and is fixed in 2.1.0 which
will be announced sometime this week.

In article <3dbff7c3.22786164@news.ision.net.uk>,
Rob S  <robatwork@REMOVEmail.com> wrote:
: Scenario: Computer A, W2K, K95, connected to Computer B, W98, K95 with a 3 wire
: serial cable.
: 
: A gets files from B and sends to B with settings com1, 57600, set flow xon, set
: retry 1, SET MODEM CARRIER-WATCH OFF. Works fine, 100% error free.
: 
: Same setup, speed @38400, works 100%.
: 
: Same setup, speed@9600, sometimes fails and sometimes works, but on larger files
: always gives errors during transmission.
: 
: This first cropped up on 1.1.21 as far as I can see, and I've just setup 2 PCs
: with v2.0, with the same result.
: 
: Any ideas, because this appears to defy logic!
: 
: regards
: 
: -Rob
: robatwork at mail dot com


 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From robatwork@REMOVEmail.com Wed Oct 30 11:25:09 EST 2002
Article: 13805 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!peer1.news.newnet.co.uk!nntp.theplanet.net!inewsm1.nntp.theplanet.net!news.theplanet.net!not-for-mail
From: Rob S <robatwork@REMOVEmail.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Odd K95 speed problem
Date: Wed, 30 Oct 2002 16:17:38 +0000
Lines: 21
Message-ID: <3dc30615.26451875@news.ision.net.uk>
References: <3dbff7c3.22786164@news.ision.net.uk>
NNTP-Posting-Host: 195.92.194.11
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: newsg2.svr.pol.co.uk 1035994370 2190 195.92.194.11 (30 Oct 2002 16:12:50 GMT)
NNTP-Posting-Date: 30 Oct 2002 16:12:50 GMT
X-Complaints-To: abuse@theplanet.net
X-Trace-PostClient-IP: 195.7.237.12
X-Newsreader: Forte Agent 1.91/32.564
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13805

On Wed, 30 Oct 2002 15:28:21 +0000, Rob S <robatwork@REMOVEmail.com> wrote:

-Scenario: Computer A, W2K, K95, connected to Computer B, W98, K95 with a 3 wire
-serial cable.
-
To follow up my own message, a couple of further facts:

Also happens with a modem connection @ 9600 but not @ 38400.
Only seems to occur at the start of a file. Once past say 8 retries, it carries
on fine.
Consistent, so can't be put down to line problems.
Other settings on Computer A: 
set block 3                     
set window 1                    
set receive packet-length 2000 

regards


-Rob
robatwork at mail dot com


From fdc@columbia.edu Wed Oct 30 15:46:28 EST 2002
Article: 13806 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc,comp.os.linux.misc,comp.os.qnx,de.comp.os.sinix,comp.sys.hp.hpux,comp.unix.solaris,comp.sys.sgi.misc,comp.unix.xenix.sco,comp.unix.sco.misc,comp.unix.unixware.misc,comp.sys.m88k,comp.unix.bsd.netbsd.misc,comp.unix.bsd.freebsd.misc,comp.unix.bsd.openbsd.misc,comp.unix.bsd.bsdi.misc,comp.unix.aix,comp.sys.dec,comp.os.vms
Subject: Announcing C-Kermit 8.0.206
Date: 30 Oct 2002 15:44:15 -0500
Organization: Columbia University
Lines: 29
Message-ID: <appgav$528$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036010657 13648 128.59.39.139 (30 Oct 2002 20:44:17 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 30 Oct 2002 20:44:17 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13806 comp.os.linux.misc:569508 comp.os.qnx:54196 de.comp.os.sinix:1938 comp.sys.hp.hpux:152602 comp.unix.solaris:416316 comp.sys.sgi.misc:66976 comp.unix.xenix.sco:18690 comp.unix.sco.misc:150473 comp.unix.unixware.misc:46429 comp.sys.m88k:4094 comp.unix.bsd.netbsd.misc:18133 comp.unix.bsd.freebsd.misc:220617 comp.unix.bsd.openbsd.misc:31444 comp.unix.bsd.bsdi.misc:10611 comp.unix.aix:242236 comp.sys.dec:99234 comp.os.vms:354984


C-Kermit 8.0.206 is a minor update of C-Kermit 8.0 for Unix and VMS,
that fixes bugs and improves significantly on the new built-in FTP
client (Unix only).  The common parts of the code base (command and
script language, Kermit and FTP file transfer, character-set translation,
etc) are synchronized with Kermit 95 2.1, soon to be announced.

As of 30 Oct 2001, the new release is up on the Kermit website:

  http://www.columbia.edu/kermit/

and FTP site:

  ftp://kermit.columbia.edu/kermit/

A detailed list of changes is here:

  http://www.columbia.edu/kermit/ckc206.html

Over 100 different Unix and VMS binaries have been built so far;
if you can build any not already found here:

  http://www.columbia.edu/kermit/ck80binaries.html

please feel free to contribute them:

  http://www.columbia.edu/kermit/cksendbin.html

- Frank


From dcvetkovic@gmx.net Wed Oct 30 16:33:41 EST 2002
Article: 13807 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.voicenet.com!newsin.iconnet.net!feed.tor.primus.ca!news.nnrp.ca!53ab2750!not-for-mail
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Announcing C-Kermit 8.0.206
References: <appgav$528$1@watsol.cc.columbia.edu>
From: Dragan Cvetkovic <d1r2a3g4a5n.NOSPAM@soli99ton.com>
Sender: dragan@lokrum.tht.net
Original-Sender: d1r2a3g4a5n.NOSPAM@soli99ton.com
Reply-To: dcvetkovic@gmx.net
Message-ID: <lmlm4fsjjv.fsf@lokrum.tht.net>
Lines: 19
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: 30 Oct 2002 16:28:36 -0500
NNTP-Posting-Host: 134.22.70.66
X-Trace: news.nnrp.ca 1036013320 134.22.70.66 (Wed, 30 Oct 2002 16:28:40 EST)
NNTP-Posting-Date: Wed, 30 Oct 2002 16:28:40 EST
Organization: NNRP.CA
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13807

fdc@columbia.edu (Frank da Cruz) writes:

> C-Kermit 8.0.206 is a minor update of C-Kermit 8.0 for Unix and VMS,
> that fixes bugs and improves significantly on the new built-in FTP
> client (Unix only).  The common parts of the code base (command and
> script language, Kermit and FTP file transfer, character-set translation,
> etc) are synchronized with Kermit 95 2.1, soon to be announced.
> 
> As of 30 Oct 2001, the new release is up on the Kermit website:
> 

2001?

Bye, Dragan

-- 
Dragan Cvetkovic, 

To be or not to be is true. G. Boole      No it isn't.  L. E. J. Brouwer


From fdc@columbia.edu Wed Oct 30 16:33:43 EST 2002
Article: 13808 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Announcing C-Kermit 8.0.206
Date: 30 Oct 2002 16:33:25 -0500
Organization: Columbia University
Lines: 14
Message-ID: <appj75$cq4$1@watsol.cc.columbia.edu>
References: <appgav$528$1@watsol.cc.columbia.edu> <lmlm4fsjjv.fsf@lokrum.tht.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036013607 15697 128.59.39.139 (30 Oct 2002 21:33:27 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 30 Oct 2002 21:33:27 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13808

In article <lmlm4fsjjv.fsf@lokrum.tht.net>,
Dragan Cvetkovic  <dcvetkovic@gmx.net> wrote:
: fdc@columbia.edu (Frank da Cruz) writes:
: > As of 30 Oct 2001, the new release is up on the Kermit website:
:
: 2001?
: 
The inevitable typo.

As of 30 Oct 2001, the new release is up on the Kermit website:

  http://www.columbia.edu/kermit/

- Frank


From jaltman@watsun.cc.columbia.edu Thu Oct 31 10:01:41 EST 2002
Article: 13809 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Announcing C-Kermit 8.0.206
Date: 30 Oct 2002 23:17:55 GMT
Organization: Columbia University
Lines: 30
Message-ID: <apppb3$jmg$1@newsmaster.cc.columbia.edu>
References: <appgav$528$1@watsol.cc.columbia.edu> <lmlm4fsjjv.fsf@lokrum.tht.net> <appj75$cq4$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036019875 20176 128.59.39.2 (30 Oct 2002 23:17:55 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 30 Oct 2002 23:17:55 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13809

In article <appj75$cq4$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
: In article <lmlm4fsjjv.fsf@lokrum.tht.net>,
: Dragan Cvetkovic  <dcvetkovic@gmx.net> wrote:
: : fdc@columbia.edu (Frank da Cruz) writes:
: : > As of 30 Oct 2001, the new release is up on the Kermit website:
: :
: : 2001?
: : 
: The inevitable typo.
: 
: As of 30 Oct 2001, the new release is up on the Kermit website:
: 
:   http://www.columbia.edu/kermit/
: 
: - Frank

Let me try.

As of 30 Oct 2002, the new release is up on the Kermit website:

  http://www.kermit-project.org




 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From flo@uk.thalesgroup.com Thu Oct 31 10:01:45 EST 2002
Article: 13810 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!newsfeed.fjserv.net!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!news!not-for-mail
From: Paul Williams <flo@uk.thalesgroup.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Announcing C-Kermit 8.0.206
Date: Thu, 31 Oct 2002 11:12:19 +0000
Organization: speaking for myself
Lines: 15
Message-ID: <3DC11013.D246303C@uk.thalesgroup.com>
References: <appgav$528$1@watsol.cc.columbia.edu> <lmlm4fsjjv.fsf@lokrum.tht.net> <appj75$cq4$1@watsol.cc.columbia.edu> <apppb3$jmg$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: sswc019.int.rdel.co.uk
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: rdel.co.uk 1036062739 23061 172.21.150.60 (31 Oct 2002 11:12:19 GMT)
X-Complaints-To: postmaster@uk.thalesgroup.com
NNTP-Posting-Date: 31 Oct 2002 11:12:19 GMT
X-Mailer: Mozilla 4.76 [en] (X11; U; SunOS 5.6 sun4m)
X-Accept-Language: en
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13810

Jeffrey Altman wrote:
> 
> In article <appj75$cq4$1@watsol.cc.columbia.edu>,
> Frank da Cruz <fdc@columbia.edu> wrote:
> :
> : As of 30 Oct 2001, the new release is up on the Kermit website:
> 
> Let me try.
> 
> As of 30 Oct 2002, the new release is up on the Kermit website:

Well, if Jeffrey can type "2", that probably rules out the "freaky
Kermit keyboard bug" theory.

- Paul


From fdc@columbia.edu Sat Nov  2 13:05:59 EST 2002
Article: 13811 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: CD format question
Date: 2 Nov 2002 13:03:13 -0500
Organization: Columbia University
Lines: 15
Message-ID: <aq1411$jkq$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036260194 21227 128.59.39.139 (2 Nov 2002 18:03:14 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 2 Nov 2002 18:03:14 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13811


It's time to make a new C-Kermit CDROM, the first new one since
C-Kermit 7.0.  Anybody who saw the previous ones can imagine what
a tough job this is, because of the ISO 9660 8.3 filename restriction.

I'm wondering if, in this day and age, it would be safe to switch to a
more modern format, and if so, which one?  It would need to be readable
on all versions of Unix where CDs can be read (I think we can safely
ignore old Unixes with 14-character filename limits), all versions of 
VMS that support CDs, and all versions of 32-bit Windows.  Maybe also
OS/2 and Macintosh but they're not essential.

Over that range of platforms, are we still stuck with ISO 9660?

- Frank


From dold@89.usenet.us.com Sat Nov  2 14:33:53 EST 2002
Article: 13812 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!news.litech.org!news-feed.riddles.org.uk!gail.ripco.com!wasp.rahul.net!blue.rahul.net!not-for-mail
From: dold@89.usenet.us.com
Newsgroups: comp.protocols.kermit.misc
Subject: Re: CD format question
Date: Sat, 2 Nov 2002 19:25:17 +0000 (UTC)
Organization: a2i network
Lines: 19
Sender: Clarence Dold <dold@mauve.rahul.net>
Message-ID: <aq18qt$eqt$5@blue.rahul.net>
References: <aq1411$jkq$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: mauve.rahul.net
X-Trace: blue.rahul.net 1036265117 15197 192.160.13.69 (2 Nov 2002 19:25:17 GMT)
X-Complaints-To: support@rahul.net
NNTP-Posting-Date: Sat, 2 Nov 2002 19:25:17 +0000 (UTC)
X-Comment: Encoded From: line allows replies that preserve original subject
User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (Linux/2.4.9-34 (i686))
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13812

Frank da Cruz <fdc@columbia.edu> wrote:

> It's time to make a new C-Kermit CDROM, the first new one since
> C-Kermit 7.0.  Anybody who saw the previous ones can imagine what
> a tough job this is, because of the ISO 9660 8.3 filename restriction.

I would, absolutely, use mkisofs with appropriate options.
This allows long file names on Windows and Unix on the same CD.
Ahhh, but you're worried about the old 8.3-only readers.  
That wasn't my concern, just unix/windows long names.
There's no real web site, and Herr Schilling is sometimes a little curt in
his tech support.

I have used
	mkisofs -V "Backup 2001-10-20" -J -r -o /cygdrive/c/backup.iso .
Once you have the iso image, you can write to CD with most writers.

http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/man/mkisofs-1.13.html
ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/win32/README.win32


From not-a-real-address@usa.net Sun Nov  3 11:18:32 EST 2002
Article: 13813 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!sn-xit-05!sn-xit-06!sn-post-02!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: CD format question
Date: 03 Nov 2002 06:27:58 GMT
Organization: earthfriends
Message-ID: <m1u1izjiiv.gnus@usa.net>
References: <aq1411$jkq$1@watsol.cc.columbia.edu>
User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Informed Management
 (RC1), i686-redhat-linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 25
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13813

in comp.protocols.kermit.misc i read:

>It's time to make a new C-Kermit CDROM, the first new one since
>C-Kermit 7.0.  Anybody who saw the previous ones can imagine what
>a tough job this is, because of the ISO 9660 8.3 filename restriction.

>It would need to be readable on all versions of Unix where CDs can be read
>(I think we can safely ignore old Unixes with 14-character filename
>limits), all versions of VMS that support CDs, and all versions of 32-bit
>Windows.  Maybe also OS/2 and Macintosh but they're not essential.
>
>Over that range of platforms, are we still stuck with ISO 9660?

yes, but greatly relaxed.  iso-9660 allows for filenames of up to 30
characters, it's the lowest common denominators that made 8.3 desireable.
using joerg schilling's excellent mkisofs (part of cdrecord
<http://cdrecord.berlios.de>) i tend to specify `-l -L -R -hide-rr-moved -J
-hide-joliet-trans-tbl -T'.  so far i've had no trouble.  i've had some
luck with `-U' (which implies `-d -D -N' as well) and without `-T', but i
seem to remember that some system or another hated it so i punted.  it may
be worthwhile discussing the matter directly with joerg, as he's almost
certain to have quite a lot of direct and indirect experience.

-- 
bringing you boring signatures for 17 years


From adam@macrotex.net Sun Nov  3 11:19:03 EST 2002
Article: 13814 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: adam@macrotex.net (A. Lewenberg)
Newsgroups: comp.protocols.kermit.misc
Subject: SSH in K95 now giving me "permission denied"
Date: 3 Nov 2002 07:40:02 -0800
Organization: http://groups.google.com/
Lines: 13
Message-ID: <6bd7331b.0211030740.567dd1bc@posting.google.com>
NNTP-Posting-Host: 12.221.109.52
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1036338002 21308 127.0.0.1 (3 Nov 2002 15:40:02 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 3 Nov 2002 15:40:02 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13814

I am using K95 (Kermit 95 1.1.21, 2 Apr 2002, for 32-bit Windows) to
connect via SSH. When I first installed this a few months ago the ssh
worked. However, now I am getting this error:

Permission denied (publickey,password,keyboard-interactive).
login failed
?Unable to connect to X.X.X.X

I checked to see if this was a problem with the computer I was
connecting to by connecting with another ssh client (SSHwin) which
works, so I do not think it is a server-side problem.

Does anyone have any ideas what might be the problem?


From jaltman@watsun.cc.columbia.edu Sun Nov  3 11:19:06 EST 2002
Article: 13815 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSH in K95 now giving me "permission denied"
Date: 3 Nov 2002 15:53:32 GMT
Organization: Columbia University
Lines: 30
Message-ID: <aq3gps$d13$1@newsmaster.cc.columbia.edu>
References: <6bd7331b.0211030740.567dd1bc@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036338812 13347 128.59.39.2 (3 Nov 2002 15:53:32 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 3 Nov 2002 15:53:32 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13815

What type of authentication are you attempting to use?

Does the host key that you have match the key in use by the server?
If they do not match, then password and keyboard-interactive authentication
are disabled to prevent password theft.




In article <6bd7331b.0211030740.567dd1bc@posting.google.com>,
A. Lewenberg <adam@macrotex.net> wrote:
: I am using K95 (Kermit 95 1.1.21, 2 Apr 2002, for 32-bit Windows) to
: connect via SSH. When I first installed this a few months ago the ssh
: worked. However, now I am getting this error:
: 
: Permission denied (publickey,password,keyboard-interactive).
: login failed
: ?Unable to connect to X.X.X.X
: 
: I checked to see if this was a problem with the computer I was
: connecting to by connecting with another ssh client (SSHwin) which
: works, so I do not think it is a server-side problem.
: 
: Does anyone have any ideas what might be the problem?


 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From jerryaa@yahoo.com Sun Nov  3 12:19:49 EST 2002
Article: 13816 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: jerryaa@yahoo.com (JerryAA)
Newsgroups: comp.protocols.kermit.misc
Subject: MGET with DATE format in the filename?
Date: 3 Nov 2002 08:38:52 -0800
Organization: http://groups.google.com/
Lines: 17
Message-ID: <d26c60d1.0211030838.1cf7b15@posting.google.com>
NNTP-Posting-Host: 66.127.210.130
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1036341532 25382 127.0.0.1 (3 Nov 2002 16:38:52 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 3 Nov 2002 16:38:52 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13816

Hi,

I'm trying to write a script using Kermit to pull multiple files using
the recursive switch with the DATE in the file name.

For example, the files I will be downloading will be called ABC.zip,
XYZ.zip, etc...

I need to download them with ABC11022002.zip-- filename plus DATE.

I've tried using the /as-name, /rename-to switch with the /v(filename)
and /v(ndate) variables but can't seem to get it right?

Has any body done this?

Thanks for your help.
jerryaa@yahoo.com


From fdc@columbia.edu Sun Nov  3 12:19:53 EST 2002
Article: 13817 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: MGET with DATE format in the filename?
Date: 3 Nov 2002 12:19:33 -0500
Organization: Columbia University
Lines: 21
Message-ID: <aq3lr5$1pi$1@watsol.cc.columbia.edu>
References: <d26c60d1.0211030838.1cf7b15@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036343974 16656 128.59.39.139 (3 Nov 2002 17:19:34 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 3 Nov 2002 17:19:34 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13817

In article <d26c60d1.0211030838.1cf7b15@posting.google.com>,
JerryAA <jerryaa@yahoo.com> wrote:
: I'm trying to write a script using Kermit to pull multiple files using
: the recursive switch with the DATE in the file name.
: 
: For example, the files I will be downloading will be called ABC.zip,
: XYZ.zip, etc...
: 
: I need to download them with ABC11022002.zip-- filename plus DATE.
: 
: I've tried using the /as-name, /rename-to switch with the /v(filename)
: and /v(ndate) variables but can't seem to get it right?
: 
You have some of the slashes backward :-)

  get [ other-switches ] /as-name:\v(filename)\v(ndate) [ filespec ]

Switches start with a forward slash (/).  Variables and function names
start with a bakslash (\).

- Frank


From TRHEIN@new.rr.com Mon Nov  4 16:56:04 EST 2002
Article: 13818 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!cyclone.kc.rr.com!news.kc.rr.com!cyclone3.kc.rr.com!news3.kc.rr.com!twister.kc.rr.com.POSTED!53ab2750!not-for-mail
From: "Tom Hein" <TRHEIN@new.rr.com>
Newsgroups: comp.protocols.kermit.misc
Subject: File transfers using Unix SCO
Lines: 8
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <UNBx9.68273$cG.993511@twister.kc.rr.com>
Date: Mon, 4 Nov 2002 15:43:51 -0600
NNTP-Posting-Host: 24.163.129.228
X-Complaints-To: abuse@rr.com
X-Trace: twister.kc.rr.com 1036445940 24.163.129.228 (Mon, 04 Nov 2002 15:39:00 CST)
NNTP-Posting-Date: Mon, 04 Nov 2002 15:39:00 CST
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13818

Is there a command to start Kermit as a server on a Unix SCO box?  I am
trying to copy a few text files that are too large to fit on a floppy drive.
I am using PibTerm.  In contacting Phillip Burns he thought there was a way
to start Kermit as a server on SCO style Unix.

Thanks for any help.




From fdc@columbia.edu Mon Nov  4 16:56:11 EST 2002
Article: 13819 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: File transfers using Unix SCO
Date: 4 Nov 2002 16:55:59 -0500
Organization: Columbia University
Lines: 29
Message-ID: <aq6qdf$a45$1@watsol.cc.columbia.edu>
References: <UNBx9.68273$cG.993511@twister.kc.rr.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036446961 18815 128.59.39.139 (4 Nov 2002 21:56:01 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 4 Nov 2002 21:56:01 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13819

In article <UNBx9.68273$cG.993511@twister.kc.rr.com>,
Tom Hein <TRHEIN@new.rr.com> wrote:
: Is there a command to start Kermit as a server on a Unix SCO box?
:
kermit -x

Or you can start in the normal way ("kermit"), give it any desired
setup commands, and then give it a "server" command.

: I am
: trying to copy a few text files that are too large to fit on a floppy drive.
: I am using PibTerm.  In contacting Phillip Burns he thought there was a way
: to start Kermit as a server on SCO style Unix.
: 
The current version of Kermit for SCO (Xenix, Unix, OSR5, Unixware,
OpenServer, you name it) is C-Kermit 8.0:

  http://www.columbia.edu/kermit/ckermit.html

I don't know what Pibterm is but in case you experience poor performance
or other problems with it, see:

  http://www.columbia.edu/kermit/kermit.html

and:

  http://www.columbia.edu/kermit/support.html

- Frank


From dold@81.usenet.us.com Mon Nov  4 17:07:26 EST 2002
Article: 13820 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!news.linkpendium.com!news-xfer.cox.net!gail.ripco.com!wasp.rahul.net!blue.rahul.net!not-for-mail
From: dold@81.usenet.us.com
Newsgroups: comp.protocols.kermit.misc
Subject: Re: File transfers using Unix SCO
Date: Mon, 4 Nov 2002 22:05:51 +0000 (UTC)
Organization: a2i network
Lines: 34
Sender: Clarence Dold <dold@mauve.rahul.net>
Message-ID: <aq6qvv$isc$1@blue.rahul.net>
References: <UNBx9.68273$cG.993511@twister.kc.rr.com>
NNTP-Posting-Host: mauve.rahul.net
X-Trace: blue.rahul.net 1036447551 19340 192.160.13.69 (4 Nov 2002 22:05:51 GMT)
X-Complaints-To: support@rahul.net
NNTP-Posting-Date: Mon, 4 Nov 2002 22:05:51 +0000 (UTC)
X-Comment: Encoded From: line allows replies that preserve original subject
User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (Linux/2.4.9-34 (i686))
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13820

Tom Hein <TRHEIN@new.rr.com> wrote:
> Is there a command to start Kermit as a server on a Unix SCO box?  I am
> trying to copy a few text files that are too large to fit on a floppy drive.
> I am using PibTerm.  In contacting Phillip Burns he thought there was a way
> to start Kermit as a server on SCO style Unix.

I don't know what PibTerm is, but I assume it has some kermit
implementation.  Some of the third party implementations are fine, some are
slow, but they all seem to work.  If you are on Windows, there is a
Kermit-95 that is available that makes both a wonderful terminal emulator,
and has the latest kermit transfer agent.

If you don't want to buy that, the Windows Hyperterm has an embedded kermit
transfer mode that works well.

SCO, of various rev levels is supported by the kermit project.
Various binaries are available for download, and with no configuration, you
should be able to invoke a kermit server "kermit -x".
Or you might want to "kermit -s filename" to send a file down to a
cooperative terminal emulator/kermit program.
"kermit -r", and then sending a file would work also.

Kermit 95, a commercial product for Windows:
http://www.kermit-project.org
Simple, Portable, Free kermit File Transfer Software for UNIX
http://www.kermit-project.org/gkermit.html

On the gkermit page, "find" sco, and decide which one fits.


-- 
---
Clarence A Dold - dold@email.rahul.net
                - Hidden Valley (Lake County) CA.


From JDanSkinner@JDanSkinner.com Tue Nov  5 16:49:16 EST 2002
Article: 13821 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Kermit (K95), SCO Openserver, Progress, and Linux.
Date: 5 Nov 2002 13:40:03 -0800
Organization: http://groups.google.com/
Lines: 11
Message-ID: <8ce22d01.0211051340.4391f5cb@posting.google.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1036532403 27614 127.0.0.1 (5 Nov 2002 21:40:03 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 5 Nov 2002 21:40:03 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13821

I manage an application done in Progress which has traditionally run
on SCO OS3 and OS5 using several terminal emulators, currently K95. 
We use scoansi emulation and all is well.

We are porting to Linux.  Have a system running and we are down to the
nagging details.  Linux emulation is not good because the progress
graphics are not supported (box drawing), scoansi works well in
Progress but Linux complains about not being fully functional (ie:
pg). and the silly ls color stuff is broken.  Any suggestions
appreciated.
Regards...Dan.


From fdc@columbia.edu Tue Nov  5 16:49:18 EST 2002
Article: 13822 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc,comp.unix.sco.misc,comp.terminals
Subject: Re: Kermit (K95), SCO Openserver, Progress, and Linux.
Date: 5 Nov 2002 16:49:13 -0500
Organization: Columbia University
Lines: 28
Message-ID: <aq9ecp$1t2$1@watsol.cc.columbia.edu>
References: <8ce22d01.0211051340.4391f5cb@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036532954 19605 128.59.39.139 (5 Nov 2002 21:49:14 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 5 Nov 2002 21:49:14 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13822 comp.unix.sco.misc:150592 comp.terminals:17589

In article <8ce22d01.0211051340.4391f5cb@posting.google.com>,
Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
: I manage an application done in Progress which has traditionally run
: on SCO OS3 and OS5 using several terminal emulators, currently K95. 
: We use scoansi emulation and all is well.
: 
: We are porting to Linux.  Have a system running and we are down to
: the nagging details.  Linux emulation is not good because the
: progress graphics are not supported (box drawing), scoansi works well
: in Progress but Linux complains about not being fully functional
: (ie: pg). and the silly ls color stuff is broken.  Any suggestions
: appreciated.
:
K95's Linux terminal emulation is fine; it supports box drawings and
color; I assume you have K95's terminal type set to Linux.  So the
question is whether your application sending the right stuff.  Does it
rely on termcap/terminfo/curses?  If so, maybe there is some confusion
over the names of the fields or the syntax of their values.

It's also possible that you've chosen a terminal character set in K95
that does not agree with what the application thinks you have.

I've copied the SCO newsgroup on this reply -- I expect others there
have done similar conversions and can offer some hints.  Also the
terminals newsgroup, where people who know termcap/terminfo/[n]curses
hang out.

- Frank


From adam@macrotex.net Wed Nov  6 09:14:37 EST 2002
Article: 13823 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!news-hog.berkeley.edu!ucberkeley!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: adam@macrotex.net (A. Lewenberg)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSH in K95 now giving me "permission denied"
Date: 5 Nov 2002 18:10:42 -0800
Organization: http://groups.google.com/
Lines: 35
Message-ID: <6bd7331b.0211051810.7a4c8ead@posting.google.com>
References: <6bd7331b.0211030740.567dd1bc@posting.google.com> <aq3gps$d13$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: 12.221.109.52
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1036548642 15143 127.0.0.1 (6 Nov 2002 02:10:42 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 6 Nov 2002 02:10:42 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13823

I don't know. All I want to do is connect to a linux ssh server. How
do I make the keys match (I thought that happened automatically)?


jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message news:<aq3gps$d13$1@newsmaster.cc.columbia.edu>...
> What type of authentication are you attempting to use?
> 
> Does the host key that you have match the key in use by the server?
> If they do not match, then password and keyboard-interactive authentication
> are disabled to prevent password theft.
> 
> 
> 
> 
> In article <6bd7331b.0211030740.567dd1bc@posting.google.com>,
> A. Lewenberg <adam@macrotex.net> wrote:
> : I am using K95 (Kermit 95 1.1.21, 2 Apr 2002, for 32-bit Windows) to
> : connect via SSH. When I first installed this a few months ago the ssh
> : worked. However, now I am getting this error:
> : 
> : Permission denied (publickey,password,keyboard-interactive).
> : login failed
> : ?Unable to connect to X.X.X.X
> : 
> : I checked to see if this was a problem with the computer I was
> : connecting to by connecting with another ssh client (SSHwin) which
> : works, so I do not think it is a server-side problem.
> : 
> : Does anyone have any ideas what might be the problem?
> 
> 
>  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
>  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
>  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
>  kermit-support@columbia.edu               OpenSSL.


From jaltman@watsun.cc.columbia.edu Wed Nov  6 09:14:40 EST 2002
Article: 13824 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSH in K95 now giving me "permission denied"
Date: 6 Nov 2002 03:46:43 GMT
Organization: Columbia University
Lines: 26
Message-ID: <aqa3b3$457$1@newsmaster.cc.columbia.edu>
References: <6bd7331b.0211030740.567dd1bc@posting.google.com> <aq3gps$d13$1@newsmaster.cc.columbia.edu> <6bd7331b.0211051810.7a4c8ead@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036554403 4263 128.59.39.2 (6 Nov 2002 03:46:43 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 6 Nov 2002 03:46:43 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13824

In article <6bd7331b.0211051810.7a4c8ead@posting.google.com>,
A. Lewenberg <adam@macrotex.net> wrote:
: I don't know. All I want to do is connect to a linux ssh server. How
: do I make the keys match (I thought that happened automatically)?

If the keys do not match it is because the keys assigned to the server
have changed since your initial connection.  If this is the case, 
you will be presented a dialog indicating a potential attack.

The keys are stored in the directory

  <PROFILE-DIR>/Application Data/Kermit 95/SSH

In K95 issue the command

  KCD APPDATA
  CD SSH
  DIR

Edit the host keys file and remove the key for the host you are connecting 
to if it doesn't match and you trust that the host has not been compromised.

 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From JDanSkinner@JDanSkinner.com Wed Nov  6 12:53:42 EST 2002
Article: 13825 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!news-hog.berkeley.edu!ucberkeley!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc,comp.unix.sco.misc,comp.terminals
Subject: Re: Kermit (K95), SCO Openserver, Progress, and Linux.
Date: 6 Nov 2002 09:48:32 -0800
Organization: http://groups.google.com/
Lines: 75
Message-ID: <8ce22d01.0211060948.78805fbe@posting.google.com>
References: <8ce22d01.0211051340.4391f5cb@posting.google.com> <aq9ecp$1t2$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1036604912 17556 127.0.0.1 (6 Nov 2002 17:48:32 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 6 Nov 2002 17:48:32 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13825 comp.unix.sco.misc:150610 comp.terminals:17590

fdc@columbia.edu (Frank da Cruz) wrote in message news:<aq9ecp$1t2$1@watsol.cc.columbia.edu>...
> In article <8ce22d01.0211051340.4391f5cb@posting.google.com>,
> Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
> : I manage an application done in Progress which has traditionally run
> : on SCO OS3 and OS5 using several terminal emulators, currently K95. 
> : We use scoansi emulation and all is well.
> : 
> : We are porting to Linux.  Have a system running and we are down to
> : the nagging details.  Linux emulation is not good because the
> : progress graphics are not supported (box drawing), scoansi works well
> : in Progress but Linux complains about not being fully functional
> : (ie: pg). and the silly ls color stuff is broken.  Any suggestions
> : appreciated.
> :
> K95's Linux terminal emulation is fine; it supports box drawings and 
> color; I assume you have K95's terminal type set to Linux.  So the
> question is whether your application sending the right stuff.  Does it
> rely on termcap/terminfo/curses?  If so, maybe there is some confusion
> over the names of the fields or the syntax of their values.
> 
> It's also possible that you've chosen a terminal character set in K95
> that does not agree with what the application thinks you have.
> 
> I've copied the SCO newsgroup on this reply -- I expect others there
> have done similar conversions and can offer some hints.  Also the
> terminals newsgroup, where people who know termcap/terminfo/[n]curses
> hang out.
> 
> - Frank

Thanks Frank;
I've been doing some expermental research and have found the
following. It seems that all functions of the K95 Linux terminal
emulation work except the escape to and from graphics mode (GS and
GE). The termcap (protermcap in Progress) is set to GS=^N and GE=^O
and work on the Linux console.  I understand that Linux display codes
are like vt100 and I check the vt100 termcap entries and find GS=^N
and GE=^O and this works if I set K95 to vt100. Lots of other stuff is
broken but the box drawing works with Linux TERM=linux and K95
emulation set to vt100.  When K95 emulation set to linux the box
drawing characters are the un-escaped values of G1 through GV.  When I
null the escape codes (GS=\000 and GE=\000) and put in corners of +
and lines of | & - both the linux console and k95 in linux emulation
give the same result.
For your information show char yields:
 Transfer Translation: on
 File Character-Set: latin1-iso (ISO 8859-1 Latin-1), 8-bit
 File Scan: on
   Default 7bit-Character-Set: ascii
   Default 8bit-Character-Set: cp437
 Transfer Character-Set: Transparent
 SEND character-set-selection: automatic
 RECEIVE character-set-selection: manual
 (Use SHOW ASSOCIATIONS to list automatic character-set selections.)

 Unknown-Char-Set: Keep

 Terminal character-sets:
     Mode: 8-bit Multinational Mode
    Local: Unicode display / Windows Code Page 1252 input
   Remote: GL->G0: US ASCII (94 chars)
               G1: US ASCII (96 chars)
           GR->G2: ISO Latin-1 (94 chars)
               G3: DEC Special Graphics (94 chars)

 Keyboard character-sets:
   Multinational: PC Code Page 437
        National: US ASCII

 Code Pages:
     Active: 1252

Are you sure this is not a K95 issue?
Again, any help appreciated.
Regards...Dan.


From jaltman@watsun.cc.columbia.edu Wed Nov  6 13:39:23 EST 2002
Article: 13826 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc,comp.unix.sco.misc,comp.terminals
Subject: Re: Kermit (K95), SCO Openserver, Progress, and Linux.
Date: 6 Nov 2002 18:11:16 GMT
Organization: Columbia University
Lines: 57
Message-ID: <aqbm04$sun$1@newsmaster.cc.columbia.edu>
References: <8ce22d01.0211051340.4391f5cb@posting.google.com> <aq9ecp$1t2$1@watsol.cc.columbia.edu> <8ce22d01.0211060948.78805fbe@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036606276 29655 128.59.39.2 (6 Nov 2002 18:11:16 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 6 Nov 2002 18:11:16 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13826 comp.unix.sco.misc:150613 comp.terminals:17591

You have your remote character set configured for ISO Latin 1 which
does not contain graphics characters.  Set your remote character set
to CP437 and you will experience the desired behavior.

In article <8ce22d01.0211060948.78805fbe@posting.google.com>,
Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
: Thanks Frank;
: I've been doing some expermental research and have found the
: following. It seems that all functions of the K95 Linux terminal
: emulation work except the escape to and from graphics mode (GS and
: GE). The termcap (protermcap in Progress) is set to GS=^N and GE=^O
: and work on the Linux console.  I understand that Linux display codes
: are like vt100 and I check the vt100 termcap entries and find GS=^N
: and GE=^O and this works if I set K95 to vt100. Lots of other stuff is
: broken but the box drawing works with Linux TERM=linux and K95
: emulation set to vt100.  When K95 emulation set to linux the box
: drawing characters are the un-escaped values of G1 through GV.  When I
: null the escape codes (GS=\000 and GE=\000) and put in corners of +
: and lines of | & - both the linux console and k95 in linux emulation
: give the same result.
: For your information show char yields:
:  Transfer Translation: on
:  File Character-Set: latin1-iso (ISO 8859-1 Latin-1), 8-bit
:  File Scan: on
:    Default 7bit-Character-Set: ascii
:    Default 8bit-Character-Set: cp437
:  Transfer Character-Set: Transparent
:  SEND character-set-selection: automatic
:  RECEIVE character-set-selection: manual
:  (Use SHOW ASSOCIATIONS to list automatic character-set selections.)
: 
:  Unknown-Char-Set: Keep
: 
:  Terminal character-sets:
:      Mode: 8-bit Multinational Mode
:     Local: Unicode display / Windows Code Page 1252 input
:    Remote: GL->G0: US ASCII (94 chars)
:                G1: US ASCII (96 chars)
:            GR->G2: ISO Latin-1 (94 chars)
:                G3: DEC Special Graphics (94 chars)
: 
:  Keyboard character-sets:
:    Multinational: PC Code Page 437
:         National: US ASCII
: 
:  Code Pages:
:      Active: 1252
: 
: Are you sure this is not a K95 issue?
: Again, any help appreciated.
: Regards...Dan.


 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From JDanSkinner@JDanSkinner.com Thu Nov  7 12:22:54 EST 2002
Article: 13827 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc,comp.unix.sco.misc,comp.terminals
Subject: Re: Kermit (K95), SCO Openserver, Progress, and Linux.
Date: 7 Nov 2002 09:19:08 -0800
Organization: http://groups.google.com/
Lines: 192
Message-ID: <8ce22d01.0211070919.34c74021@posting.google.com>
References: <8ce22d01.0211051340.4391f5cb@posting.google.com> <aq9ecp$1t2$1@watsol.cc.columbia.edu> <8ce22d01.0211060948.78805fbe@posting.google.com> <aqbm04$sun$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1036689549 20812 127.0.0.1 (7 Nov 2002 17:19:09 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 7 Nov 2002 17:19:09 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13827 comp.unix.sco.misc:150634 comp.terminals:17594

jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message news:<aqbm04$sun$1@newsmaster.cc.columbia.edu>...
> You have your remote character set configured for ISO Latin 1 which
> does not contain graphics characters.  Set your remote character set
> to CP437 and you will experience the desired behavior.
> 
> In article <8ce22d01.0211060948.78805fbe@posting.google.com>,
> Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
> : Thanks Frank;
> : I've been doing some expermental research and have found the
> : following. It seems that all functions of the K95 Linux terminal
> : emulation work except the escape to and from graphics mode (GS and
> : GE). The termcap (protermcap in Progress) is set to GS=^N and GE=^O
> : and work on the Linux console.  I understand that Linux display codes
> : are like vt100 and I check the vt100 termcap entries and find GS=^N
> : and GE=^O and this works if I set K95 to vt100. Lots of other stuff is
> : broken but the box drawing works with Linux TERM=linux and K95
> : emulation set to vt100.  When K95 emulation set to linux the box
> : drawing characters are the un-escaped values of G1 through GV.  When I
> : null the escape codes (GS=\000 and GE=\000) and put in corners of +
> : and lines of | & - both the linux console and k95 in linux emulation
> : give the same result.
> : For your information show char yields:
> :  Transfer Translation: on
> :  File Character-Set: latin1-iso (ISO 8859-1 Latin-1), 8-bit
> :  File Scan: on
> :    Default 7bit-Character-Set: ascii
> :    Default 8bit-Character-Set: cp437
> :  Transfer Character-Set: Transparent
> :  SEND character-set-selection: automatic
> :  RECEIVE character-set-selection: manual
> :  (Use SHOW ASSOCIATIONS to list automatic character-set selections.)
> : 
> :  Unknown-Char-Set: Keep
> : 
> :  Terminal character-sets:
> :      Mode: 8-bit Multinational Mode
> :     Local: Unicode display / Windows Code Page 1252 input
> :    Remote: GL->G0: US ASCII (94 chars)
> :                G1: US ASCII (96 chars)
> :            GR->G2: ISO Latin-1 (94 chars)
> :                G3: DEC Special Graphics (94 chars)
> : 
> :  Keyboard character-sets:
> :    Multinational: PC Code Page 437
> :         National: US ASCII
> : 
> :  Code Pages:
> :      Active: 1252
> : 
> : Are you sure this is not a K95 issue?
> : Again, any help appreciated.
> : Regards...Dan.
> 
> 
>  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
>  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
>  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
>  kermit-support@columbia.edu               OpenSSL.



Jeffrey at Kermit Support has provided the information and background
information which made it possible for me to solve my problem.

In a nutshell the problem was in the private termcap for Progress.
The is= string in the Progress Linux termcap string sends the escape
sequence <ESC>(B setting the G2 character-set to ISO Latin1 as opposed
to <ESC>(U which sets G2 character-set to cp437 as required by my
particular application environment.  This solved the problem I was
having with character drawn screen logos.  With this change the Linux
console works pretty well.  The linux emulation Kermit box drawing
still presented the un-shifted Gx values of "jklmqx". This I solved
with a technique Progress used in previous SCO Unix ansi termcap's.
This is to null out GS and GE and to replace G1 - GV with the octal
values of the line drawing characters.

I'll take this opportunity to praise Kermit support.  They live up to
the quote "AND . . .   Super-responsive technical support: we stand
behind our products and support them vigorously."
The session log Jeffery suggested presented the <ESC>(B like a slap in
the face, (as soon as I took the time to record it!)
With their help we have successfully married Progress, SCO Open
Server, Linux (Mandrake), and Kermit (K95).
Regards…Dan.

The following is the revised Linux termcap for Progress protermcap:
  

#linux
linux|linux-lat|linux console:\
      :START-RESIZE(ESC-1)=\E1:\
      :GO(F1)=\E[[A:\
    	:GO(CTRL-X)=^x:\
      :HELP(F2)=\E[[B:\
      :ENTER-MENUBAR(F3)=\E[[C:\
      :END-ERROR(F4)=\E[[D:\
	:GET(F5)=\E[[E:\
	:PUT(F6)=\E[17~:\
      :RECALL(F7)=\E[18~:\
      :CLEAR(F8)=\E[19~:\
	:CLEAR(CTRL-Z)=^z:\
	:INSERT-MODE(CTRL-T)=^t:\
      :CUT(F10)=\E[21~:\
      :COPY(F11)=\E[23~:\
      :PASTE(F12)=\E[24~:\
	:BACKSPACE(BACKSPACE)=^?:\
	:HOME(HOME)=\E[1~:\
	:DELETE(DELETE)=\E[3~:\
	:END(END)=\E[4~:\
	:PAGE-UP(PAGE-UP)=\E[5~:\
	:PAGE-DOWN(PAGE-DOWN)=\E[6~:\
	:BLOCK(CTRL-V)=^v:\
	:HOME(ESC-<)=\E<:\
	:END(ESC->)=\E>:\
	:is=\E>\E[?3l\E[?4l\E[m\E[?7h\E[?8h\E(U\E)0:\
	:nd=2\E[C:\
	:do=\E[B:\
	:cl=50\E[;H\E[2J:\
	:cm=5\E[%i%d;%dH:\
	:so=2\E[7m:\
	:DELETE-COLUMN(ESC-CTRL-Z)=\E[4:\
	:se=2\E[m:\
	:us=2\E[4m:\
	:ue=2\E[m:\
	:GS=\000:\
	:GE=\000:\
	:G1=\277:\
	:G2=\332:\
	:G3=\300:\
	:G4=\331:\
	:GC=n:\
	:GD=w:\
	:GH=\304:\
	:GL=u:\
	:GR=t:\
	:GU=v:\
	:GV=\263:\
	:HS=2\E[1m:\
	:HR=2\E[m:\
	:BB=2\E[5m:\
	:BR=2\E[m:\
	:ks=\E[?1h\E=:\
	:ke=\E[?1l\E>:\
	:cd=10\E[J:\
	:ce=10\E[K:\
	:co#80:\
	:kd=\E[B:\
	:kl=\E[D:\
	:kr=\E[C:\
	:ku=\E[A:\
	:li#24:\
	:up=\E[A:\
	:xi:\
	:cs=\E[%i%d;%dr:\
	:sr=\EM:\
	:sf=\n:\
	:GO(PF1)=\EOP:\
	:HELP(PF2)=\EOQ:\
	:ENTER-MENUBAR(PF3)=\EOR:\
	:END-ERROR(PF4)=\EOS:\
	:PAGE-UP(ESC-UP-ARROW)=\E\E[A:\
	:PAGE-DOWN(ESC-DOWN-ARROW)=\E\E[B:\
	:LEFT-END(ESC-LEFT-ARROW)=\E\E[D:\
	:RIGHT-END(ESC-RIGHT-ARROW)=\E\E[C:\
	:ku=\E[A:	:L_ku=<Up>:\
	:kd=\E[B:	:L_kd=<Down>:\
	:kr=\E[C:	:L_kr=<Right>:\
	:kl=\E[D:	:L_kl=<Left>:\
	:bc=\177:       :.L_bc:\
	:kh=\Eh:	:L_kh=<ESC> h:\
	:EN=\Ee:	:L_EN=<ESC> e:\
	:PU=^U: 	:L_PU=<CTRL-U>:\
	:PD=^K: 	:L_PD=<CTRL-D>:\
	:ki=\Ei:	:L_ki=<ESC> i:\
	:DL=^X: 	:L_DL=<CTRL-X>:\
	:ESC=\E\E:	:L_ESC=<ESC> <ESC>:\
	:bt=\Eb:	:L_bt=<ESC> b:\
	:fk4=\EOP:	:L_fk4=<PF1>:\
	:fk1=\EOQ:	:L_fk1=<PF2>:\
	:fk2=\EOR:	:L_fk2=<PF3>:\
	:fk3=\EOS:	:L_fk3=<PF4>:\
	:fk5=\E6:	:L_fk5=<ESC> 6:\
	:fk6=\E7:	:L_fk6=<ESC> 7:\
	:fk7=\E8:	:L_fk7=<ESC> 8:\
      :Aka=^k:      :L_Aka=Ctrl-K:\
      :Akd=^z:      :L_Akd=Ctrl-Z:\
      :Akp=^r:      :L_Akp=Ctrl-R:\
      :Aks=^l:      :L_Aks=Ctrl-L:\
      :Aku=\Em:      :L_Aku=Esc-M:\
      :Akw=^g:      :L_Akw=Ctrl-G:\
      :Aki=^e:      :L_Aki=Ctrl-E:\
	:tc=v7kf:


From fdc@columbia.edu Fri Nov  8 12:07:48 EST 2002
Article: 13831 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc,comp.os.vms,comp.unix.aix
Subject: Last call for C-Kermit 8.0.206 binaries
Date: 8 Nov 2002 12:06:06 -0500
Organization: Columbia University
Lines: 17
Message-ID: <aqgqtu$evr$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036775167 18872 128.59.39.139 (8 Nov 2002 17:06:07 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 8 Nov 2002 17:06:07 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13831 comp.os.vms:356031 comp.unix.aix:242565


We're going to press shortly with the C-Kermit 8.0 CDROM; it's in pretty
good shape in terms of current C-Kermit binaries for many platforms,
but there's always room for improvement.  If you can build C-Kermit on
any platform for which we don't yet have an 8.0.206 binary, we can put
it on the CDROM if you send it in soon.  You can find the current list
of binaries here:

  http://www.columbia.edu/kermit/ck80binaries.html

Instructions for making and sending in new ones are here:

  http://www.columbia.edu/kermit/cksendbin.html

Thanks!

- Frank


From jfmezei.spamnot@vl.videotron.ca Fri Nov  8 14:01:34 EST 2002
Article: 13832 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!xmission!snoopy.risq.qc.ca!wesley.videotron.net!weber.videotron.net.POSTED!not-for-mail
Message-ID: <3DCC0339.8DB24B6F@vl.videotron.ca>
From: JF Mezei <jfmezei.spamnot@vl.videotron.ca>
X-Mailer: Mozilla 4.76 (Macintosh; U; PPC)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc,comp.os.vms,comp.unix.aix
Subject: Re: Last call for C-Kermit 8.0.206 binaries
References: <aqgqtu$evr$1@watsol.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 18
Date: Fri, 08 Nov 2002 13:32:30 -0500
NNTP-Posting-Host: 24.202.148.20
X-Complaints-To: abuse@videotron.ca
X-Trace: weber.videotron.net 1036780259 24.202.148.20 (Fri, 08 Nov 2002 13:30:59 EST)
NNTP-Posting-Date: Fri, 08 Nov 2002 13:30:59 EST
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13832 comp.os.vms:356050 comp.unix.aix:242569

Frank da Cruz wrote:
> but there's always room for improvement.  If you can build C-Kermit on
> any platform for which we don't yet have an 8.0.206 binary, we can put
> it on the CDROM if you send it in soon.  You can find the current list
> of binaries here:

I'd be willing to build it for VMS 7.2 TCPIP-5.3

However, is there really any differennce between such a build and one built
with TCPIP 5.1 which you already have ? (TCPIP = UCX).

Also, just a comment, in the list of OS at the top of the page, just use 
"DEC Tru64, DEC VMS" instead of "DEC/Compaq/HP VMS" etc. 

Or as a compromise, "DEC/HP VMS". 

The word Compaq doesn't belong anywhere near "VMS" and it just make things
look far more complicated than they really are.


From fdc@columbia.edu Fri Nov  8 14:31:06 EST 2002
Article: 13833 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc,comp.os.vms,comp.unix.aix,comp.sys.dec
Subject: Re: Last call for C-Kermit 8.0.206 binaries
Date: 8 Nov 2002 14:30:10 -0500
Organization: Columbia University
Lines: 50
Message-ID: <aqh3c2$p$1@watsol.cc.columbia.edu>
References: <aqgqtu$evr$1@watsol.cc.columbia.edu> <3DCC0339.8DB24B6F@vl.videotron.ca>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036783811 25477 128.59.39.139 (8 Nov 2002 19:30:11 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 8 Nov 2002 19:30:11 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13833 comp.os.vms:356060 comp.unix.aix:242571 comp.sys.dec:99297

In article <3DCC0339.8DB24B6F@vl.videotron.ca>,
JF Mezei  <jfmezei.spamnot@vl.videotron.ca> wrote:
: Frank da Cruz wrote:
: > but there's always room for improvement.  If you can build C-Kermit on
: > any platform for which we don't yet have an 8.0.206 binary, we can put
: > it on the CDROM if you send it in soon.  You can find the current list
: > of binaries here:
: 
: I'd be willing to build it for VMS 7.2 TCPIP-5.3
: 
: However, is there really any differennce between such a build and one built
: with TCPIP 5.1 which you already have ? (TCPIP = UCX).
: 
That one wouldn't be essential.  It's more important to get builds on
platforms that have earlier OS's or, in the VMS case, earlier TCP/IP 
versions than the ones for which C-Kermit 8.0.206 is already built.

: Also, just a comment, in the list of OS at the top of the page, just use 
: "DEC Tru64, DEC VMS" instead of "DEC/Compaq/HP VMS" etc. 
: 
: Or as a compromise, "DEC/HP VMS". 
: 
: The word Compaq doesn't belong anywhere near "VMS" and it just make things
: look far more complicated than they really are.
:
Understood, but on the other hand if I left it out somebody else would
complain.  This way more searches succeed.  Also, it *is* more complicated;
e.g. DEC OSF/1 and Digital Unix, but Compaq and HP Tru64 (DEC never called it
Tru64, unless I'm mistaken)...  Plus, if you think it's complicated now, just
wait til VMS comes out on IA64.  Then we'll have:

 (VAX vs Alpha vs IA64) x ([Open]VMS version) x (TCP product) x (TCP version)

How inconsiderate of DEC to complicate our lives by making products that
never die.  I've got a VAX upstairs running VMS 5.5 that hasn't been rebooted
in years.  And I don't even feel that I'm tempting fate by saying that.

Anyway back to the point -- the binaries we need the most right now are for
older platforms: Digital Unix 3.x, OSF/1, VMS prior to 5.5, Ultrix versions
prior to 4.5.  The AT&T 3B2.  Solaris prior to 2.5.1.  The Sun3 and Sun4.
Any version of AIX besides 4.3.3.  Any version of AIX, SunOS, or Solaris
with X.25 support.  Older versions of IRIX or DG/UX.  Any version of
NeXTSTEP, OpenSTEP, ESIX, or NCR MP-RAS.  Unicos... Are there any Crays left
out there?

There are also some new platforms I don't have binaries for yet -- QNX 6.1,
Zaurus, Ipaq...  Oh yeah, and some other new Linux-based PDA (not Zaurus)
>from  Korea, can't remember its name just now.

- Frank


From peter@langstoeger.at Sun Nov 10 11:56:08 EST 2002
Article: 13834 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!newsrouter.chello.at!news.chello.at.POSTED!53ab2750!not-for-mail
Newsgroups: comp.protocols.kermit.misc,comp.os.vms,comp.unix.aix,comp.sys.dec
Subject: Re: Last call for C-Kermit 8.0.206 binaries
References: <aqgqtu$evr$1@watsol.cc.columbia.edu> <3DCC0339.8DB24B6F@vl.videotron.ca> <aqh3c2$p$1@watsol.cc.columbia.edu>
From: peter@langstoeger.at (Peter LANGSTOEGER)
Reply-To: peter@langstoeger.at
Organization: OpenVMS Hobbyist, Vienna, AUSTRIA
Lines: 46
Message-ID: <_Qdz9.214849$aa2.2720827@news.chello.at>
Date: Sat, 09 Nov 2002 20:02:02 GMT
NNTP-Posting-Host: 62.178.35.154
X-Complaints-To: abuse@news.chello.at
X-Trace: news.chello.at 1036872122 62.178.35.154 (Sat, 09 Nov 2002 21:02:02 MET)
NNTP-Posting-Date: Sat, 09 Nov 2002 21:02:02 MET
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13834 comp.os.vms:356139 comp.unix.aix:242593 comp.sys.dec:99306

In article <aqh3c2$p$1@watsol.cc.columbia.edu>, fdc@columbia.edu (Frank da Cruz) writes:
>In article <3DCC0339.8DB24B6F@vl.videotron.ca>,
>JF Mezei  <jfmezei.spamnot@vl.videotron.ca> wrote:
>: Frank da Cruz wrote:
>: > but there's always room for improvement.  If you can build C-Kermit on
>: > any platform for which we don't yet have an 8.0.206 binary, we can put
>: > it on the CDROM if you send it in soon.  You can find the current list
>: > of binaries here:
>: 
>: I'd be willing to build it for VMS 7.2 TCPIP-5.3
>: 
>: However, is there really any differennce between such a build and one built
>: with TCPIP 5.1 which you already have ? (TCPIP = UCX).
>: 
>That one wouldn't be essential.  It's more important to get builds on
>platforms that have earlier OS's or, in the VMS case, earlier TCP/IP 
>versions than the ones for which C-Kermit 8.0.206 is already built.
>
>: Also, just a comment, in the list of OS at the top of the page, just use 
>: "DEC Tru64, DEC VMS" instead of "DEC/Compaq/HP VMS" etc. 
>: 
>: Or as a compromise, "DEC/HP VMS". 
>: 
>: The word Compaq doesn't belong anywhere near "VMS" and it just make things
>: look far more complicated than they really are.
>:
>Understood, but on the other hand if I left it out somebody else would
>complain.  This way more searches succeed.  Also, it *is* more complicated;
>e.g. DEC OSF/1 and Digital Unix, but Compaq and HP Tru64 (DEC never called it
>Tru64, unless I'm mistaken)...  Plus, if you think it's complicated now, just
>wait til VMS comes out on IA64.  Then we'll have:
>
> (VAX vs Alpha vs IA64) x ([Open]VMS version) x (TCP product) x (TCP version)

Not really. Because [Open]VMS has a great history of beeing upward compatible.

Built for UCX it will run on TCPIP, Multinet and TCPware also.
Built on ancient/earlier VMS versions it will run on more recent ones also.

I used an image of 1978 (TAPECOPY.EXE) up to the late 90s...

-- 
Peter "EPLAN" LANGSTOEGER
Network and OpenVMS system specialist
E-mail  peter@langstoeger.at
A-1030 VIENNA  AUSTRIA              I'm not a pessimist, I'm a realist


From hvanclee@nyx.net Sun Nov 10 12:00:41 EST 2002
Article: 13835 of comp.protocols.kermit.misc
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Problems transferring over ppp connection
References: <1034801647.495773@irys.nyx.net> <1034815854.830840@irys.nyx.net> <aol3ol$sch$1@newsmaster.cc.columbia.edu> <aomfve$ioc$1@watsol.cc.columbia.edu>
Organization: Nyx Net, Free Internet access (www.nyx.net)
X-Newsreader: trn 4.0-test74 (May 26, 2000)
From: hvanclee@nyx.net (Henry van Cleef)
Message-ID: <1036899555.887972@irys.nyx.net>
Cache-Post-Path: irys.nyx.net!hvanclee@nyx3.nyx.net
X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/)
NNTP-Posting-Host: 206.124.29.6
Date: 9 Nov 2002 20:39:16 -0700
X-Trace: omega.dimensional.com 1036899556 206.124.29.6 (9 Nov 2002 20:39:16 -0700)
Lines: 51
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!hermes.visi.com!dimensional.com!pulsar.dimensional.com!omega.dimensional.com!not-for-mail
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13835

In article <aomfve$ioc$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
>In article <aol3ol$sch$1@newsmaster.cc.columbia.edu>,
>Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
>: ...
>: I should point out that if the connection was truly using STREAMING
>: transfers then if even a single error was to occur, the transfer
>: would fail.  Therefore, I must assume tht STREAMING transfers are
>: not being used.
>: 
>And similarly, that transparency isn't a suspect either.  If certain
>byte values were being absorbed by PPP, a modem, or the terminal
>server, error recovery would not work.  Thus flow control seems the
>only likely culprit.
>
>If Kermit transfers work on exactly the same physical connection
>when directly dialed, but fail over PPP, it has to be a difference
>between the modem and/or port configurations on one end or the other
>(or both), or else the fault of PPP.
>
I want to get back on this and tell you what the resolution was.  You
pointed me in the direction of flow control, which turned out to be
the key.  

Some discussion on the comp.unix.solaris newsgroup led to some
comments from Greg Andrews about the need to use the uucp driver to
talk to the modem (/dev/cua/a).  I had to remind Greg that no matter
what the manpages for the zs and se drivers say, the ppp that Sun
released with Solaris 8 7/01, and has in Solaris 9, is a setuid root
program, and simply trying to make a pppd call from user space
specifying /dev/cua/a would fail because of permissions.  Greg finally
put the question to the ppp people, who came back with information
that is not laid out anywhere in the docs available for Solaris users.
Namely, put /dev/cua/a in one of the priviledged options files in the
/etc/ppp directory.  That, plus resetting the OBP ttya-ignore-cd flag
(this is Sun hardware) to false, seems to have solved the problems.

While I note that I had installed Kermit suid to uucp to use
/dev/cua/a on this particular box, it seems to run fine through
/dev/term/a.  Not so with pppd.  

With this change in place, I seem to be able to upload and download
through telnet run on Kermit with the maximum length packets.  I note
that the window allocation display does show STREAMING, using telnet.
Running ssh on Kermit, I see the standard 1 of 30 windows display, and
note that there appears to be a buffer length limit between 1000 and
2000 bytes.  Run with 1000, and it's tick-tock, solid as a rock.  With
2000 I see timeout errors and RTS/CTS action on the modem.  

Hank



From fdc@columbia.edu Sun Nov 10 12:00:44 EST 2002
Article: 13836 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc,comp.os.vms,comp.unix.aix,comp.sys.dec
Subject: Re: Last call for C-Kermit 8.0.206 binaries
Date: 10 Nov 2002 11:59:41 -0500
Organization: Columbia University
Lines: 22
Message-ID: <aqm39t$6qg$1@watsol.cc.columbia.edu>
References: <aqgqtu$evr$1@watsol.cc.columbia.edu> <3DCC0339.8DB24B6F@vl.videotron.ca> <aqh3c2$p$1@watsol.cc.columbia.edu> <_Qdz9.214849$aa2.2720827@news.chello.at>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036947582 13407 128.59.39.139 (10 Nov 2002 16:59:42 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 10 Nov 2002 16:59:42 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13836 comp.os.vms:356169 comp.unix.aix:242603 comp.sys.dec:99308

In article <_Qdz9.214849$aa2.2720827@news.chello.at>,
Peter LANGSTOEGER <peter@langstoeger.at> wrote:
: In article <aqh3c2$p$1@watsol.cc.columbia.edu>, fdc@columbia.edu (Frank da Cruz) writes:
: > ...if you think it's complicated now, just
: > wait til VMS comes out on IA64.  Then we'll have:
: >
: > (VAX vs Alpha vs IA64) x (VMS version) x (TCP product) x (TCP version)
: 
: Not really. Because [Open]VMS has a great history of beeing upward
: compatible.
: 
: Built for UCX it will run on TCPIP, Multinet and TCPware also.
: Built on ancient/earlier VMS versions it will run on more recent ones also.
: 
I know, but I still need to build each new release of C-Kermit on every
possible combination to make sure they all still work.  You can't take this
for granted -- small changes in VMS or TCP/IP-product header files can do a
great deal of damage to previously working builds.  Similarly, small changes
in Kermit can introduce conflicts with symbols that are defined in some
obscure header file.  And so on.

- Frank


From fdc@columbia.edu Sun Nov 10 13:42:34 EST 2002
Article: 13837 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.os.linux.misc,comp.protocols.kermit.misc
Subject: Need C-Kermit 8.0.206 Zaurus binary
Date: 10 Nov 2002 13:33:42 -0500
Organization: Columbia University
Lines: 27
Message-ID: <aqm8q6$c7q$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1036953223 17088 128.59.39.139 (10 Nov 2002 18:33:43 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 10 Nov 2002 18:33:43 GMT
Xref: newsmaster.cc.columbia.edu comp.os.linux.misc:570816 comp.protocols.kermit.misc:13837


We have released an updated version of C-Kermit 8.0, mainly to fix a few
bugs and adapt the built-in scriptable FTP client to some of the new
FTP protocol features that are about to be approved in IETF (e.g. that
allow recursive directory-tree downloads without having to parse
host-dependent directory listings):

  http://www.columbia.edu/kermit/ckermit.html

Can somebody here who has a Zaurus with C compiler installed please
download the new source code, make a Zaurus binary, and upload to the
Kermit Project site for distribution?  General instructions are here:

  http://www.columbia.edu/kermit/cksendbin.html

The makefile target is "sl5500", and the binary should be uploaded to/as:

  ftp://kermit.columbia.edu/kermit/incoming/cku206.linux-zaurus-sl5500

Thanks!

Frank da Cruz
The Kermit Project
Columbia University
New York City
email: fdc@columbia.edu
web: http://www.columbia.edu/kermit/


From ysidros@advmail.com Tue Nov 12 13:19:40 EST 2002
Article: 13838 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news-hog.berkeley.edu!ucberkeley!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: ysidros@advmail.com (Ysidro Salinas)
Newsgroups: comp.protocols.kermit.misc
Subject: telnet and pseudo-terminals
Date: 12 Nov 2002 09:28:40 -0800
Organization: http://groups.google.com/
Lines: 13
Message-ID: <e81154be.0211120928.281cafa6@posting.google.com>
NNTP-Posting-Host: 63.194.226.189
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037122120 13824 127.0.0.1 (12 Nov 2002 17:28:40 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 12 Nov 2002 17:28:40 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13838

Is it possible to use C-Kermit to provide "serial-like" input/output
through a telnet connection to another communication program?  If so,
how?  I've read about the pipe and pty features, the redirect feature,
and I've also scowered the "Using C-Kermit" book, but I'm not quite
sure if any of these do what I want.  I have an existing comm program
that screen-scraps a remote system via a serial port, I'd like to
extend it to do exactly the same over a telnet connection, but I'd
really like to avoid writing code to perform the telnet protocol.  Can
I use kermit to establish the telnet connection, feed input and output
to my program, and handle all the telnet communication at the same
time?

Thanks in advance for any help you can provide.


From fdc@columbia.edu Tue Nov 12 13:19:43 EST 2002
Article: 13839 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: telnet and pseudo-terminals
Date: 12 Nov 2002 13:19:25 -0500
Organization: Columbia University
Lines: 25
Message-ID: <aqrgnd$l1u$1@watsol.cc.columbia.edu>
References: <e81154be.0211120928.281cafa6@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037125166 5600 128.59.39.139 (12 Nov 2002 18:19:26 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 12 Nov 2002 18:19:26 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13839

In article <e81154be.0211120928.281cafa6@posting.google.com>,
Ysidro Salinas <ysidros@advmail.com> wrote:
: Is it possible to use C-Kermit to provide "serial-like" input/output
: through a telnet connection to another communication program?  If so,
: how?  I've read about the pipe and pty features, the redirect feature,
: and I've also scowered the "Using C-Kermit" book, but I'm not quite
: sure if any of these do what I want.  I have an existing comm program
: that screen-scraps a remote system via a serial port, I'd like to
: extend it to do exactly the same over a telnet connection, but I'd
: really like to avoid writing code to perform the telnet protocol.  Can
: I use kermit to establish the telnet connection, feed input and output
: to my program, and handle all the telnet communication at the same
: time?
:
You could try the REDIRECT command:

  set host foo.bar.baz
  if fail ...
  redirect <name-and-args-of-your-screen-scraping-program>

If your communications program uses stdio for the user end, it should
work.  If not, you could always rewrite the whole thing as a Kermit
script, thus making it both transport- and platform-independent.

- Frank


From fdc@columbia.edu Tue Nov 12 13:25:00 EST 2002
Article: 13840 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: telnet and pseudo-terminals
Date: 12 Nov 2002 13:24:43 -0500
Organization: Columbia University
Lines: 38
Message-ID: <aqrh1b$lph$1@watsol.cc.columbia.edu>
References: <e81154be.0211120928.281cafa6@posting.google.com> <aqrgnd$l1u$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037125485 5849 128.59.39.139 (12 Nov 2002 18:24:45 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 12 Nov 2002 18:24:45 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13840

In article <aqrgnd$l1u$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
: In article <e81154be.0211120928.281cafa6@posting.google.com>,
: Ysidro Salinas <ysidros@advmail.com> wrote:
: : Is it possible to use C-Kermit to provide "serial-like" input/output
: : through a telnet connection to another communication program?  If so,
: : how?  I've read about the pipe and pty features, the redirect feature,
: : and I've also scowered the "Using C-Kermit" book, but I'm not quite
: : sure if any of these do what I want.  I have an existing comm program
: : that screen-scraps a remote system via a serial port, I'd like to
: : extend it to do exactly the same over a telnet connection, but I'd
: : really like to avoid writing code to perform the telnet protocol.  Can
: : I use kermit to establish the telnet connection, feed input and output
: : to my program, and handle all the telnet communication at the same
: : time?
: :
: You could try the REDIRECT command:
: 
:   set host foo.bar.baz
:   if fail ...
:   redirect <name-and-args-of-your-screen-scraping-program>
: 
: If your communications program uses stdio for the user end, it should
: work.
:
Never mind, as soon as I sent that off, I realized it was wrong.  What
it would do would be to hook up the telnet host with the dialed-up host,
not substitute the dialed-up host for the Telnet host.

: If not, you could always rewrite the whole thing as a Kermit
: script, thus making it both transport- and platform-independent.
: 
This is probably your best bet.  Unless some kind of "shim" exists for
your platform that looks like a serial port and/or modem to the software,
but really is a Telnet client, like OS/2 VMODEM.  I'm not aware of such
a thing for Unix, but you never know.

- Frank


From JDanSkinner@JDanSkinner.com Wed Nov 13 16:14:27 EST 2002
Article: 13841 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!nntp-relay.ihug.net!ihug.co.nz!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: C-Kermit FTP script
Date: 13 Nov 2002 13:01:10 -0800
Organization: http://groups.google.com/
Lines: 23
Message-ID: <8ce22d01.0211131301.2d2c8112@posting.google.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037221271 15687 127.0.0.1 (13 Nov 2002 21:01:11 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 13 Nov 2002 21:01:11 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13841

; FTP script from Linux archive to skinner /icsdemo 
set command quoting on
set login prompt 
set network tcp/ip
if fail end 1 TCP/IP Failed
set input echo on
ftp open skinner /user:root /password:xxxxxx
if fail exit 1 connection failed
ftp cd /icsdemo
ftp put jdsmenuarch.tar
ftp put gbsarch.tar
quit

The script above works when the ftp open is correct.
if also works correctly (fails) if the ftp server does not exist.
It is broken if the server exists but the login fails.
IE: the put commands are issued.
I've made it as simple as I can but can't see what I'm doing wrong.
Using Linux 8.0.206 on Mandrake distro.
Skinner is SCO OpenServer 5.04 if that matters?

Any help appreciated.
Regards...Dan.


From fdc@columbia.edu Wed Nov 13 16:14:32 EST 2002
Article: 13842 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit FTP script
Date: 13 Nov 2002 16:14:24 -0500
Organization: Columbia University
Lines: 47
Message-ID: <aqufbg$f0l$1@watsol.cc.columbia.edu>
References: <8ce22d01.0211131301.2d2c8112@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037222065 3270 128.59.39.139 (13 Nov 2002 21:14:25 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 13 Nov 2002 21:14:25 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13842

In article <8ce22d01.0211131301.2d2c8112@posting.google.com>,
Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
: ; FTP script from Linux archive to skinner /icsdemo 
: set command quoting on
: set login prompt 
: set network tcp/ip
: if fail end 1 TCP/IP Failed
: set input echo on
: ftp open skinner /user:root /password:xxxxxx
: if fail exit 1 connection failed
: ftp cd /icsdemo
: ftp put jdsmenuarch.tar
: ftp put gbsarch.tar
: quit
: 
: The script above works when the ftp open is correct.
: if also works correctly (fails) if the ftp server does not exist.
: It is broken if the server exists but the login fails.
: IE: the put commands are issued.
: I've made it as simple as I can but can't see what I'm doing wrong.
: Using Linux 8.0.206 on Mandrake distro.
: Skinner is SCO OpenServer 5.04 if that matters?
: 
No.  By default (i.e. unless you have SET FTP AUTOLOGIN OFF),
the FTP OPEN command does two things: makes the connection and
logs you in (perhaps prompting you for your user ID or password).
Thus it can succeed in opening the connection but fail in attempting
to log you in.  The FTP scripting tutorial explains this and shows
how to handle it:

  http://www.columbia.edu/kermit/ftpscripts.html

Briefly:

  ftp open somehost [ /user:xxx [ /password:yyy ] ]
  if fail stop 1 FTP connection failed
  if not \v(ftp_loggedin) stop 1 FTP login failed
  ...

You'll also need IF FAIL clauses after all your other FTP commands
if you don't want the script to keep executing after a failed command.

Who remembers SNOBOL?  Kermit scripts are kind of like that: with
each statement, you should consider what should be done next if it
succeeds and what should be done if it fails.

- Frank


From jaltman@watsun.cc.columbia.edu Wed Nov 13 16:19:11 EST 2002
Article: 13843 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit FTP script
Date: 13 Nov 2002 21:16:55 GMT
Organization: Columbia University
Lines: 45
Message-ID: <aqufg7$39f$1@newsmaster.cc.columbia.edu>
References: <8ce22d01.0211131301.2d2c8112@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037222215 3375 128.59.39.2 (13 Nov 2002 21:16:55 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 13 Nov 2002 21:16:55 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13843

FTP OPEN will not result in FAILURE because of a failed login
attempt.  The OPEN succeeds if you are connected to the FTP 
server.

If you want to automate the login and be able to test the result:

  SET FTP AUTOLOGIN OFF
  FTP OPEN hostname
  IF FAILURE ...
  FTP USER username password 
  IF FAILURE ...



In article <8ce22d01.0211131301.2d2c8112@posting.google.com>,
Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
: ; FTP script from Linux archive to skinner /icsdemo 
: set command quoting on
: set login prompt 
: set network tcp/ip
: if fail end 1 TCP/IP Failed
: set input echo on
: ftp open skinner /user:root /password:xxxxxx
: if fail exit 1 connection failed
: ftp cd /icsdemo
: ftp put jdsmenuarch.tar
: ftp put gbsarch.tar
: quit
: 
: The script above works when the ftp open is correct.
: if also works correctly (fails) if the ftp server does not exist.
: It is broken if the server exists but the login fails.
: IE: the put commands are issued.
: I've made it as simple as I can but can't see what I'm doing wrong.
: Using Linux 8.0.206 on Mandrake distro.
: Skinner is SCO OpenServer 5.04 if that matters?
: 
: Any help appreciated.
: Regards...Dan.


 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From JDanSkinner@JDanSkinner.com Thu Nov 14 11:33:24 EST 2002
Article: 13844 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit FTP script
Date: 13 Nov 2002 21:07:55 -0800
Organization: http://groups.google.com/
Lines: 62
Message-ID: <8ce22d01.0211132107.1a569739@posting.google.com>
References: <8ce22d01.0211131301.2d2c8112@posting.google.com> <aqufg7$39f$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037250475 20876 127.0.0.1 (14 Nov 2002 05:07:55 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 14 Nov 2002 05:07:55 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13844

Thanks guys;
I knew I was missing something.
I only went as far as the basic FTP scripting examples.
Now I can fix it right.
Do you think success is the right answer to a failed login?
The rules are the rules, but sometimes logic should prevail.
Anywho - I appreciate the quick and clear help.
When this script is done it will be run by cron as part of a scheduled
backup on the network.  I'll find out what happened by email so (as
you say) if fail is a big deal and the more info in the email the
better. I'm using Kermit FTP rather than native FTP for this reason. 
I have several other systems using this cron strategy with native FTP 
This is the first new server on the network since version 8.  I
suppose a rational person would go back and fix the old ones? But then
would a rational guy be watching Letterman and talking to you all?
Regards...Dan.
>jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message news:<aqufg7>$39f$1@newsmaster.cc.columbia.edu>...
> FTP OPEN will not result in FAILURE because of a failed login
> attempt.  The OPEN succeeds if you are connected to the FTP 
> server.
> 
> If you want to automate the login and be able to test the result:
> 
>   SET FTP AUTOLOGIN OFF
>   FTP OPEN hostname
>   IF FAILURE ...
>   FTP USER username password 
>   IF FAILURE ...
> 
> 
> 
> In article <8ce22d01.0211131301.2d2c8112@posting.google.com>,
> Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
> : ; FTP script from Linux archive to skinner /icsdemo 
> : set command quoting on
> : set login prompt 
> : set network tcp/ip
> : if fail end 1 TCP/IP Failed
> : set input echo on
> : ftp open skinner /user:root /password:xxxxxx
> : if fail exit 1 connection failed
> : ftp cd /icsdemo
> : ftp put jdsmenuarch.tar
> : ftp put gbsarch.tar
> : quit
> : 
> : The script above works when the ftp open is correct.
> : if also works correctly (fails) if the ftp server does not exist.
> : It is broken if the server exists but the login fails.
> : IE: the put commands are issued.
> : I've made it as simple as I can but can't see what I'm doing wrong.
> : Using Linux 8.0.206 on Mandrake distro.
> : Skinner is SCO OpenServer 5.04 if that matters?
> : 
> : Any help appreciated.
> : Regards...Dan.
> 
> 
>  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
>  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
>  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
>  kermit-support@columbia.edu               OpenSSL.


From fdc@columbia.edu Thu Nov 14 11:33:27 EST 2002
Article: 13845 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit FTP script
Date: 14 Nov 2002 11:32:52 -0500
Organization: Columbia University
Lines: 23
Message-ID: <ar0j7k$ea6$1@watsol.cc.columbia.edu>
References: <8ce22d01.0211131301.2d2c8112@posting.google.com> <aqufg7$39f$1@newsmaster.cc.columbia.edu> <8ce22d01.0211132107.1a569739@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037291574 21167 128.59.39.139 (14 Nov 2002 16:32:54 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 14 Nov 2002 16:32:54 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13845

In article <8ce22d01.0211132107.1a569739@posting.google.com>,
Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
: ...
: Do you think success is the right answer to a failed login?
: The rules are the rules, but sometimes logic should prevail.
:
The primary purpose of the FTP OPEN command is to open an FTP connection.
If it succeeds in that, it doesn't fail.

As a convenience -- and also for secure connection types -- authentication
can also be performed as a consequence of this command.  This can succeed
or fail separately, and thus it's tested seperately.

: When this script is done it will be run by cron as part of a scheduled
: backup on the network.  I'll find out what happened by email so (as
: you say) if fail is a big deal and the more info in the email the
: better. I'm using Kermit FTP rather than native FTP for this reason. 
:
Right, and of course you can have your Kermit script compose the email
message, plugging all sorts of relevant information into it from Kermit's
built-in variables ("show variables") and whatever else you want.

- Frank


From fdc@columbia.edu Thu Nov 14 14:37:25 EST 2002
Article: 13846 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc,alt.folklore.computers
Subject: Fortune 32:16?
Date: 14 Nov 2002 13:12:46 -0500
Organization: Columbia University
Lines: 16
Message-ID: <ar0p2u$msv$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037297567 25476 128.59.39.139 (14 Nov 2002 18:12:47 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 14 Nov 2002 18:12:47 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13846 alt.folklore.computers:310402


Does anyone have a still-working Fortune 32:16?  (This was one of the
first Unix desktop computers on the market, circa 1985...)  A Kermit
binary is needed to migrate data from one of these that is being
retired; however the machine in question does not have a C compiler.

We had C-Kermit versions 4 and 5 working on the Fortune 32:16 with
OS versions 1.7 through 2.1, but that was before we started saving
binaries.

If anyone has a Fortune 32:16 with a C compiler or a Kermit binary for
this machine, please contact me.

Thanks!

- Frank


From fdc@columbia.edu Thu Nov 14 18:54:31 EST 2002
Article: 13847 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: K95 2.1 released
Date: 14 Nov 2002 18:54:14 -0500
Organization: Columbia University
Lines: 12
Message-ID: <ar1d36$1lj$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037318055 10150 128.59.39.139 (14 Nov 2002 23:54:15 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 14 Nov 2002 23:54:15 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13847


See the announcement on comp.protocols.kermit.announce, or here:

  http://www.columbia.edu/kermit/k95_21_ann.html

or the Kermit 95 website:

  http://www.columbia.edu/kermit/k95.html

(clear your browser cache to see the updated pages).

- Frank


From JDanSkinner@JDanSkinner.com Fri Nov 15 11:26:20 EST 2002
Article: 13848 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit FTP script
Date: 14 Nov 2002 22:13:37 -0800
Organization: http://groups.google.com/
Lines: 31
Message-ID: <8ce22d01.0211142213.f427a53@posting.google.com>
References: <8ce22d01.0211131301.2d2c8112@posting.google.com> <aqufg7$39f$1@newsmaster.cc.columbia.edu> <8ce22d01.0211132107.1a569739@posting.google.com> <ar0j7k$ea6$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037340818 8946 127.0.0.1 (15 Nov 2002 06:13:38 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 15 Nov 2002 06:13:38 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13848

fdc@columbia.edu (Frank da Cruz) wrote in message news:<ar0j7k$ea6$1@watsol.cc.columbia.edu>...
> In article <8ce22d01.0211132107.1a569739@posting.google.com>,
> Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
> : ...
> : Do you think success is the right answer to a failed login?
> : The rules are the rules, but sometimes logic should prevail.
> :
> The primary purpose of the FTP OPEN command is to open an FTP connection.
> If it succeeds in that, it doesn't fail.
> 
> As a convenience -- and also for secure connection types -- authentication
> can also be performed as a consequence of this command.  This can succeed
> or fail separately, and thus it's tested seperately.
> 
> : When this script is done it will be run by cron as part of a scheduled
> : backup on the network.  I'll find out what happened by email so (as
> : you say) if fail is a big deal and the more info in the email the
> : better. I'm using Kermit FTP rather than native FTP for this reason. 
> :
> Right, and of course you can have your Kermit script compose the email
> message, plugging all sorts of relevant information into it from Kermit's
> built-in variables ("show variables") and whatever else you want.
> 
> - Frank

Yup;
Appreciated and agreed.  BUT I would expect a function for which any
part failed to yield a negative return code and which might allow me
to check more thourghly if I care. If I can't use the result of the
open in a subsequent function the result of the open should be fail?
Regards...Dan.


From jaltman@watsun.cc.columbia.edu Fri Nov 15 11:26:48 EST 2002
Article: 13850 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit FTP script
Date: 15 Nov 2002 14:35:56 GMT
Organization: Columbia University
Lines: 41
Message-ID: <ar30oc$4sh$1@newsmaster.cc.columbia.edu>
References: <8ce22d01.0211131301.2d2c8112@posting.google.com> <8ce22d01.0211132107.1a569739@posting.google.com> <ar0j7k$ea6$1@watsol.cc.columbia.edu> <8ce22d01.0211142213.f427a53@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037370956 5009 128.59.39.2 (15 Nov 2002 14:35:56 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 15 Nov 2002 14:35:56 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13850

In article <8ce22d01.0211142213.f427a53@posting.google.com>,
Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:

: Yup;
: Appreciated and agreed.  BUT I would expect a function for which any
: part failed to yield a negative return code and which might allow me
: to check more thourghly if I care. If I can't use the result of the
: open in a subsequent function the result of the open should be fail?
: Regards...Dan.

Kermit commands are implemented to serve dual purposes
 
 . be convenient for interactive use

 . be scriptable

These two purposes are often at odds.  The FTP OPEN command is an
example.  For interactive use the FTP OPEN command is overloaded
with numerous automatic behaviors that can take place after 
successful completion:
 
  autologin
  autoauthentication
  autoencryption

None of these secondary functions can be tested with IF FAILURE.
Instead they either must be tested by using variables or by 
disabling the automatic behaviors and executing them manually.

For the FTP OPEN command to set the status to FAILURE after 
a connection to the server was opened, but because the autologin
failed would leave the session with an OPEN connection.  Subsequent
FTP OPEN commands would then fail because there was already an open
session.

The script would not realize it must execute an FTP CLOSE command.

 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From dkcombs@panix.com Fri Nov 15 11:28:48 EST 2002
Article: 13849 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!panix1.panix.com!not-for-mail
From: dkcombs@panix.com (David Combs)
Newsgroups: comp.protocols.kermit.misc
Subject: (solaris-9) why must I be ROOT to run kermit?
Date: 15 Nov 2002 03:01:53 -0500
Organization: PANIX -- Public Access Networks Corp.
Lines: 20
Message-ID: <ar29lh$h4e$1@panix1.panix.com>
NNTP-Posting-Host: panix1.panix.com
X-Trace: reader1.panix.com 1037347313 17374 166.84.1.1 (15 Nov 2002 08:01:53 GMT)
X-Complaints-To: abuse@panix.com
NNTP-Posting-Date: Fri, 15 Nov 2002 08:01:53 +0000 (UTC)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13849

I'm running solaris-9 on a sun blade100.

Seems like I cannot get kermit to work unless I
become root.

Any idea why?   In fact, have you even *heard* of
such a thing?

(Is the same kermit, C-Kermit 6.0.192, 6 Sep 96, for Solaris 2.x,
even the physically-same binary, that I had been using on the sparc5
under solaris-7.)

Thanks,

David

PS: yes, I should be using a newer kermit, but shouldn't
this old one work identically in both cases?




From jaltman@watsun.cc.columbia.edu Fri Nov 15 11:33:14 EST 2002
Article: 13851 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: (solaris-9) why must I be ROOT to run kermit?
Date: 15 Nov 2002 14:37:28 GMT
Organization: Columbia University
Lines: 32
Message-ID: <ar30r8$4u0$1@newsmaster.cc.columbia.edu>
References: <ar29lh$h4e$1@panix1.panix.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037371048 5056 128.59.39.2 (15 Nov 2002 14:37:28 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 15 Nov 2002 14:37:28 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13851

You will have to define in specific technical terms what
the phrase "cannot get kermit to work" means before anyone
will be able to offer useful advice.

In article <ar29lh$h4e$1@panix1.panix.com>,
David Combs <dkcombs@panix.com> wrote:
: I'm running solaris-9 on a sun blade100.
: 
: Seems like I cannot get kermit to work unless I
: become root.
: 
: Any idea why?   In fact, have you even *heard* of
: such a thing?
: 
: (Is the same kermit, C-Kermit 6.0.192, 6 Sep 96, for Solaris 2.x,
: even the physically-same binary, that I had been using on the sparc5
: under solaris-7.)
: 
: Thanks,
: 
: David
: 
: PS: yes, I should be using a newer kermit, but shouldn't
: this old one work identically in both cases?
: 
: 


 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From fdc@columbia.edu Fri Nov 15 11:33:17 EST 2002
Article: 13853 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: (solaris-9) why must I be ROOT to run kermit?
Date: 15 Nov 2002 11:33:02 -0500
Organization: Columbia University
Lines: 21
Message-ID: <ar37ju$p2u$1@watsol.cc.columbia.edu>
References: <ar29lh$h4e$1@panix1.panix.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037377984 10060 128.59.39.139 (15 Nov 2002 16:33:04 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 15 Nov 2002 16:33:04 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13853

In article <ar29lh$h4e$1@panix1.panix.com>,
David Combs <dkcombs@panix.com> wrote:
: I'm running solaris-9 on a sun blade100.
: 
: Seems like I cannot get kermit to work unless I
: become root.
: 
: Any idea why?   In fact, have you even *heard* of
: such a thing?
: 
By "work" you mean dial out?  In that case, please read:

  http://www.columbia.edu/kermit/ckuins.html#x10
  http://www.columbia.edu/kermit/ckuins.html#x11

Short version:  If C-Kermit is to dial out, it must have
the same owner, group, and permissions as the cu program
so it can get access to the UUCP lockfile directory and
the dialout devices themselves.

- Frank


From fdc@columbia.edu Fri Nov 15 11:33:21 EST 2002
Article: 13852 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit FTP script
Date: 15 Nov 2002 11:28:43 -0500
Organization: Columbia University
Lines: 21
Message-ID: <ar37br$on3$1@watsol.cc.columbia.edu>
References: <8ce22d01.0211131301.2d2c8112@posting.google.com> <ar0j7k$ea6$1@watsol.cc.columbia.edu> <8ce22d01.0211142213.f427a53@posting.google.com> <ar30oc$4sh$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037377724 9877 128.59.39.139 (15 Nov 2002 16:28:44 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 15 Nov 2002 16:28:44 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13852

In article <ar30oc$4sh$1@newsmaster.cc.columbia.edu>,
Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
: In article <8ce22d01.0211142213.f427a53@posting.google.com>,
: Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
: : Appreciated and agreed.  BUT I would expect a function for which any
: : part failed to yield a negative return code and which might allow me
: : to check more thourghly if I care. If I can't use the result of the
: : open in a subsequent function the result of the open should be fail?
: 
: Kermit commands are implemented to serve dual purposes
:  
:  . be convenient for interactive use
:  . be scriptable
:  ...

Also the time for commenting on such things is during the long and open
alpha and beta test periods.  At this point, the FTP client has been in
release for nearly a year and we can't change it now without breaking
who-knows-how-many scripts.

- Frank


From jhaines@benplan.com Fri Nov 15 13:57:36 EST 2002
Article: 13854 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: jhaines@benplan.com (John Haines)
Newsgroups: comp.protocols.kermit.misc
Subject: Kermit-FTP and SSL
Date: 15 Nov 2002 10:31:04 -0800
Organization: http://groups.google.com/
Lines: 182
Message-ID: <684be77d.0211151031.2ed9f7b5@posting.google.com>
NNTP-Posting-Host: 216.136.79.238
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037385064 1540 127.0.0.1 (15 Nov 2002 18:31:04 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 15 Nov 2002 18:31:04 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13854

I saw a question on comp.protocols.kermit.misc in May about C-Kermit
on AIX 4.3.3 using SSL with WS_FTP Server.  I'm trying to perform the
same thing and thought I would ask for some assistance.  My goal is to
have my AIX box be an FTP client to an NT WS_FTP Server using SSL with
certificates.  How do I setup Kermit (and OpenSSL) to send the signed
certificate from my AIX client?

If anyone can help it would be greatly appreciated.  Thanks!

Below is my environment
	AIX 4.3.3
		OpenSSL 0.9.6g 9 Aug 2002
		C-Kermit 8.0.206, 24 Oct 2002, for IBM AIX 4.3
		Note: I could not find an AIX Kermit version with SSL, so I 
                      downloaded the kermit source and compiled it 
                      using gcc and make option aix43gcc+openssl

	WS_FTP Server 7.6 running on Windows NT


I'm able to get Kermit and WS_FTP Server talking with SSL, but not
using certificates.  As soon as I tell WS_FTP to only accept
connections with Certificates, everything falls apart.  I have gotten
WS_FTP Server and a Windows 98 WS_FTP Pro client working with
certificates, but continue having problems with AIX.

On the WS_FTP Server, I created a certificate and self-signed it. 
This worked between Server and Win98 client.  On my AIX box I used the
following to create a certificate request.

	openssl genrsa -des3 -rand ../random.file -out aixbox.key 2048
	openssl req -new -config /usr/local/ssl/benplan.cnf -key aixbox.key
-out aixbox.csr

I then took the "aixbox.csr" and had my WS_FTP Server sign the
certificate request.  The signed certificate was named
aixbox.signed.crt and placed on my AIX box.

Below is my Kermit script.  If I remove the SET AUTH SSL VERIFY-FILE
statement and turn off certificate checking on the WS_FTP Server, I
can get a connection working.  My goal is to be able to send a
certificate?

#!/usr/local/bin/krbmit +
set transfer display brief
SET AUTH TLS VERBOSE ON
SET AUTH TLS DEBUG ON
SET AUTH SSL VERBOSE ON
SET AUTH SSL DEBUG ON
SET AUTH SSL VERIFY-FILE sslkeys/aixbox.signed.crt

SET FTP AUTOAUTHENTICATION ON
SET FTP AUTHTYPE SSL TLS
SET FTP AUTOLOGIN OFF
SET FTP AUTOENCRYPTION ON
SET FTP COMMAND-PROTECTION-LEVEL PRIVATE
SET FTP DATA-PROTECTION-LEVEL PRIVATE
SET FTP VERBOSE ON
SET FTP DEBUG ON

ftp open U216JYFZB040.xxxxxxxx.com 21 /user:kuser /password:/passwd
if fail exit 1 Connection failed:  \v(ftp_message)

if not \v(ftp_loggedin) exit 1 Login failed

ftp get /binary testfile.txt
if fail exit 1 ftp GET testfile.txt: \v(ftp_message)

ftp bye
exit


-----------------------------------------------------------------
Below is the output from running the script
-----------------------------------------------------------------

?Cannot set protection level to PRIVATE
?Cannot set protection level to PRIVATE
Connected to U216JYFZB040.xxxxxxxx.com.
220 U216JYFZB040.xxxxxxxxx.com X2 WS_FTP Server 3.1.3 (1300416223)
---> AUTH SSL
234 SSL enabled and waiting for negotiation
SSL accepted as authentication type
SSL DEBUG ACTIVE
=>START SSL/TLS connect on COMMAND
SSL_handshake:UNKWN  before/connect initialization
SSL_connect:UNKWN  before/connect initialization
SSL_connect:3WCH_A SSLv3 write client hello A
SSL_connect:3RSH_A SSLv3 read server hello A
ssl:client_verify_callback:depth=0 ok=0 err=18-self signed certificate
Certificate[0] subject=/C=US/ST=Texas/O=The Company/L=San
Antonio/OU=MIS/Em
ail=haines@xxxxxxxx.com/CN=U216JYFZB040.xxxxxxxx.com
Certificate[0] issuer =/C=US/ST=Texas/O=The Company/L=San
Antonio/OU=MIS/Em
ail=haines@xxxxxxxxx.com/CN=U216JYFZB040.xxxxxxxx.com
Warning: Server has a self-signed certificate
[0] subject=/C=US/ST=Texas/O=The Company/L=San
Antonio/OU=MIS/Email=haines
@xxxxxxxx.com/CN=U216JYFZB040.xxxxxxxx.com[0]
issuer=/C=US/ST=Texas/O=The Company
/L=San Antonio/OU=MIS/Email=haines@xxxxxxxx.com/CN=U216JYFZB040.xxxxxxxx.com

Continue? (Y/N) y
ssl:client_verify_callback => ok: 1
ssl:client_verify_callback:depth=0 ok=1 err=18-self signed certificate
ssl:client_verify_callback => ok: 1
SSL_connect:3RSC_A SSLv3 read server certificate A
SSL_connect:3RSKEA SSLv3 read server key exchange A
SSL_connect:3RCR_A SSLv3 read server certificate request A
SSL_connect:3RSD_A SSLv3 read server done A
SSL_write_alert
SSL_connect:3WCC_A SSLv3 write client certificate A
SSL_connect:3WCKEA SSLv3 write client key exchange A
SSL_connect:3WCCSA SSLv3 write change cipher spec A
SSL_connect:3WFINA SSLv3 write finished A
SSL_connect:3FLUSH SSLv3 flush data
SSL_read_alert
SSL_connect:failed in 3RFINA SSLv3 read finished A
ftp: SSL/TLS connect COMMAND error: error:14094410:SSL
routines:SSL3_READ_BYTES:
sslv3 alert handshake failure
=>DONE SSL/TLS connect on COMMAND
SSL authentication failed
Connected to U216JYFZB040.xxxxxxxx.com.
220 U216JYFZB040.xxxxxxxxx.com X2 WS_FTP Server 3.1.3 (1300419582)
---> AUTH TLS
234 SSL enabled and waiting for negotiation
TLS accepted as authentication type
SSL DEBUG ACTIVE
=>START SSL/TLS connect on COMMAND
SSL_handshake:UNKWN  before/connect initialization
SSL_connect:UNKWN  before/connect initialization
SSL_connect:3WCH_A SSLv3 write client hello A
SSL_connect:3RSH_A SSLv3 read server hello A
ssl:client_verify_callback:depth=0 ok=0 err=18-self signed certificate
Certificate[0] subject=/C=US/ST=Texas/O=The Company/L=San
Antonio/OU=MIS/Em
ail=haines@xxxxxxxx.com/CN=U216JYFZB040.xxxxxxxx.com
Certificate[0] issuer =/C=US/ST=Texas/O=The Company/L=San
Antonio/OU=MIS/Em
ail=haines@xxxxxxxxx.com/CN=U216JYFZB040.xxxxxxxxx.com
Warning: Server has a self-signed certificate
[0] subject=/C=US/ST=Texas/O=The Company/L=San
Antonio/OU=MIS/Email=haines
@xxxxxxxx.com/CN=U216JYFZB040.xxxxxxxx.com[0]
issuer=/C=US/ST=Texas/O=The Company
/L=San Antonio/OU=MIS/Email=jhaines@xxxxxxxxx.com/CN=U216JYFZB040.xxxxxxxx.com

Continue? (Y/N) y
ssl:client_verify_callback => ok: 1
ssl:client_verify_callback:depth=0 ok=1 err=18-self signed certificate
ssl:client_verify_callback => ok: 1
SSL_connect:3RSC_A SSLv3 read server certificate A
SSL_connect:3RSKEA SSLv3 read server key exchange A
SSL_connect:3RCR_A SSLv3 read server certificate request A
SSL_connect:3RSD_A SSLv3 read server done A
SSL_write_alert
SSL_connect:3WCC_A SSLv3 write client certificate A
SSL_connect:3WCKEA SSLv3 write client key exchange A
SSL_connect:3WCCSA SSLv3 write change cipher spec A
SSL_connect:3WFINA SSLv3 write finished A
SSL_connect:3FLUSH SSLv3 flush data
SSL_read_alert
SSL_connect:failed in 3RFINA SSLv3 read finished A
ftp: SSL/TLS connect COMMAND error: error:14094410:SSL
routines:SSL3_READ_BYTES:
sslv3 alert handshake failure
=>DONE SSL/TLS connect on COMMAND
TLS authentication failed
Connected to U216JYFZB040.xxxxxxxx.com.
220 U216JYFZB040.xxxxxxxx.com X2 WS_FTP Server 3.1.3 (1300421988)
Login failed
---> QUIT
221 Good-Bye


John Haines
Systems Engineer
Benefit Planners

(210) 487-7232 phone


From jhaines@benplan.com Fri Nov 15 15:42:31 EST 2002
Article: 13855 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: jhaines@benplan.com (John Haines)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: (solaris-9) why must I be ROOT to run kermit?
Date: 15 Nov 2002 11:38:59 -0800
Organization: http://groups.google.com/
Lines: 41
Message-ID: <684be77d.0211151138.3d0c42a7@posting.google.com>
References: <ar29lh$h4e$1@panix1.panix.com> <ar30r8$4u0$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: 216.136.79.238
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037389139 6898 127.0.0.1 (15 Nov 2002 19:38:59 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 15 Nov 2002 19:38:59 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13855

If you are trying to use a modem with kermit, you might be having
problems because you are not part of the uucp group when you are
trying to access the modem.  When you are root, then there is no
problem accessing the modem.  I had similar problems.  I had to make
my operators part of the uucp group, so they could run my kermit
scripts.


jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message news:<ar30r8$4u0$1@newsmaster.cc.columbia.edu>...
> You will have to define in specific technical terms what
> the phrase "cannot get kermit to work" means before anyone
> will be able to offer useful advice.
> 
> In article <ar29lh$h4e$1@panix1.panix.com>,
> David Combs <dkcombs@panix.com> wrote:
> : I'm running solaris-9 on a sun blade100.
> : 
> : Seems like I cannot get kermit to work unless I
> : become root.
> : 
> : Any idea why?   In fact, have you even *heard* of
> : such a thing?
> : 
> : (Is the same kermit, C-Kermit 6.0.192, 6 Sep 96, for Solaris 2.x,
> : even the physically-same binary, that I had been using on the sparc5
> : under solaris-7.)
> : 
> : Thanks,
> : 
> : David
> : 
> : PS: yes, I should be using a newer kermit, but shouldn't
> : this old one work identically in both cases?
> : 
> : 
> 
> 
>  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
>  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
>  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
>  kermit-support@columbia.edu               OpenSSL.


From jaltman@watsun.cc.columbia.edu Fri Nov 15 15:42:52 EST 2002
Article: 13856 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Kermit-FTP and SSL
Date: 15 Nov 2002 20:37:02 GMT
Organization: Columbia University
Lines: 22
Message-ID: <ar3lte$l1p$1@newsmaster.cc.columbia.edu>
References: <684be77d.0211151031.2ed9f7b5@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037392622 21561 128.59.39.2 (15 Nov 2002 20:37:02 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 15 Nov 2002 20:37:02 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13856

In article <684be77d.0211151031.2ed9f7b5@posting.google.com>,
John Haines <jhaines@benplan.com> wrote:
: I saw a question on comp.protocols.kermit.misc in May about C-Kermit
: on AIX 4.3.3 using SSL with WS_FTP Server.  I'm trying to perform the
: same thing and thought I would ask for some assistance.  My goal is to
: have my AIX box be an FTP client to an NT WS_FTP Server using SSL with
: certificates.  How do I setup Kermit (and OpenSSL) to send the signed
: certificate from my AIX client?

Read http://www.kermit-project.org/security.html to learn how to 
configure Kermit to use certificates.

  SET AUTH TLS RSA-CERT-FILE ....
  SET AUTH TLS RSA-KEY-FILE ....

Then your script below will be fine but do not specify both SSL and TLS 
as AUTH types.  You only need to try to negotiate once.

 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From JDanSkinner@JDanSkinner.com Sat Nov 16 12:57:38 EST 2002
Article: 13857 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: 95 2.1
Date: 15 Nov 2002 18:40:07 -0800
Organization: http://groups.google.com/
Lines: 8
Message-ID: <8ce22d01.0211151840.1c07ae35@posting.google.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037414407 5709 127.0.0.1 (16 Nov 2002 02:40:07 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 16 Nov 2002 02:40:07 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13857

I downloaded K95_21_crypto_upg.exe and tried to run.
I get the can't locate path of the previous install -aborting-
message.
K95 2.0 is installed and running from c:\program files\Kermit 95 2.0
There is a c:\K95 directory which contains scripts and links. I
renamed c:\K95 and tried install to no avail.
Have I overlooked something obvious?
Regards...Dan.


From jaltman@watsun.cc.columbia.edu Sat Nov 16 12:57:40 EST 2002
Article: 13858 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: 95 2.1
Date: 16 Nov 2002 04:14:31 GMT
Organization: Columbia University
Lines: 23
Message-ID: <ar4gn7$9a2$1@newsmaster.cc.columbia.edu>
References: <8ce22d01.0211151840.1c07ae35@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037420071 9538 128.59.39.2 (16 Nov 2002 04:14:31 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 16 Nov 2002 04:14:31 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13858

Is K95 2.0 registered?

Is K95.exe, k95g.exe or k95dial.exe currently in use?

Are the files marked read-only?


In article <8ce22d01.0211151840.1c07ae35@posting.google.com>,
Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
: I downloaded K95_21_crypto_upg.exe and tried to run.
: I get the can't locate path of the previous install -aborting-
: message.
: K95 2.0 is installed and running from c:\program files\Kermit 95 2.0
: There is a c:\K95 directory which contains scripts and links. I
: renamed c:\K95 and tried install to no avail.
: Have I overlooked something obvious?
: Regards...Dan.


 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From JDanSkinner@JDanSkinner.com Sat Nov 16 12:57:43 EST 2002
Article: 13859 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: 95 2.1
Date: 16 Nov 2002 07:42:05 -0800
Organization: http://groups.google.com/
Lines: 34
Message-ID: <8ce22d01.0211160742.9a5ac0b@posting.google.com>
References: <8ce22d01.0211151840.1c07ae35@posting.google.com> <ar4gn7$9a2$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037461325 30078 127.0.0.1 (16 Nov 2002 15:42:05 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 16 Nov 2002 15:42:05 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13859

jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message news:<ar4gn7$9a2$1@newsmaster.cc.columbia.edu>...
> Is K95 2.0 registered?
Yes
> 
> Is K95.exe, k95g.exe or k95dial.exe currently in use?
No - It's W98 so I even did power off restart.
> 
> Are the files marked read-only?
No.
Thanks Jeffrey;
This machine is involved in the development process, so sometimes
wierd things happen.  If you can tell me what must or must not be
present I'll look.
Are there any registry entries involved?
Regards...Dan.

> 
> 
> In article <8ce22d01.0211151840.1c07ae35@posting.google.com>,
> Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
> : I downloaded K95_21_crypto_upg.exe and tried to run.
> : I get the can't locate path of the previous install -aborting-
> : message.
> : K95 2.0 is installed and running from c:\program files\Kermit 95 2.0
> : There is a c:\K95 directory which contains scripts and links. I
> : renamed c:\K95 and tried install to no avail.
> : Have I overlooked something obvious?
> : Regards...Dan.
> 
> 
>  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
>  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
>  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
>  kermit-support@columbia.edu               OpenSSL.


From cmosley@unix01.voicenet.com Sat Nov 16 13:12:34 EST 2002
Article: 13860 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.voicenet.com!news2.voicenet.com.POSTED!53ab2750!not-for-mail
From: Christopher Mosley <cmosley@unix01.voicenet.com>
Subject: funny thing
Newsgroups: comp.protocols.kermit.misc
User-Agent: tin/pre-1.4-19990216 ("Styrofoam") (UNIX) (SunOS/5.8 (sun4m))
Lines: 8
Message-ID: <l8vB9.422$9c.53465@news2.voicenet.com>
Date: Sat, 16 Nov 2002 17:21:21 GMT
NNTP-Posting-Host: 209.71.48.250
X-Complaints-To: abuse@voicenet.com
X-Trace: news2.voicenet.com 1037467281 209.71.48.250 (Sat, 16 Nov 2002 12:21:21 EST)
NNTP-Posting-Date: Sat, 16 Nov 2002 12:21:21 EST
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13860

 Can't download files named con or con.*** (con.anything)
 they are written to the screen. I am guessing it has something to do
 with "console" This happens when i use kermit -s file or use kermit
 interactively. I am downloading from SunOS 5.8 ckermit to
 mskermit. 
                                                              Thanks
 
 


From fdc@columbia.edu Sat Nov 16 13:12:37 EST 2002
Article: 13861 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: funny thing
Date: 16 Nov 2002 13:12:15 -0500
Organization: Columbia University
Lines: 42
Message-ID: <ar61pv$631$1@watsol.cc.columbia.edu>
References: <l8vB9.422$9c.53465@news2.voicenet.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037470337 12778 128.59.39.139 (16 Nov 2002 18:12:17 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 16 Nov 2002 18:12:17 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13861

In article <l8vB9.422$9c.53465@news2.voicenet.com>,
Christopher Mosley  <cmosley@unix01.voicenet.com> wrote:
:  Can't download files named con or con.*** (con.anything)
:  they are written to the screen. I am guessing it has something to do
:  with "console" This happens when i use kermit -s file or use kermit
:  interactively. I am downloading from SunOS 5.8 ckermit to
:  mskermit. 
:  
It's a feature of DOS (and Windows).  The same thing happens with other
DOS device names: PRN, LPT, etc.

If you were using Kermit 95, you'd get a popup saying:

  con
  This file name is a reserved device name.
  Please choose another name.

and a Save As dialog to let you specify a different name (as long as
FILE AUTODOWNLOAD was set to its default value of ASK).  For unattended
batch transfers, however, it could be problem.

I believe the only way around this is to have Kermit rename the file
as part of the transfer process, because you just plain can't have disk
file called "con" or con-dot-anything.  The renaming can be accomplished
at either the sending end or the receiving end with as-names, either
on the command line:

  kermit -s con -a x.con

or in the command language:

  send con x.con

or:

  send /as-name:x.con con

or with templates, which are explained here:

  http://www.columbia.edu/kermit/ckermit70.html#x4.1

- Frank


From fdc@columbia.edu Sat Nov 16 15:44:32 EST 2002
Article: 13862 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.os.linux.misc,comp.protocols.kermit.misc
Subject: Re: recursive rm | wildcards | common file extension
Date: 16 Nov 2002 15:43:33 -0500
Organization: Columbia University
Lines: 44
Message-ID: <ar6all$djs$1@watsol.cc.columbia.edu>
References: <3dd576c6.90242792@newsstand.cit.cornell.edu> <m265uyl2n6.fsf@mother.paradise.lost> <zexB9.839197$Ag2.28340611@news2.calgary.shaw.ca> <ar68n0$4g3$1@news.uni-stuttgart.de>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037479415 18825 128.59.39.139 (16 Nov 2002 20:43:35 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 16 Nov 2002 20:43:35 GMT
Xref: newsmaster.cc.columbia.edu comp.os.linux.misc:571649 comp.protocols.kermit.misc:13862

In article <ar68n0$4g3$1@news.uni-stuttgart.de>,
Hansjoerg Lipp  <hjlipp@web.de> wrote:
: Richard Pitt wrote:
: > I use
: > find . -name "*.abc" -print | xargs rm -f
: 
: You should use
: 
: find . -name "*.abc" -print0 | xargs -0 rm -f
: 
: to prevent that file names with spaces are interpreted as several files 
: by the xargs command.
:
As noted, you can delete files recursively using find, xargs, and rm --
three programs, whose syntax and interactions might vary from one Unix
version to another, and as you can see from this discussion, the details
and quoting rules can be confusing.  The same thing can be done in a more
straightforward way at the C-Kermit> prompt:

  delete /recursive *.abc

Plus you get a lot more options for selecting which files to delete:

  C-Kermit>delete ? File specification; or switch, one of the following:

   /after:         /except:        /nodotfiles     /not-before:    /summary
   /ask            /heading        /noheading      /page           /tree
   /before:        /larger-than:   /nolist         /recursive      /type:
   /directories    /list           /nopage         /simulate
   /dotfiles       /noask          /not-after:     /smaller-than:

  C-Kermit>delete

Dates, sizes, etc; whether to include or exclude dot files and directory
files; exception lists; optional interactive prompting; various listing
options.  Of particular interest is a simulation mode, allowing you to see
which files WOULD be deleted without actually deleting them.  Another
unique feature is the /TYPE:{TEXT,BINARY,ALL} option, which lets you pick
only text files or only binary files for deletion (in addition to your
other criteria).  C-Kermit is here:

  http://www.columbia.edu/kermit/ckermit.html

- Frank


From arthur.marsh@internode.on.net Sun Nov 17 14:14:45 EST 2002
Article: 13863 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!news1.optus.net.au!optus!news.optus.net.au!53ab2750!not-for-mail
From: Arthur Marsh <arthur.marsh@internode.on.net>
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021115
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit FTP script
References: <8ce22d01.0211131301.2d2c8112@posting.google.com> <aqufbg$f0l$1@watsol.cc.columbia.edu>
In-Reply-To: <aqufbg$f0l$1@watsol.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Original-NNTP-Posting-Host: 203.220.101.145
Message-ID: <3dd71b02@news.comindico.com.au>
X-Original-Trace: 17 Nov 2002 15:28:50 +1000, 203.220.101.145
Lines: 17
Date: Sun, 17 Nov 2002 04:28:54 GMT
NNTP-Posting-Host: 203.194.27.1
X-Complaints-To: abuse@comindico.com.au
X-Trace: news.optus.net.au 1037507334 203.194.27.1 (Sun, 17 Nov 2002 15:28:54 EST)
NNTP-Posting-Date: Sun, 17 Nov 2002 15:28:54 EST
Organization: Comindico Australia - reports relating to abuse should be sent to abuse@comindico.com.au
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13863



Frank da Cruz wrote:

[snip]

> Who remembers SNOBOL?  Kermit scripts are kind of like that: with
> each statement, you should consider what should be done next if it
> succeeds and what should be done if it fails.
> 
> - Frank

Yes, the great string processing language with an interpreter written in 
VAX assembly language.

Arthur.



From msapiro@value.net Sun Nov 17 14:14:56 EST 2002
Article: 13864 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!bcandid.telisphere.com!not-for-mail
Message-ID: <3DD728B6.B4C23EFF@value.net>
From: Mark Sapiro <msapiro@value.net>
Organization: Not Very Much
X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U)
X-Accept-Language: en,en-US,en-GB
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit FTP script
References: <8ce22d01.0211131301.2d2c8112@posting.google.com> <aqufbg$f0l$1@watsol.cc.columbia.edu> <3dd71b02@news.comindico.com.au>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 29
Date: Sun, 17 Nov 2002 05:14:47 GMT
NNTP-Posting-Host: 209.182.169.133
X-Complaints-To: abuse@telisphere.com
X-Trace: bcandid.telisphere.com 1037510087 209.182.169.133 (Sat, 16 Nov 2002 21:14:47 PST)
NNTP-Posting-Date: Sat, 16 Nov 2002 21:14:47 PST
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13864

Arthur Marsh wrote:
> 
> Frank da Cruz wrote:
> 
> [snip]
> 
> > Who remembers SNOBOL?  Kermit scripts are kind of like that: with
> > each statement, you should consider what should be done next if it
> > succeeds and what should be done if it fails.
> >
> > - Frank
> 
> Yes, the great string processing language with an interpreter written in
> VAX assembly language.
> 
> Arthur.

Actually, SNOBOL way predates the VAX and even the PDP 11.  My first
encounter with SNOBOL was on the IBM 7040/7094 DCS at UC Berkeley around
1966.  If I recall correctly, the interpreter was actually written as
macros.  To port it to a new machine you needed a macro assembler and
you needed to define each of the macros to do the proper thing.  Some
friends of mine were working on a CDC 6400 implementation at the time.

Thanks for the memories...

-- 
Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


From not-a-real-address@usa.net Mon Nov 18 09:00:53 EST 2002
Article: 13865 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!freenix!sn-xit-05!sn-xit-06!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: (solaris-9) why must I be ROOT to run kermit?
Date: 17 Nov 2002 22:24:59 GMT
Organization: earthfriends
Message-ID: <m1ptt396n2.gnus@usa.net>
References: <ar29lh$h4e$1@panix1.panix.com> <ar30r8$4u0$1@newsmaster.cc.columbia.edu>
 <684be77d.0211151138.3d0c42a7@posting.google.com>
User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military
 Intelligence, i686-redhat-linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 14
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13865

in comp.protocols.kermit.misc i read:
>If you are trying to use a modem with kermit, you might be having
>problems because you are not part of the uucp group when you are
>trying to access the modem.  When you are root, then there is no
>problem accessing the modem.  I had similar problems.  

>I had to make my operators part of the uucp group, so they could run my
>kermit scripts.

that's one way.  the installation instructions describe the more general
solution.

-- 
bringing you boring signatures for 17 years


From jhaines@benplan.com Mon Nov 18 12:32:28 EST 2002
Article: 13866 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: jhaines@benplan.com (John Haines)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Kermit-FTP and SSL
Date: 18 Nov 2002 08:59:26 -0800
Organization: http://groups.google.com/
Lines: 60
Message-ID: <684be77d.0211180859.13f8daff@posting.google.com>
References: <684be77d.0211151031.2ed9f7b5@posting.google.com> <ar3lte$l1p$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: 216.136.79.238
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037638767 25649 127.0.0.1 (18 Nov 2002 16:59:27 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 18 Nov 2002 16:59:27 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13866

Thanks!  The SET AUTH TLS RSA-CERT-FILE and SET AUTH TLS RSA-KEY-FILE
worked.

I have been reading the http://www.kermit-project.org/security.html to
learn how to get all this working, but there are lots of options. 
Just needed a little nudge to get going in the right direction! 
Thanks again.

A few more questions.  I want to automated the entire connection and
transfer process.    However, with SSL enabled connections, you are
asked for your private passphrase when making a connection.  To
eliminate the prompting for the phassphrase I unencrypted the private
key and placed it in a secure place.  I used the following command to
create the unencrypted private key file.

     openssl dsa -in encrypted-key-file -out unencrypted-key-file

Is this the correct way to accomplish this?  Now, I have only one more
prompt to eliminate.  We are generating our own certificate for our
FTP Server.  How do I eliminate this warning?

Warning: Server has a self-signed certificate
[0] subject=/C=US/ST=Texas/O=The Company/L=San
Antonio/OU=MIS/Email=haines
@xxxxxxxx.com/CN=U216JYFZB040.xxxxxxxx.com[0]
issuer=/C=US/ST=Texas/O=The Company
/L=San Antonio/OU=MIS/Email=haines@xxxxxxxx.com/CN=U216JYFZB040.xxxxxxxx.com

Continue? (Y/N) y

This is probably more of an openssl question, but any insight may be
of assistance.

Thanks again for the help.





jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message news:<ar3lte$l1p$1@newsmaster.cc.columbia.edu>...
> In article <684be77d.0211151031.2ed9f7b5@posting.google.com>,
> John Haines <jhaines@benplan.com> wrote:
> : I saw a question on comp.protocols.kermit.misc in May about C-Kermit
> : on AIX 4.3.3 using SSL with WS_FTP Server.  I'm trying to perform the
> : same thing and thought I would ask for some assistance.  My goal is to
> : have my AIX box be an FTP client to an NT WS_FTP Server using SSL with
> : certificates.  How do I setup Kermit (and OpenSSL) to send the signed
> : certificate from my AIX client?
> 
> Read http://www.kermit-project.org/security.html to learn how to 
> configure Kermit to use certificates.
> 
> 
> Then your script below will be fine but do not specify both SSL and TLS 
> as AUTH types.  You only need to try to negotiate once.
> 
>  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
>  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
>  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
>  kermit-support@columbia.edu               OpenSSL.


From jaltman@watsun.cc.columbia.edu Mon Nov 18 18:34:45 EST 2002
Article: 13867 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Kermit-FTP and SSL
Date: 18 Nov 2002 23:32:06 GMT
Organization: Columbia University
Lines: 31
Message-ID: <arbt9m$heg$1@newsmaster.cc.columbia.edu>
References: <684be77d.0211151031.2ed9f7b5@posting.google.com> <ar3lte$l1p$1@newsmaster.cc.columbia.edu> <684be77d.0211180859.13f8daff@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037662326 17872 128.59.39.2 (18 Nov 2002 23:32:06 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 18 Nov 2002 23:32:06 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13867

In article <684be77d.0211180859.13f8daff@posting.google.com>,
John Haines <jhaines@benplan.com> wrote:
: A few more questions.  I want to automated the entire connection and
: transfer process.    However, with SSL enabled connections, you are
: asked for your private passphrase when making a connection.  To
: eliminate the prompting for the phassphrase I unencrypted the private
: key and placed it in a secure place.  I used the following command to
: create the unencrypted private key file.
: 
:      openssl dsa -in encrypted-key-file -out unencrypted-key-file
: 
: Is this the correct way to accomplish this?  

yes

: Now, I have only one more
: prompt to eliminate.  We are generating our own certificate for our
: FTP Server.  How do I eliminate this warning?

You create a CA certificate; you use it to sign your host's Cert Request
and produce a Host Cert; then you add your CA cert to the verify list on
the client.

All described in 

  http://www.kermit-project.org/security.html

 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From sol@adldata.com Tue Nov 19 12:02:02 EST 2002
Article: 13874 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!jfk3-feed1.news.algx.net!allegiance!news.stealth.net!news.stealth.net!66.250.146.10.MISMATCH!newshosting.com!news-xfer1.atl.newshosting.com!not-for-mail
Message-ID: <3DDA6E92.85E9E9FF@adldata.com>
Date: Tue, 19 Nov 2002 12:02:10 -0500
From: Sol Gongola <sol@adldata.com>
Organization: adl data systems inc.
X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U)
X-Accept-Language: en,hebrew
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: NO CARRIER with kermit on Alpha DS10 with VMS 7.3
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Cache-Post-Path: nntp.acecape.com!unknown@www.adldata.com
X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/)
Lines: 21
NNTP-Posting-Host: 16a990d1.news.newshosting.com
X-Trace: DXC=XV9R_Kb2[WG^]]^a40nNHNXMDXCI2J8LCXkcEe:=NIiKd6>lKS5F?jLL\E`MXM6h;Lh4Dgfd<Tn@C2jnd`gRjGfAi[SNc9F41eE
X-Complaints-To: abuse@newshosting.com
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13874

A kermit script worked fine on an alpha 2000, vms 7.2-1 and 
kermit (probably 6.0.192), at&t dataport 14.4 modem.

After moving to a DS10 with vms 7.3, same modem, the script 
hung with the dial command and timed out.

We installed ckermit 8.0.206 and still had the problem.
Doing a connect and issuing AT dial commands also failed
with a NO CARRIER message. We tried setting 'set carrier-watch off'
and 'set modem carrier-watch off' (are they the same?)
and still got the same problem.

Did something change in the DS10 cabling requirements or 
does VMS 7.3 have different setups for modme dialout?
How can i fix this?

thank you
sol gongola
adl data systems inc
dobbs ferry, ny 10522
email: sol@adldata.com


From fdc@columbia.edu Tue Nov 19 12:02:04 EST 2002
Article: 13875 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: NO CARRIER with kermit on Alpha DS10 with VMS 7.3
Date: 19 Nov 2002 12:01:58 -0500
Organization: Columbia University
Lines: 33
Message-ID: <ardqq6$3f6$1@watsol.cc.columbia.edu>
References: <3DDA6E92.85E9E9FF@adldata.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037725319 5625 128.59.39.139 (19 Nov 2002 17:01:59 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 19 Nov 2002 17:01:59 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13875

In article <3DDA6E92.85E9E9FF@adldata.com>,
Sol Gongola  <sol@adldata.com> wrote:
: A kermit script worked fine on an alpha 2000, vms 7.2-1 and 
: kermit (probably 6.0.192), at&t dataport 14.4 modem.
: 
: After moving to a DS10 with vms 7.3, same modem, the script 
: hung with the dial command and timed out.
: 
So the computer is what changed.

: We installed ckermit 8.0.206 and still had the problem.
: Doing a connect and issuing AT dial commands also failed
: with a NO CARRIER message. We tried setting 'set carrier-watch off'
: and 'set modem carrier-watch off' (are they the same?)
:
Yes.

: and still got the same problem.
: 
NO CARRIER means the local modem placed the call, the call was
answered, but a data connection was not negotiated with the
other modem.

: Did something change in the DS10 cabling requirements or 
: does VMS 7.3 have different setups for modme dialout?
: How can i fix this?
: 
Use "set dial display on" to watch the dialog between Kermit
and the modem.  If Kermit is giving commands to the modem and
the modem is reponding with OK and then dialing, Kermit is
doing its job.  The problem is outside Kermit.

- Frank

From steve@baus-systems.com Thu Nov 21 09:23:11 EST 2002
Article: 13881 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.stueberl.de!cox.net!nntp2.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 20 Nov 2002 17:06:53 -0600
From: "Steve" <steve@baus-systems.com>
Newsgroups: comp.protocols.kermit.misc
Subject: W2K issue?
Date: Wed, 20 Nov 2002 15:07:47 -0800
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <8Qudna88DOMQiEGgXTWc3A@giganews.com>
Lines: 17
NNTP-Posting-Host: 66.93.87.103
X-Trace: sv3-20c60EvAbwGEjf9VnHlDtdnDOG6wgv+G1dEWFQWbM8C6fdTebYYWooTYfHjJWWAMuu7EiDtk4j/TFJx!auai2zfgVdjsQNhPJ/yhEHnuaTPJkvd6VcpKO4YD5CNMsIbgZ/ljRF45wRlCZhBf5qj+1DbMvNUh!Jg4g96yQ0J8=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.1
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13881

I have K95 installed on a PC that was just upgraded from Win 98 to Win 2K.
There is an internal 3Com modem installed that I have been using to receive
files doing a basic kermit file transfer by setting the PC in server mode
and letting the calling PC control the process.  I have a script on the W2K
PC that sets the port to tapi, sets the speed, uses the output command to
send Hayes AT settings, including S0=1, to the modem and then puts it in
server mode.  Worked fine until the upgrade.  Now the modem will not auto
answer.  I have tried setting the modem type and port and still nothing.  I
know the phone line is OK as I can issue a dial command at the K95 prompt
and that works.  I have removed the modem and let Windows re install and
still nothing.

Anyone have any idea why this is happening or what I should look at?
Thanks,
Steve




From fdc@columbia.edu Thu Nov 21 09:23:13 EST 2002
Article: 13883 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: W2K issue?
Date: 21 Nov 2002 09:23:07 -0500
Organization: Columbia University
Lines: 32
Message-ID: <ariq8b$3km$1@watsol.cc.columbia.edu>
References: <8Qudna88DOMQiEGgXTWc3A@giganews.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1037888589 27614 128.59.39.139 (21 Nov 2002 14:23:09 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 21 Nov 2002 14:23:09 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13883

In article <8Qudna88DOMQiEGgXTWc3A@giganews.com>,
Steve <steve@baus-systems.com> wrote:
: I have K95 installed on a PC that was just upgraded from Win 98 to Win 2K.
: There is an internal 3Com modem installed that I have been using to receive
: files doing a basic kermit file transfer by setting the PC in server mode
: and letting the calling PC control the process.
:
Which version of K95?

: I have a script on the W2K
: PC that sets the port to tapi, sets the speed, uses the output command to
: send Hayes AT settings, including S0=1 to the modem and then puts it in
: server mode.
:
You shouldn't need to send AT commands to the modem.  Just:

  set port tapi
  set speed 57600     ; or whatever
  set dial display on ; so you can watch what happens
  answer
  if success server

: Worked fine until the upgrade.  Now the modem will not auto
: answer.  I have tried setting the modem type and port and still nothing.  I
: know the phone line is OK as I can issue a dial command at the K95 prompt
: and that works.  I have removed the modem and let Windows re install and
: still nothing.
: 
Try the sample shown above; watch the Kermit/modem dialog and see if it
offers any clues.

- Frank


From steve@baus-systems.com Thu Nov 21 12:28:30 EST 2002
Article: 13884 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!border1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!news.giganews.com.POSTED!not-for-mail
NNTP-Posting-Date: Thu, 21 Nov 2002 11:16:13 -0600
From: "Steve" <steve@baus-systems.com>
Newsgroups: comp.protocols.kermit.misc
References: <8Qudna88DOMQiEGgXTWc3A@giganews.com> <ariq8b$3km$1@watsol.cc.columbia.edu>
Subject: Re: W2K issue?
Date: Thu, 21 Nov 2002 09:17:36 -0800
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <IEidnb2pEvJDiUCgXTWc3g@giganews.com>
Lines: 41
NNTP-Posting-Host: 66.93.87.103
X-Trace: sv3-wAZUXOcIO0N3piA/8NtkjizbyFhGuG7my6jPR0X+SG4pw3B8m87msNfffZpjQHCEzmItzHQsDEzcwtb!kXdLEhe1OG3Cv2X/r6unNPwZxA/zXjWOJqExvHLt7J163t2U9PvBmC4zPdot/IUUepF2kds7O9B+!kpAwsYTPw1k=
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.1
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13884

Frank,

The answer command seemed to do the trick.  That modem did not want to
accept some of the AT commands I wanted to use.  I need to learn to let K95
and Windows work with the modem the way they see best and let loose of my
stranglehold of control over how I think it should work.

Thanks again,
Steve

"Frank da Cruz" <fdc@columbia.edu> wrote in message
news:ariq8b$3km$1@watsol.cc.columbia.edu...
> In article <8Qudna88DOMQiEGgXTWc3A@giganews.com>,
> Steve <steve@baus-systems.com> wrote:
> : I have K95 installed on a PC that was just upgraded from Win 98 to Win
2K.
> : There is an internal 3Com modem installed that I have been using to
receive
> : files doing a basic kermit file transfer by setting the PC in server
mode
> : and letting the calling PC control the process.
> :
> Which version of K95?
>
> : I have a script on the W2K
> : PC that sets the port to tapi, sets the speed, uses the output command
to
> : send Hayes AT settings, including S0=1 to the modem and then puts it in
> : server mode.
> :
> You shouldn't need to send AT commands to the modem.  Just:
>
>   set port tapi
>   set speed 57600     ; or whatever
>   set dial display on ; so you can watch what happens
>   answer
>   if success server
>


From JDanSkinner@JDanSkinner.com Fri Nov 22 10:46:09 EST 2002
Article: 13885 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Linux/SCO Unix/Windows/Kermit puzzle with remote print
Date: 21 Nov 2002 16:37:53 -0800
Organization: http://groups.google.com/
Lines: 33
Message-ID: <8ce22d01.0211211637.1c908da9@posting.google.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037925473 28187 127.0.0.1 (22 Nov 2002 00:37:53 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 22 Nov 2002 00:37:53 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13885

I have a process which sends a print image file from Unix machine
to Windows machine to be printed on the Windows machine printer.
The file is sent via kermit from Unix machine to willing Windows K95
The following is unix side script:
------------------------
set script echo off
set term byte 8
set command byte 8
set rec pac 1000
set send pac 1000
set window 4
set file type binary
set file display full
remote print \&@[3]
quit
------------------------
unix side command:
unix silent kermit -s t-sel-file -a t-dos-file -v 2 -q.
------------------------
K95 launch scripts are not the same but very similar.
printer commands are the same.

SCO OpenServer 5.04 C-Kermit 8.0.201
Linux (Mandrake 8.1) C-Kermit 8.0.206
W98SE K95 2.1.0
This works (GREAT!) from the SCO machine.
Doesn't work from Linux machine.
Further investigation proves the file is transfered from Linux to
Windows but
it doesn't print.  Type command on the file to LPT1 prints the file.
Suggestions?

Regards...Dan.


From JDanSkinner@JDanSkinner.com Fri Nov 22 10:46:12 EST 2002
Article: 13886 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Linux/SCO Unix/Windows/Kermit puzzle with remote print
Date: 22 Nov 2002 07:06:16 -0800
Organization: http://groups.google.com/
Lines: 16
Message-ID: <8ce22d01.0211220706.44edfa66@posting.google.com>
References: <8ce22d01.0211211637.1c908da9@posting.google.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1037977576 318 127.0.0.1 (22 Nov 2002 15:06:16 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 22 Nov 2002 15:06:16 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13886

> Suggestions?
> 
> Regards...Dan.

Yup - Get Some Sleep!!
A fresh look this morning finds that the problem is the Unix Kermit
command, It is Wrong!!  Not incorrect but the wrong one in the
program!!  When I looked at the right one in the program the problem
was obvious.
The application supports both Kermit and ProComm emulators and because
it is a Linux machine TERM=linux not an SCO machine TERM=ansic it was
using the ProComm
case rather than the Linux case.
I am chagrinned!
Sorry to waste your time.
Regards…Dan.


From Stefan.Bill@soudronic.com Mon Nov 25 11:06:25 EST 2002
Article: 13889 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.stueberl.de!fu-berlin.de!uni-berlin.de!mail.soudronic.COM!not-for-mail
From: Stefan Bill <Stefan.Bill@soudronic.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Send a String after connection (OpenVMS)
Date: Mon, 25 Nov 2002 16:45:09 +0100
Lines: 76
Message-ID: <4fg4uu8uem7rovuuc41u7nkth9v4i0g930@4ax.com>
NNTP-Posting-Host: mail.soudronic.com (212.59.128.3)
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: fu-berlin.de 1038239110 23421840 212.59.128.3 (16 [70952])
X-Newsreader: Forte Free Agent 1.92/32.572
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13889

Hi

For my Pager, i need to send a string after i connect with a modem.

The String-Format ::Pager-Number::Message:: is given to me from the
Paging-Service and works fine over X.25
Paging-Service ist Telepage Swiss

On the tta0 is a Zyxel U-1496 Modem installed.

But my pager receives no message.
The Format and the Number are the right ones, over X.25 that work.

What's wrong with my script.

Thank you for any hints.

Script: (pager.ksh)
---------
set take echo on
set modem type zyxel
set line tta0:
set carrier-watch off
set speed 9600
SET DIAL DISPLAY ON
dial 0740900103
OUTPUT ::Pager-Nummer::Message::\13
wait 5
exit
---------

Following is the output from the call:

AX1>kermit pager.ksc
  2. set modem type zyxel
  3. set line tta0:
  4. set carrier-watch off
  5. set speed 9600
  6. SET DIAL DISPLAY ON
  7. dial 0740900103
 
 Trying: 0740900103...
 Device: _AXFI01$TTA0:, modem: zyxel, speed: 9600
 Dial timeout: 70 seconds
 To cancel: type Ctrl-C (hold down Ctrl, press C).
+++
0++ATQ0H0

 Modem hangup OK
 Initializing: 16:37:47...
ATQ0
0
AT&H4
0
ATQ0E1&S1&N0X5&Y1
0
AT&K3
0
AT&K4
0
ATM1L2
0
ATS2=43S7=70
0

 Dialing: 16:37:59...
ATD0740900103
12

 Call complete: 16:38:18.
  8. OUTPUT ::Number::TESTMESSAGE::
  9. wait 5
010. exit
AX1>




From fdc@columbia.edu Mon Nov 25 11:06:28 EST 2002
Article: 13890 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Send a String after connection (OpenVMS)
Date: 25 Nov 2002 11:06:20 -0500
Organization: Columbia University
Lines: 36
Message-ID: <arthps$12d$1@watsol.cc.columbia.edu>
References: <4fg4uu8uem7rovuuc41u7nkth9v4i0g930@4ax.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038240382 10302 128.59.39.139 (25 Nov 2002 16:06:22 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 25 Nov 2002 16:06:22 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13890

In article <4fg4uu8uem7rovuuc41u7nkth9v4i0g930@4ax.com>,
Stefan Bill  <Stefan.Bill@soudronic.com> wrote:
: For my Pager, i need to send a string after i connect with a modem.
: 
: The String-Format ::Pager-Number::Message:: is given to me from the
: Paging-Service and works fine over X.25
: Paging-Service ist Telepage Swiss
: 
: On the tta0 is a Zyxel U-1496 Modem installed.
: 
: But my pager receives no message.
: The Format and the Number are the right ones, over X.25 that work.
: 
: What's wrong with my script.
: 
: Thank you for any hints.
: 
: Script: (pager.ksh)
: ---------
: set take echo on
: set modem type zyxel
: set line tta0:
: set carrier-watch off
: set speed 9600
: SET DIAL DISPLAY ON
: dial 0740900103
: OUTPUT ::Pager-Nummer::Message::\13
: wait 5
: exit
:
I suspect the pager number and message must be included as part of the
telephone number.  See:

  http://www.columbia.edu/kermit/pagers.html

- Frank


From Stefan.Bill@soudronic.com Tue Nov 26 09:10:21 EST 2002
Article: 13891 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!fu-berlin.de!uni-berlin.de!mail.soudronic.COM!not-for-mail
From: Stefan Bill <Stefan.Bill@soudronic.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Send a String after connection (OpenVMS)
Date: Tue, 26 Nov 2002 09:55:18 +0100
Lines: 20
Message-ID: <ofd6uusi3lbu5r5mtrj8nhp5ajhhno3jaf@4ax.com>
References: <4fg4uu8uem7rovuuc41u7nkth9v4i0g930@4ax.com> <arthps$12d$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: mail.soudronic.com (212.59.128.3)
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: fu-berlin.de 1038300918 23660255 212.59.128.3 (16 [70952])
X-Newsreader: Forte Free Agent 1.92/32.572
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13891

On 25 Nov 2002 11:06:20 -0500, fdc@columbia.edu (Frank da Cruz) wrote:


>I suspect the pager number and message must be included as part of the
>telephone number.  See:
>
>  http://www.columbia.edu/kermit/pagers.html

Now i do it over X.25 like so.
USER1 is the Pager-Nummer.

$  open/write ofil sprintel.tmp
$  write ofil "$set host/x29 46430973"
$  write ofil "::''USER1'::''message'::"
$  close ofil
$  @sprintel.tmp

And i think it must be possible do it the same way with a modem.

Stefan


From fdc@columbia.edu Tue Nov 26 09:10:24 EST 2002
Article: 13892 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Send a String after connection (OpenVMS)
Date: 26 Nov 2002 09:10:14 -0500
Organization: Columbia University
Lines: 24
Message-ID: <arvvc6$oj0$1@watsol.cc.columbia.edu>
References: <4fg4uu8uem7rovuuc41u7nkth9v4i0g930@4ax.com> <arthps$12d$1@watsol.cc.columbia.edu> <ofd6uusi3lbu5r5mtrj8nhp5ajhhno3jaf@4ax.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038319819 10757 128.59.39.139 (26 Nov 2002 14:10:19 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 26 Nov 2002 14:10:19 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13892

In article <ofd6uusi3lbu5r5mtrj8nhp5ajhhno3jaf@4ax.com>,
Stefan Bill  <Stefan.Bill@soudronic.com> wrote:
: On 25 Nov 2002 11:06:20 -0500, fdc@columbia.edu (Frank da Cruz) wrote:
: >I suspect the pager number and message must be included as part of the
: >telephone number.  See:
: >
: >  http://www.columbia.edu/kermit/pagers.html
: 
: Now i do it over X.25 like so.
: USER1 is the Pager-Nummer.
: 
: $  open/write ofil sprintel.tmp
: $  write ofil "$set host/x29 46430973"
: $  write ofil "::''USER1'::''message'::"
: $  close ofil
: $  @sprintel.tmp
: 
: And i think it must be possible do it the same way with a modem.
: 
X.25 is not a modem, and DCL is not Kermit.  Please follow the advice in
the above referenced Web page, and then if you have any trouble with it,
let us know.

- Frank


From tom.horsley@att.net Wed Nov 27 08:55:51 EST 2002
Article: 13893 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!wn13feed!wn11feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
Sender: tom@SPIKE
Newsgroups: comp.protocols.kermit.misc
Subject: does agent forwarding work?
From: tom.horsley@att.net (Thomas A. Horsley)
Message-ID: <u7kez93xu.fsf@att.net>
Lines: 23
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
NNTP-Posting-Host: 6289e83665bccd709976c325f892648b
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc04-news.ops.worldnet.att.net 1038361806 6289e83665bccd709976c325f892648b (Wed, 27 Nov 2002 01:50:06 GMT)
NNTP-Posting-Date: Wed, 27 Nov 2002 01:50:06 GMT
Organization: AT&T Worldnet
Date: Wed, 27 Nov 2002 01:50:06 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13893

Playing around with the new kermit 95, and I can indeed get the agent to
store my keys locally, but when I try the following:

set ssh agent-forwarding on
ssh agent add \v(appdata)ssh/id_dsa (get passphrase prompt here)
ssh open IP-ADDR

I get connected to the remote system, but if I run ssh-add on the remote
system, I get:

"Could not open a connection to your authentication agent."

(the remote system is redhat linux with all the latest updates
for openssh).

If I try a PuTTY connection (that's a competing product :-), to the same
remote system with ssh agent forwarding turned on and using the pagent
agent, I see a SSH_AUTH_SOCK environment variable, and I can run ssh-add
with no problems.
--
>>==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
      email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL      |
<URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+


From jaltman@watsun.cc.columbia.edu Wed Nov 27 08:55:57 EST 2002
Article: 13894 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: does agent forwarding work?
Date: 27 Nov 2002 05:15:23 GMT
Organization: Columbia University
Lines: 34
Message-ID: <as1kdb$ia7$1@newsmaster.cc.columbia.edu>
References: <u7kez93xu.fsf@att.net>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038374123 18759 128.59.39.2 (27 Nov 2002 05:15:23 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 27 Nov 2002 05:15:23 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13894

K95 does not support remote agent proxies.


In article <u7kez93xu.fsf@att.net>,
Thomas A. Horsley <tom.horsley@att.net> wrote:
: Playing around with the new kermit 95, and I can indeed get the agent to
: store my keys locally, but when I try the following:
: 
: set ssh agent-forwarding on
: ssh agent add \v(appdata)ssh/id_dsa (get passphrase prompt here)
: ssh open IP-ADDR
: 
: I get connected to the remote system, but if I run ssh-add on the remote
: system, I get:
: 
: "Could not open a connection to your authentication agent."
: 
: (the remote system is redhat linux with all the latest updates
: for openssh).
: 
: If I try a PuTTY connection (that's a competing product :-), to the same
: remote system with ssh agent forwarding turned on and using the pagent
: agent, I see a SSH_AUTH_SOCK environment variable, and I can run ssh-add
: with no problems.
: --
: >>==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
:       email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL      |
: <URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+


 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From jaltman@watsun.cc.columbia.edu Sun Dec  1 12:18:25 EST 2002
Article: 13896 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: A Letter to the Kermit Community
Date: 1 Dec 2002 10:11:53 GMT
Organization: Columbia University
Lines: 208
Message-ID: <ascn99$pl1$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038737513 26273 128.59.39.2 (1 Dec 2002 10:11:53 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 1 Dec 2002 10:11:53 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13896

1 December 2002:

Today marks the end of a significant period in my life.  For the last
eight years I have been privileged to work on and support Kermit as my
career.  I began working for Columbia University after nearly seven 
years as a Kermit user and eventually as primary developer of OS/2
C-Kermit which became the basis for Kermit 95 on Windows 95/98/ME
and Windows NT4/2000/XP.

During this time the Kermit project shipped 23 releases.  The initial
version of K95 was shipped on Oct 5, 1995 just seven months after I
joined Columbia University.  K95 was not only a port of OS/2 C-Kermit
to Windows but an attempt to make C-Kermit easy to understand for
beginners by adding a Graphic Front End and to do so in a manner that
would be inherently cross platform.  Back then our dreams were to
build a front end that could be supported on OS/2 and 32-bit Windows
with the ability to easily port it to MacOS and X-Windows.  At the
time our development platform had to be selected Java was not even
announced to the world.  (That occurred in early August 1995.)  We
selected Zinc as our cross platfrom development environment.
Unfortunately, cross platform development environments that wrap
existing OS components tend to be lowest common denominator feature
sets and result in apps that are not entirely what the end user
expects.  (Java discovered this with the original AWT library and
eventually constructed the Swing library to avoid the OS dependencies.)

For Kermit, the reliance on Zinc allowed us to easily support both
OS/2 and Windows but resulted in significant compromises in features
as the years went on.  The Zinc library was not only LCD but also 
suffered from two significant problems:

 . it is a memory and gui resource hog

 . the authors never checked memory buffer overwrites

These two issues resulted in significant problems in pre-1.1.21
releases of Kermit 95.  First, as the number of configurable items
in the Settings Notebook increased the required gui resource allocation
increased to more than 30% of the total gui resources available on
Windows 95/98/ME.  This would result in unpredictable crashes.

The memory overwrite bugs were primarily caused by a failure to
allocate enough memory for path names.  The Zinc library was
originally developed to support DOS, 16-bit Windows, and OS/2.  The
8.3 filename restrictions coupled with the limited drive space
available on those systems resulted in short pathnames.  It seems they
never anticipated that anyone would want a pathname greater than 64
characters.  Now with todays GUIs coupled with removal of the 8.3
restrictions it is common for the filename to be 64 characters not
even considering the rest of the pathname.  The memory overwrites
produced data corruption in the Zinc databases that stored the
Connection Configurations.  The problems became more obvious as users
switched to Windows 2000 and began to install K95 in directories with
long pathnames or across network shares access via UNC names.

For 1.1.21 and later these issues were addressed by a combination of
extensive debugging of the Zinc libraries coupled with limiting the 
number of GUI resources allocated at once.  It is due to the latter
that the Settings Notebook was broken up into separate (although 
annoying) settings pages.

I'm not going to say that the choice of Zinc was a disaster, but in
hindsight it would have been better if the decision to use Zinc could
have been put off until Java for desktop development began to
stablize.  However, waiting until mid-1997 was not an option and now
that Zinc has been deployed Kermit 95 has become dependent on its
database format.  Any attempt to migrate to something else would
require either abandoning the existing user data or re-implementing
the Zinc database format in the new language.  Neither are desireable,
nor did we ever have the resources.  The use of Zinc did succeed in
its initial goals:

  construct a GUI front end for C-Kermit that would reduce the 
  need for end users to understand the C-Kermit command language
  in order to configure and establish connections to hosts over
  a wide range of connection types; and do so on multiple operating
  systems on multiple architectures in a manner that allowed for
  database portability.  

The initial versions of K95 were shipped on OS/2 (X86) plus Windows
95/NT4 (X86,MIPS,Alpha,PPC).  We even had a PowerPC version for OS/2
but it was never publicly released since the operating system itself
was never released.  It was possible to use a single Dialer database
on multiple operating systems in multi-boot scenarios.  At one point I
had a database shared by OS/2, Windows 95, NT4, and Windows 95 (Hebrew
edition.)

Porting OS/2 C-Kermit to Windows was a challenge in itself.  C-Kermit
is a single threaded application.  OS/2 C-Kermit is multi-threaded
(separate threads for command processor, keyboard/mouse input, screen
display, and device/network I/O processing) but it can count on all
thread independent signals being delivered to the first thread in the
process.  In Windows, thread independent signals are delivered to the
process in their own thread.  To this day I am still not satified with
the cross platform model I developed to handle events such as SIGINT.
The existing implementation works well enough for most purposes and
there have always been an endless number of new features to add to K95
such that I have never had the time to re-visit the design of this
fundamental building block.

Looking back over the last eight years it is somewhat incredible to
think about what was acheived.  In 1995, the source code for K95 was
less than 80,000 lines in total.  The executable for the Windows X86
was 786k.  For the 2.1 release the base source code over 500,000 lines
of code not including support for SRP, Kerberos, SSL/TLS, and SSH; the
k95g executable is 3566.5K.  The security protocol support adds another 1.2
million lines of source code plus almost 3MB in supporting DLLs.  

Then there is all of the documentation that was written: 88,000 lines
(the original release had 5235 lines of documentation.)  [This does
not include the "Using C-Kermit" book which Frank and Christine were
able to update only once during this time frame.  To accomodate all of
the new documentation which has been written, an updated "Using
C-Kermit" current with version 8.0 would need to be 1800 pages in
length.]

I tried to look back and summarize all of the features that were added
to Kermit in the last eight years and I became overwhelmed.  There
were 35 plus terminals that were emulated; streaming Kermit protocol;
the Internet Kermit Service; all of the IETF work (TELNET AUTH SRP,
TELNET AUTH KRB5, TELNET START-TLS, TELNET FORWARD-X, PKIX, TLS,
KERBEROS 5, SSH 2, FTP AUTH TLS; TN3270 extensions; DNS SRV); UTF8
terminal support; URL hotspots; mouse event programming; Windows
Telephony; DECNET; TELNET; RLOGIN; KLOGIN; Remote COM-PORT-CONTROL;
HTTP; FTP; all of the security implementations; Bidirectional Printer
Management; the GUI release; export permission; and thousands of other
things that I just can't summarize because (to be honest) I can't
remember.  I tried to use the Internet Wayback Machine

  http://web.archive.org/web/*/http://www.columbia.edu/kermit/k95.html

but its almost as if everything on the current k95.html page is new.

One of the greatest aspects of my work on Kermit has been that the
impact of my work has not been limited only to the Kermit product and
its users.  Through Kermit I have participated in the Internet
Engineering Task Force on numerous working groups and have either
authored or edited over two dozen Internet-Drafts and RFCs.  In
addition, I have been an active contributor to various OpenSource
projects: OpenSSL; MIT Kerberos; Tom Wu's Secure Remote Password
distribution; Peter Runestig's Secure Telnet and FTP clients and
servers; Denis Sbragion's Sredird Telnet Com-Port-Control daemon; plus
many others.  I participated as an unofficial observer in the Commerce
Department BIS advisory council meetings on export control.  Plus I was
able to work with purely commercial companies to help them ensure that
their products were compliant with protocols implemented within Kermit.

With all of this there is always more that I wish I could have
accomplished.  We never did implement TN3270/TN5250 within Kermit.
Nor did we ever port the terminal emulator to MacOS or X-Windows.  The
BeOS port never truly worked and we don't support PalmOS or Windows
CE/PocketPC devices.  The Internet Kermit Service never received wide
enough support from OS vendors such as IBM, Sun, HP, Compaq, and
RedHat.  Support for security features on VMS is still not complete.
We never got to develop a drag/drop file transfer interface for
Kermit, Zmodem, and FTP.  But overall I believe that Kermit 95 is a
very good product that in many ways probably does too much.  :-)

Unfortunately, my time to work on Kermit as a Columbia University
staff member has come to an end and it is time for me to move on to 
other endeavors even if I am not quite sure what they will be.  

I still consider myself a member of the Kermit Project even if I am
not paid to be.  Kermit has been a part of my life for fifteen years.
It was a lab for me when I was in college and then grad school.  When
I got my first job as a developer after receiving my Masters I
continued to work on C-Kermit eventually taking the reins of the OS/2
port from Kai Uwe Rommel.  I left that job for Columbia because the 20
hours a week I was spending on Kermit was a lot more enjoyable than
the work I did for my employer.  I can't imagine how it would be possible
for me to simply give it up now but my work on Kermit has caused me to
grow far beyond what is possible within Kermit.  Therefore, Kermit is 
going to have to become a smaller piece of my life.

My participation in open source projects such as MIT Kerberos and
OpenSSL will continue.  My participation in the IETF will continue.
Over the last year and a half I have become very interested in Peer to
Peer overlay networks and purely distributed authentication systems.
I have been active in the Project JXTA community <http://www.jxta.org>
and currently sit on its Board.  I have been actively pursuing the
creation of an IETF P2P Working Group to standardize a suite of P2P
protocols; and an IRTF P2P Research Group to study the effects of P2P
overlay networks on an Internet containing 10^14 nodes (today's
Internet has less than 10^9 nodes.)  It is my hope that my next
employeer will provide me the opportunity to continue this work.

In the meantime, I will be available on a contract basis through
Internet Access Methods <http://www.iamethods.com> /
<http://www.iamx.com> for development or consulting work on Kermit;
Peer to Peer systems; or various Security efforts.  I can be 
reached either at jaltman AT columbia.edu or jaltman AT iamx.com.

Last but not least I want to say thank you to Frank da Cruz, Max
Evarts, Christine Gianone, everyone I've worked with at Columbia
University; and all of the wonderful users that have supported Kermit
over the years most notably: Peter Runestig, Mark Zinzow, Kent Martin,
Arthur Marsh, Perry Wolfe, Robert Strickler, Greg Belenger, Clarence
Dold, Thomas Dickey, Jim Schneider, Vincent Fatica, Gene Alexander,
and everyone else whose name I can't pull off the top of my head.
Without you Kermit would not be any fun at all.

Jeffrey Altman
Volunteer Kermit Developer

 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From fdc@columbia.edu Sun Dec  1 14:26:22 EST 2002
Article: 13898 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: A Letter to the Kermit Community
Date: 1 Dec 2002 14:25:47 -0500
Organization: Columbia University
Lines: 100
Message-ID: <asdnnr$hr$1@watsol.cc.columbia.edu>
References: <ascn99$pl1$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038770748 18575 128.59.39.139 (1 Dec 2002 19:25:48 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 1 Dec 2002 19:25:48 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13898

In article <ascn99$pl1$1@newsmaster.cc.columbia.edu>,
Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
: Today marks the end of a significant period in my life...
: Looking back over the last eight years it is somewhat incredible to
: think about what was acheived...
: 
Anyone who has been following the goings on here since 1995 knows Jeff's
key role in most of it, if only by his over-the-top devotion to 24x7
end-user support:

  http://www.columbia.edu/kermit/tsreviews.html

Jeff is an extremely talented and hard-working person; we were lucky to
have him and are unlucky to lose him.  Ironically, Jeff's main passion
over the past 5 years or so -- security -- is precisely what should have
sealed our success, yet the market did not respond.  Kermit 95 was one
of the first, if not THE first, full-featured Windows communication
software packages to support Kerberos IV, Kerberos V, and SSL/TLS, as
well as the lesser-known Secure Remote Password, each of which offers
MANAGEABLE secure authentication and strong encryption.  But it turned
out that, despite the many earlier requests for it, nobody actually wanted
manageable security because it must, indeed, be managed, and instead
flocked towards SSH, which in many ways is a disaster waiting to happen:

  http://www.columbia.edu/kermit/sshclient.html#x3.2

This was a setback for us, because instead of concentrating on GUI
development, essential not only in the mass market but also to many of
our potential large licensees, we had to drop everything and add SSH to
K95, which took a year, just so people could keep using K95 in an
environment where Telnet servers were being turned off (rather than
secured) and SSH was suddenly required for terminal connections.  We had
expected that at least some of the larger corporations and government
agencies would be more serious about security.  Live and learn.

: One of the greatest aspects of my work on Kermit has been that the
: impact of my work has not been limited only to the Kermit product and
: its users.  Through Kermit I have participated in the Internet
: Engineering Task Force on numerous working groups and have either
: authored or edited over two dozen Internet-Drafts and RFCs....
:
Shamefully this kind of activity is no longer valued in most workplaces.
Devotion to standards and participation in their evolution rarely
contributes to the bottom line, and are increasingly discouraged if not
punished in these hard times except in the few companies that can still
afford it -- a trend which has consequences for us all.

: ...  But overall I believe that Kermit 95 is a
: very good product that in many ways probably does too much.  :-)
: 
A common theme in the evolution of any software product.  It starts out
small and focussed; users request more features; the market makes new
demands (such as SSH); the product becomes increasingly complex and
"bloated"; eventually users begin longing for the good old days when the
product was "lean and mean".  But of course they can't go back to the
original release because it lacks certain essential features that were
added later -- a different set of them for each user!

Perhaps our mistake has been to listen too closely to our users and try
too hard to please.  Other products tend to displace K95 by offering
users very little in terms of features or choices, and therefore are
perceived as easier for most people to use.

Kermit's strength, however, lies in its ability to be adaptable to
almost any setting; perhaps it is best suited to situations in which
professionals can configure it for end users -- employees or clients of
a company, the population of a university, workers in a government
agency.  This is done through its command scripting language, which
allows complex or repetitive procedures (such as EDI transactions) to be
"canned" for use by relatively unskilled workers.  I would like to think
the value of this approach will become apparent as we suffer
increasingly through the labor-intensive, error-prone, point-and-click
interfaces that are coming to dominate the workplace and drag down
productivity.

: I still consider myself a member of the Kermit Project even if I am
: not paid to be.  
:
I can't predict how much time Jeff can devote to Kermit in the future.
Even if it's only 10% of his normal contribution, that's about a
full-time job for anybody else :-)

But let's not take this as an epitaph for Kermit 95.  We have just
released version 2.1, which is totally up to date with all the latest
Kerberos, OpenSSL, and other security libraries, and seems so far to be
quite solid.  It's easy to install and easier to use than ever.  It's
easier to get too.  As long it remains popular I'm sure Jeff won't
forget about it.  In any case, we intend to continue to develop and
support it, as we always have done.  If that changes, I'll let you know.

Kermit 95 2.1 has just now gone to press.  The new shrinkwraps -- which,
for the first time, contain the secure cryptographic version of the
software -- should be available towards the end of December.  You can
preorder them at the old price starting today:

  http://www.columbia.edu/kermit/k95order.html

Thanks, Jeff.

- Frank


From dold@08.usenet.us.com Sun Dec  1 14:27:05 EST 2002
Article: 13897 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!logbridge.uoregon.edu!news-feed.riddles.org.uk!gail.ripco.com!wasp.rahul.net!blue.rahul.net!not-for-mail
From: dold@08.usenet.us.com
Newsgroups: comp.protocols.kermit.misc
Subject: Re: A Letter to the Kermit Community
Date: Sun, 1 Dec 2002 17:46:24 +0000 (UTC)
Organization: a2i network
Lines: 19
Sender: Clarence Dold <dold@mauve.rahul.net>
Message-ID: <asdhtg$n90$2@blue.rahul.net>
References: <ascn99$pl1$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: mauve.rahul.net
X-Trace: blue.rahul.net 1038764784 23840 192.160.13.69 (1 Dec 2002 17:46:24 GMT)
X-Complaints-To: support@rahul.net
NNTP-Posting-Date: Sun, 1 Dec 2002 17:46:24 +0000 (UTC)
X-Comment: Encoded From: line allows replies that preserve original subject
User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (Linux/2.4.9-34 (i686))
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13897

Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:

> I tried to look back and summarize all of the features that were added
> to Kermit in the last eight years and I became overwhelmed.  There
> were 35 plus terminals that were emulated; streaming Kermit protocol;

My wife wants to know when you sleep.
I would submit bugs, or questions, or requests for enhancement to make up
for some silly mainframe I was trying to work against, and I would get
answers almost immediately.  Regardless of time of day, or day of week,
there would be a reply before I expected it, including new code delivered
over a weekend.

I can tell that Frank sleeps, because his replies would come later.

Good luck to you.


From ishikawa@yk.rim.or.jp Mon Dec  2 09:15:47 EST 2002
Article: 13899 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.rim.or.jp!news.rim.or.jp!not-for-mail
From: Ishikawa <ishikawa@yk.rim.or.jp>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: A Letter to the Kermit Community
Date: Mon, 02 Dec 2002 11:19:12 +0900
Organization: Ye 'Ol Disorganized NNTPCache groupie
Lines: 52
Message-ID: <3DEAC320.6A81B11F@yk.rim.or.jp>
References: <ascn99$pl1$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: pl1631.nas911.n-yokohama.nttpc.ne.jp
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
X-Trace: news.rim.or.jp 1038795658 77015 210.139.45.95 (2 Dec 2002 02:20:58 GMT)
X-Complaints-To: root@rim.or.jp
NNTP-Posting-Date: Mon, 2 Dec 2002 02:20:58 +0000 (UTC)
X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.20 i686)
X-Accept-Language: ja, en
Cache-Post-Path: duron!unknown@localhost
X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13899

Hi,

I have been using Kermit on and off for the
last 20 years (?) soon after the Byte
magazine article appeared.

I noticed that Jeff's name appeared now and then
on the newsgroup for the last several years when
I reported bugs in a rarely used features of
kermit. (Or I should say, the feature/bug
triggred by a rarely used combination of kermit
and hardware/OS.).

> My participation in open source projects such as MIT Kerberos and
> OpenSSL will continue.  My participation in the IETF will continue.
	...
> It is my hope that my next
> employeer will provide me the opportunity to continue this work.

I surely hope so.

Thank you for your contribution so far.

I didn't quite realize that the kermit support is
a volunteer(!?) part of your job until I read Frank's post
and yours today. 
 
> Jeffrey Altman
> Volunteer Kermit Developer

Great contribution and you will be missed.

Now I would say to the readers, it is your turn
to send in patches (and feature enhancement) if
you use C-kermit...
Sometimes it is quite educational to read through
Kermit source.
how kermit handles system-depencies and
the tips for handling communiation ioctl() in
various OSes may be indispensable. (To me, it was,
and I reported a problem or two before in
these very system-dependent codes. The problems were
caused, I think due to system library changes).

Again, I wish a good luck in your next career, Jeff.

-- 
int main(void){int j=2002;/*(c)2002 cishikawa. */
char t[] ="<CI> @abcdefghijklmnopqrstuvwxyz.,\n\"";
char *i ="h>qtCIuqivb,gCwe\np@.ietCIuqi\"tqkvv is>dnamz";
while(*i)((j+=strchr(t,*i++)-(int)t),(j%=sizeof t-1),
(putchar(t[j])));return 0;}/* under GPL */


From mswarbrick@rentokil.com Mon Dec  2 10:47:33 EST 2002
Article: 13900 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: mswarbrick@rentokil.com (Mark Swarbrick)
Newsgroups: comp.protocols.kermit.misc
Subject: sms modem issues revisited
Date: 2 Dec 2002 07:40:26 -0800
Organization: http://groups.google.com/
Lines: 70
Message-ID: <e516d9ec.0212020740.396d532b@posting.google.com>
NNTP-Posting-Host: 213.2.66.194
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1038843626 5424 127.0.0.1 (2 Dec 2002 15:40:26 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 2 Dec 2002 15:40:26 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13900

Hi guys..

I posted a while back asking for some help with communicating with an
sms modem via kermit. I haven't really refined the kermit scripts at
all since then. However I had to do another project based around
nagios (previously netsaint) for service monitoring.. I have written a
little hack to sms users when services go down using kermit. Though it
might be usual to someone (do let me know.) I suppose it might be
better in a nagios newsgroup but it's sorta a bit of both, so don't
flame me ok!?

In the nagios config file define the external handler to use

------
define command{
        command_name    sms_alert
        command_line   
/usr/local/nagios/libexec/event_handlers/sms_alert  $SE\
RVICESTATE$ $STATETYPE$ $SERVICEATTEMPT$ $HOSTNAME$ $HOSTADDRESS$
$SERVICEDESC$\
 $SERVICESTATE$ $DATE$ $TIME$
-----
Then create the event handler itself

#!/bin/sh

message(){
    dir="/usr/local/nagios/libexec/event_handlers"
    touch $dir/sms_message.msg
    echo lineout AT+CMGS="+447747603208" >>$dir/sms_message.msg
    echo input 20 >>$dir/sms_message.msg
    echo lineout On $1 $2 the status of service $3 is $4 $5 $6
>>$dir/sms_message.msg
    echo output \\26 >>$dir/sms_message.msg
    echo input 20 ok >>$dir/sms_message.msg

    mv $dir/sms_message.msg /tmp/outbox

}

# What state is the service in?
case "$1" in
OK)

        ;;
WARNING)

        ;;
CRITICAL)
        if [ "$3" == "3" ] ;
        then
            message $4 $5 $6 $7 $8 $9 ;
        fi
        ;;

UNKNOWN)
        if [ "$3" == "3" ] ;
        then
            message $4 $5 $6 $7 $8 $9 ;
        fi
        ;;
esac
exit 0

-------

This sms_message.msg can then be passed and processed via a kermit
kerbang script which just connects to the port and sends the message.
I couldn't find a simple solution to this, so I figured it might help
someone..


From thucdat@hotmail.com Mon Dec  2 10:48:01 EST 2002
Article: 13901 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: thucdat@hotmail.com (Dat Nguyen)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: A Letter to the Kermit Community
Date: 2 Dec 2002 07:45:15 -0800
Organization: http://groups.google.com/
Lines: 19
Message-ID: <6b1f50ac.0212020745.7db0908e@posting.google.com>
References: <ascn99$pl1$1@newsmaster.cc.columbia.edu> <3DEAC320.6A81B11F@yk.rim.or.jp>
NNTP-Posting-Host: 24.118.213.52
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1038843915 5884 127.0.0.1 (2 Dec 2002 15:45:15 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 2 Dec 2002 15:45:15 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13901

Ishikawa <ishikawa@yk.rim.or.jp> wrote in message news:<3DEAC320.6A81B11F@yk.rim.or.jp>...
> Hi,
> 
...
<snip>
...
> Now I would say to the readers, it is your turn
> to send in patches (and feature enhancement) if
> you use C-kermit...
...
<snip>
...
better, the best that users can do is to order the package
(Ckermit/K95 CD-Rom + User manual) massively. That would help to
support the C-Kermit Project to support you, maybe it'll bring Jeff
back fulltime.
Hang on, Jeff.

Dat


From dbecker@cpicorp.com Mon Dec  2 13:13:16 EST 2002
Article: 13902 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: dbecker@cpicorp.com (Derek Chen-Becker)
Newsgroups: comp.protocols.kermit.misc
Subject: Differences when kermit executes a script vs. Interactive mode?
Date: 2 Dec 2002 09:06:29 -0800
Organization: http://groups.google.com/
Lines: 27
Message-ID: <9c21afd5.0212020906.6963e3e5@posting.google.com>
NNTP-Posting-Host: 204.233.170.1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1038848790 12845 127.0.0.1 (2 Dec 2002 17:06:30 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 2 Dec 2002 17:06:30 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13902

Hi,
    I've been looking through the newsgroups and "Using C-Kermit" for
help with an issue I'm having. I am writing a file transfer script
that I would like to execute out of a scheduler, but I've run into the
issue that arrays and functions behave differently depending on
whether I'm in interactive mode or if I'm running the script. For
example, the following fragment works fine if I execute it
interactively from kermit, but fails with "Array &f undefined" if I
run it in the script:

define \%r \ffiles(*,&f)
array copy &f &s

If I add something that dereferences the return code (\%r), it works
in both places:

define \%r \ffiles(*,&f)
echo Found \%r files
array copy &f &s

There are a couple other things that seem to be working interactively
but not from the script. I'm using c-kermit 8.0.206 on linux.

Thanks,

Derek
dbecker@cpicorp.com


From fdc@columbia.edu Mon Dec  2 13:13:19 EST 2002
Article: 13903 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Differences when kermit executes a script vs. Interactive mode?
Date: 2 Dec 2002 13:11:51 -0500
Organization: Columbia University
Lines: 17
Message-ID: <asg7p7$d2a$1@watsol.cc.columbia.edu>
References: <9c21afd5.0212020906.6963e3e5@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038852713 6086 128.59.39.139 (2 Dec 2002 18:11:53 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 2 Dec 2002 18:11:53 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13903

In article <9c21afd5.0212020906.6963e3e5@posting.google.com>,
Derek Chen-Becker <dbecker@cpicorp.com> wrote:
:     I've been looking through the newsgroups and "Using C-Kermit" for
: help with an issue I'm having. I am writing a file transfer script
: that I would like to execute out of a scheduler, but I've run into the
: issue that arrays and functions behave differently depending on
: whether I'm in interactive mode or if I'm running the script. For
: example, the following fragment works fine if I execute it
: interactively from kermit, but fails with "Array &f undefined" if I
: run it in the script:
: 
: define \%r \ffiles(*,&f)
: array copy &f &s
: 
You want "assign", not "define".

- Frank


From JDanSkinner@JDanSkinner.com Mon Dec  2 14:25:25 EST 2002
Article: 13904 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-peer.gip.net!news.gsl.net!gip.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: A Letter to the Kermit Community
Date: 2 Dec 2002 11:10:28 -0800
Organization: http://groups.google.com/
Lines: 17
Message-ID: <8ce22d01.0212021110.77c49d5a@posting.google.com>
References: <ascn99$pl1$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1038856228 23387 127.0.0.1 (2 Dec 2002 19:10:28 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 2 Dec 2002 19:10:28 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13904

jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message news:<ascn99$pl1$1@newsmaster.cc.columbia.edu>...
> 1 December 2002:
<snip>
A day that will live in infamy!

Jeff; a comment from a Kermit newbe.(First use August 1990).
You and Frank and all have lived up to a support model that is as
different from its competitors as C-Kermit and K95 are different from
their competitors, and that is a GOOD THING  :-)
I've tried to model my little company's products and services on your
good example, down to absurdly low prices.
How can I help you make it work, rather than How can I avoid
responsibility is a model and a style that will always be in fashion! 
 THANK YOU!!!
Good Luck and Good Computing.
Best Regards…Dan.
JDanSkinner.com


From fdc@columbia.edu Mon Dec  2 14:59:45 EST 2002
Article: 13905 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: A Letter to the Kermit Community
Date: 2 Dec 2002 14:58:26 -0500
Organization: Columbia University
Lines: 60
Message-ID: <asge12$nf8$1@watsol.cc.columbia.edu>
References: <ascn99$pl1$1@newsmaster.cc.columbia.edu> <8ce22d01.0212021110.77c49d5a@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038859107 10406 128.59.39.139 (2 Dec 2002 19:58:27 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 2 Dec 2002 19:58:27 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13905

In article <8ce22d01.0212021110.77c49d5a@posting.google.com>,
Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
: wrote in message news:<ascn99$pl1$1@newsmaster.cc.columbia.edu>...
: > 1 December 2002:
: <snip>
: A day that will live in infamy!
:       ^^^^
"which" :-)

: I've tried to model my little company's products and services on your
: good example, down to absurdly low prices.
: How can I help you make it work, rather than How can I avoid
: responsibility is a model and a style that will always be in fashion! 
:
Good luck.  It's nice to know that some people still believe in such
notions, which are largely held to be "legacy, deprecated" concepts long
ago replaced by the more up-to-date "take the money and run".

The best way to keep the old ideas alive is to not be shy about
spreading the word across our wonderful Internet.  In Kermit's case,
it's especially important since most people still believe that it hasn't
changed since 1983.  "Kermit, oh yeah, I remember that, I used in
college...  A nice little toy for its time...  What ever happened to it?"
We have a web page to refer people to when they say things like that:

  http://www.columbia.edu/kermit/kermit.html

To this day, people cling to incredibly clunky, obscure, and unsafe
methods of doing things (such as automating an FTP session) that would
be perfectly straightforward with C-Kermit or K95.  My favorite is when
someone asks how to do something involving recursive directory traversal
in Unix (deleting files, moving them, transferring them, whatever) --
something that can be done in one simple command in Kermit, like:

  delete /recursive /before:1-jan-2000 *.txt

The conversation rapidly devolves into heated arguments over the syntax
of "find" and "xargs" versus various Unix versions and shells, and then
over the ensuing week or two into insults and death threats, before it
finally veers off on some tangent, such as English versus metric units
of volume, weight, or mass as applied to bottles of beer.

We need independent Kermit users to pop up on the newsgroups when people
ask "How do I do such-and-such?" and Kermit is the obvious and sensible
answer.  Jeff and I do this a lot, but people would pay more attention
if they heard it from a variety of actual users who benefit from it in
real life.  Why should they trust us?

Yes, if you post on newsgroups you get spam.  I get tons of it.  It's
annoying, but that's all.  There are many worse things in the world,
starting with unemployment.

"Up with Common Sense!"  Our new slogan?  It's an inversion of Gracie
Allen's campaign slogan in the 1940 presidential race.  (Where is she
now when we need her?)

  http://www.geocities.com/Hollywood/Hills/1836/campaign1940.html

- Frank


From jhaines@benplan.com Mon Dec  2 16:43:00 EST 2002
Article: 13906 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: jhaines@benplan.com (John Haines)
Newsgroups: comp.protocols.kermit.misc
Subject: Using C-KERMIT to ftp on a PPP dail-up connection
Date: 2 Dec 2002 12:11:17 -0800
Organization: http://groups.google.com/
Lines: 71
Message-ID: <684be77d.0212021211.49438037@posting.google.com>
NNTP-Posting-Host: 216.136.79.238
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1038859878 28442 127.0.0.1 (2 Dec 2002 20:11:18 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 2 Dec 2002 20:11:18 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13906

I have been reading the C-KERMIT 8.0 reference and the FAQ, but still
having trouble putting the whole picture together.

I have been using C-KERMIT on AIX for about a year.  I need to
transfer a file to another company.   They provide access to their FTP
server via PPP dial-up.  I am wondering can I use C-KERMIT to dail the
number, redirect to PPP, and then transfer the file using kermit
commands, and close the connection.  In the examples from the C-KERMIT
documentation, I noticed they redirect to the pppd daemon, but in AIX
I could only find the pppattachd command to invoke the ppp daemon. 
Any help would be appreciated, because at this point I'm not sure what
is possible and what is not possible.  I would prefer to accomplish
the whole task using C-KERMIT, but don't know if it is possible.  Any
assistance would be appreciated.  Thanks in advance for the
enlightenment!


Below is the script that I have developed thus far.

#!/usr/opt/ckermit/ckermit +
set telnet echo remote
set host 10.44.16.3 7001
set modem type generic
set dial hangup off
set exit on-disconnect on
set ftp AUTOAUTHENTICATION ON
set ftp AUTOLOGIN ON
set ftp VERBOSE ON
set ftp DEBUG ON

; Setup modem pool information
.telephone      = 9,1-210-226-3232
define  modem_userid    user
define  modem_passwd    userpasswd

assign \%u \m(modem_userid)
assign \%p \m(modem_passwd)

; Logon to the modem pool
lineout
sleep 1
lineout
promptwait \m(wait_time) Username:
if fail faterr 1 "ERROR: Can't login to the modem pool. "
lineout \%u

promptwait \m(wait_time) Password:
if fail faterr 1 "ERROR: Can't login to the modem pool. "
lineout \%p     ; Send password
undef \%p       ; Clear password from memory

; Dail customer number
dial \m(telephone)

; Once connected redirect connection to PPP on AIX
exec /redirect /usr/sbin/pppattachd demand

; Connect to remote customer IP Address

ftp open ftp.mycustomer.com 21 /user:kuser /password:passwd
if fail exit 1 Connection failed:  \v(ftp_message)

if not \v(ftp_loggedin) exit 1 Login failed

ftp dir

ftp put /binary benplan.ini
if fail exit 1 ftp PUT benplan.ini : \v(ftp_message)

ftp bye
exit


From fdc@columbia.edu Mon Dec  2 16:43:07 EST 2002
Article: 13907 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc,comp.unix.aix
Subject: Re: Using C-KERMIT to ftp on a PPP dail-up connection
Date: 2 Dec 2002 16:42:08 -0500
Organization: Columbia University
Lines: 120
Message-ID: <asgk3g$608$1@watsol.cc.columbia.edu>
References: <684be77d.0212021211.49438037@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038865329 15030 128.59.39.139 (2 Dec 2002 21:42:10 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 2 Dec 2002 21:42:10 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13907 comp.unix.aix:243596

In article <684be77d.0212021211.49438037@posting.google.com>,
John Haines <jhaines@benplan.com> wrote:
: I have been reading the C-KERMIT 8.0 reference and the FAQ, but still
: having trouble putting the whole picture together.
: 
: I have been using C-KERMIT on AIX for about a year.  I need to
: transfer a file to another company.   They provide access to their FTP
: server via PPP dial-up.  I am wondering can I use C-KERMIT to dail the
: number, redirect to PPP, and then transfer the file using kermit
: commands, and close the connection.
:
As you have seen in the FAQ, this is indeed a frequently asked question,
but the best answer is: we don't necessarily recommend it because whether
and exactly this works depends on many varying factors.  If you can figure
it out if it's even possible, and if so how to do it, on a particular
platform with a particular PPP client and a particular modem on a particular
kind of port, good!  For us to explain how to do it given a particular
combination of all those factors that we are probably not familiar with is
a stretch.

: In the examples from the C-KERMIT
: documentation, I noticed they redirect to the pppd daemon, but in AIX
: I could only find the pppattachd command to invoke the ppp daemon. 
: Any help would be appreciated, because at this point I'm not sure what
: is possible and what is not possible.
:
Nor are we in this case.  I'm copying the AIX newsgroup in case somebody
there has done this.  However, I'm sure most people would advise to you
make the PPP connection in the normal way for your platform, and then use
Kermit as a regular FTP client.

For example, if AIX has a command to start PPP, just have Kermit run that
command.  Or if AIX automatically makes the PPP connection when any
application tries to make a TCP/IP connection (as happens on Windows),
maybe your script can simply skip the whole PPP business.

: I would prefer to accomplish
: the whole task using C-KERMIT, but don't know if it is possible.  Any
: assistance would be appreciated.  Thanks in advance for the
: enlightenment!
: 
: Below is the script that I have developed thus far.
: 
: #!/usr/opt/ckermit/ckermit +
: set telnet echo remote
: set host 10.44.16.3 7001
:
You should have IF FAIL after commands like this (i.e. commands that
subsequent commands depend on to succeed).

: set modem type generic
: set dial hangup off
: set exit on-disconnect on
: set ftp AUTOAUTHENTICATION ON
: set ftp AUTOLOGIN ON
: set ftp VERBOSE ON
: set ftp DEBUG ON
: 
: ; Setup modem pool information
: .telephone      = 9,1-210-226-3232
: define  modem_userid    user
: define  modem_passwd    userpasswd
: 
: assign \%u \m(modem_userid)
: assign \%p \m(modem_passwd)
: 
: ; Logon to the modem pool
: lineout
: sleep 1
: lineout
: promptwait \m(wait_time) Username:
: if fail faterr 1 "ERROR: Can't login to the modem pool. "
: lineout \%u
: 
: promptwait \m(wait_time) Password:
: if fail faterr 1 "ERROR: Can't login to the modem pool. "
: lineout \%p     ; Send password
: undef \%p       ; Clear password from memory
: 
: ; Dail customer number
: dial \m(telephone)
: 
Here you need another IF FAIL clause in case the call is not answered.

: ; Once connected redirect connection to PPP on AIX
: exec /redirect /usr/sbin/pppattachd demand
: 
I think the problem here is that once you've issued the EXEC command,
Kermit is gone, replaced by pppattachd.  Therefore the rest of the
script will not be executed.

Unix was simply not designed to let an application attach your computer to
the TCP/IP network by dialing, and then use it as a client (or server).

Maybe you can do something like this:

  run /usr/sbin/pppattachd demand < \v(ttyfd) > \v(ttyfd) &
  if fail exit 1 FATAL: pppattachd start failure
  pause

instead of EXEC, to allow the subseqent commands to be executed, but you'll
have to figure out the details based on how pppattachd works (I have no
idea) and how to be sure the connection is ready to go.

: ; Connect to remote customer IP Address
: 
: ftp open ftp.mycustomer.com 21 /user:kuser /password:passwd
: if fail exit 1 Connection failed:  \v(ftp_message)
: 
: if not \v(ftp_loggedin) exit 1 Login failed
: 
: ftp dir
: 
: ftp put /binary benplan.ini
: if fail exit 1 ftp PUT benplan.ini : \v(ftp_message)
: 
: ftp bye
: exit

- Frank


From fdc@columbia.edu Tue Dec  3 14:43:40 EST 2002
Article: 13908 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: Re: totally OT: terminal emulators
Date: 3 Dec 2002 14:40:07 -0500
Organization: Columbia University
Lines: 68
Message-ID: <asj1an$q0m$1@watsol.cc.columbia.edu>
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <b10654c6.0212031104.2c85501@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038944409 9579 128.59.39.139 (3 Dec 2002 19:40:09 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 3 Dec 2002 19:40:09 GMT
Xref: newsmaster.cc.columbia.edu comp.os.vms:358767 comp.protocols.kermit.misc:13908

In article <b10654c6.0212031104.2c85501@posting.google.com>,
Chris Olive <colive@technologEase.com> wrote:
: ...
: (2) In the heyday of VMS, I always considered WRQ's Reflection the
: cadillac of commercial terminal emulators, esp. with its RCL
: scripting.  It's emulation abilities and configuration settings
: were/are impeccable.  (I stil have access to using it.  Though I must
: say, I always thought they over-priced their product, fine as it is,
: and still do over-price it.)
: 
: (3) Kermit (as has already been mention) had/has a huge grassroots
: following and was just as powerful, if not more, as Reflection esp. in
: scripting.  It's emulation too I found to be impeccable.  Kermit was
: great when file transfer protocols where still muchly used (XModem,
: YModem, ZModem, Kermit, etc.)  I've not used Kermit in a very long
: time however, so I can't say anything more about it.  (Though the
: people that wrote it obviously knew what they were doing -- I see FdC
: is here -- so I'm sure its a very fine product still.)
: 
I hope so!

: (4) I use a freeware/shareware product called PuTTY.  It's VERY nice,
: emulates very well, is very configurable, and handles SSH.
:
I agree PuTTY is nice, mainly for its simplicity, small size,
character-set support, and lack of any need for an installation process.
But for the record, Kermit does SSH too, as well as Kerberos IV and V and
SSL/TLS (newly supported in VMS, and more secure than SSH), plus lots of
other things that are not within PuTTY's scope.  Plus Kermit has pretty
good tech support.

You can find a comparison here:

  http://www.columbia.edu/kermit/winsshclients.html

(Reflection was not included in this survey because it's not an SSH client.)

In the modern world, file transfer protocols like Kermit are not entirely
passe.  If you already have a terminal connection (SSH, Telnet, SSL/TSL,
Rlogin) from Windows to a VMS host and you want to send a file from your
PC or get one from VMS to your PC, it's quite simple to type:

      kermit -g filename  <-- (to get a file from the PC to VMS)
  or: kermit -s filename  <-- (to send a file from VMS to the PC)

at the DCL prompt; everything else happens automatically, thanks to
advances such as "autodownload", "autoupload", automatic text/binary mode
switching, etc -- no complicated settings or contortions with Ctrl or Alt
keys needed.  Try it sometime (it works the same in VMS C-Kermit when you
use it as your Telnet, Rlogin, or dialout client).

: Since I'm here, I wouldn't mind hearing someone, maybe even FdC,
: provide a tit-for-tat on Kermit versus PuTTY.
: 
See chart referenced above.  I actually like PuTTY, but it only does what
it's advertised to do, which is about 10% of what Kermit does, so if you
need any of the other stuff (see chart), and/or you like to have one
command and scripting language common to Windows, VMS, and Unix (not to
mention some other operating systems rapidly fading from memory, such as
AOS/VS and VOS), you might prefer Kermit 95:

  http://www.columbia.edu/kermit/k95.html

Meanwhile, I should post a separate announcement regarding the addition
of SSL/TLS to VMS C-Kermit, for the benefit of those who missed the
"by the way" announcements in this and other threads.

- Frank


From henry.thorpe@att.net Tue Dec  3 15:07:25 EST 2002
Article: 13909 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!hermes.visi.com!feed2.news.rcn.net!rcn!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
Message-ID: <3DED0D0D.7080800@att.net>
From: "Henry E. Thorpe" <henry.thorpe@att.net>
Organization: Just me!
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Stupid question on kermit URLs
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 13
NNTP-Posting-Host: eed058f4c68a745d4150b9fcb7723245
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc05-news.ops.worldnet.att.net 1038945560 eed058f4c68a745d4150b9fcb7723245 (Tue, 03 Dec 2002 19:59:20 GMT)
NNTP-Posting-Date: Tue, 03 Dec 2002 19:59:20 GMT
Date: Tue, 03 Dec 2002 19:59:20 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13909

I'm sure that this is documented somewhere, but, failing to find it...

Let's say I have a kermit protocol URL like:

  kermit://kermit.columbia.edu/kermit/k95/patches/k95_21_nocrypto_upg.exe

How do I call C-kermit or K95 from the command line to fetch this file 
using the Kermit protocol?

I can't find it in the "Windows Internet Kermit Service - User Guide", 
or I'm just not finding it in the front of the refridgerator shelf, or 
something.



From henry.thorpe@att.net Tue Dec  3 15:07:36 EST 2002
Article: 13910 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
Message-ID: <3DED0D88.2050905@att.net>
From: "Henry E. Thorpe" <henry.thorpe@att.net>
Organization: Just me!
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: K95 2.1.2 faster?
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 5
NNTP-Posting-Host: 562434e20401d30458bbf44e8ab3b28b
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc05-news.ops.worldnet.att.net 1038945674 562434e20401d30458bbf44e8ab3b28b (Tue, 03 Dec 2002 20:01:14 GMT)
NNTP-Posting-Date: Tue, 03 Dec 2002 20:01:14 GMT
Date: Tue, 03 Dec 2002 20:01:15 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13910

Is it just my imagination, or is K95 2.1.2 a whole lot faster with 
regards to SSH and TLS/SSL connections?

Is 0.9.7-beta4 that much better?



From henry.thorpe@att.net Tue Dec  3 15:07:41 EST 2002
Article: 13911 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!wn13feed!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
Message-ID: <3DED0DC3.9040705@att.net>
From: "Henry E. Thorpe" <henry.thorpe@att.net>
Organization: Just me!
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: K95 2.1.2 faster?
References: <3DED0D88.2050905@att.net>
In-Reply-To: <3DED0D88.2050905@att.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 11
NNTP-Posting-Host: 562434e20401d30458bbf44e8ab3b28b
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc05-news.ops.worldnet.att.net 1038945734 562434e20401d30458bbf44e8ab3b28b (Tue, 03 Dec 2002 20:02:14 GMT)
NNTP-Posting-Date: Tue, 03 Dec 2002 20:02:14 GMT
Date: Tue, 03 Dec 2002 20:02:14 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13911

More noise.  Should have been:

Is OpenSSL 0.9.7-beta4 that much better?

Henry E. Thorpe wrote:
> Is it just my imagination, or is K95 2.1.2 a whole lot faster with 
> regards to SSH and TLS/SSL connections?
> 
> Is 0.9.7-beta4 that much better?
> 



From fdc@columbia.edu Tue Dec  3 15:07:55 EST 2002
Article: 13912 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Stupid question on kermit URLs
Date: 3 Dec 2002 15:07:15 -0500
Organization: Columbia University
Lines: 21
Message-ID: <asj2tj$eh$1@watsol.cc.columbia.edu>
References: <3DED0D0D.7080800@att.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038946038 10752 128.59.39.139 (3 Dec 2002 20:07:18 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 3 Dec 2002 20:07:18 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13912

In article <3DED0D0D.7080800@att.net>,
Henry E. Thorpe <henry.thorpe@att.net> wrote:
: I'm sure that this is documented somewhere, but, failing to find it...
: 
: Let's say I have a kermit protocol URL like:
: 
:   kermit://kermit.columbia.edu/kermit/k95/patches/k95_21_nocrypto_upg.exe
: 
: How do I call C-kermit or K95 from the command line to fetch this file 
: using the Kermit protocol?
: 
Short answer:  Give the URL as the first command-line argument to K95 or
C-Kermit (of recent vintage).  It might trick you and download the file
before you know anything has happened (well, not with the file you're
referencing, which is rather large).

Depending on the OS, you might also be able to configure Kermit as the
helper application for Kermit URLs.  (Ditto for FTP, Telnet, and some
others.)

- Frank


From henry.thorpe@att.net Tue Dec  3 15:36:47 EST 2002
Article: 13913 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!wn13feed!wn11feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
Message-ID: <3DED134B.6050109@att.net>
From: "Henry E. Thorpe" <henry.thorpe@att.net>
Organization: Just me!
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Stupid question on kermit URLs
References: <3DED0D0D.7080800@att.net> <asj2tj$eh$1@watsol.cc.columbia.edu>
In-Reply-To: <asj2tj$eh$1@watsol.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 17
NNTP-Posting-Host: eda02c937b75995d14a2cc97d5803b5c
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc04-news.ops.worldnet.att.net 1038947152 eda02c937b75995d14a2cc97d5803b5c (Tue, 03 Dec 2002 20:25:52 GMT)
NNTP-Posting-Date: Tue, 03 Dec 2002 20:25:52 GMT
Date: Tue, 03 Dec 2002 20:25:52 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13913

Heh-heh.

That's the first thing I'd tried, of course after deleting the protocol 
part of the URL.  Why would kermit need to know it's the kermit 
protocol?  Well, because kermit now supports FTP and others, of course. 
  Sigh.

Thanks for the answer.  However, where can I find this in the 
documentation?  I'm used to having a comprehensive index or a search 
engine for on-line content.  Any suggestions?

Frank da Cruz wrote:
> Short answer:  Give the URL as the first command-line argument to K95 or
> C-Kermit (of recent vintage).  It might trick you and download the file
> before you know anything has happened (well, not with the file you're
> referencing, which is rather large).



From fdc@columbia.edu Tue Dec  3 15:36:52 EST 2002
Article: 13914 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Stupid question on kermit URLs
Date: 3 Dec 2002 15:36:30 -0500
Organization: Columbia University
Lines: 35
Message-ID: <asj4ke$3lp$1@watsol.cc.columbia.edu>
References: <3DED0D0D.7080800@att.net> <asj2tj$eh$1@watsol.cc.columbia.edu> <3DED134B.6050109@att.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038947794 11995 128.59.39.139 (3 Dec 2002 20:36:34 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 3 Dec 2002 20:36:34 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13914

In article <3DED134B.6050109@att.net>,
Henry E. Thorpe <henry.thorpe@att.net> wrote:
: Heh-heh.
: 
: That's the first thing I'd tried, of course after deleting the protocol 
: part of the URL.  Why would kermit need to know it's the kermit 
: protocol?  Well, because kermit now supports FTP and others, of course. 
:   Sigh.
: 
: Thanks for the answer.  However, where can I find this in the 
: documentation?  I'm used to having a comprehensive index or a search 
: engine for on-line content.  Any suggestions?
:
It's documented here:

  http://www.columbia.edu/kermit/ckermit80.html#x16

Also in the Alternative Command Line Personalities section of the
C-Kermit man page / tutorial:

  http://www.columbia.edu/kermit/ckututor.html

The latter turns up if you use the Search link on the Kermit home page
to look for "kermit url".

We do the best we can with a small number of people.  I realize the
documentation is somewhat scattered.  I hope we can bring it together
over the coming year.  In fact, suggestions on how to organize and present
the voluminous material would be welcome, given that:

 . We need to cover both K95 and C-Kermit.
 . Nobody wants an 1800-page book.
 . We need to make money.

- Frank


From fdc@columbia.edu Tue Dec  3 16:33:28 EST 2002
Article: 13915 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: VMS C-Kermit with SSL/TLS
Date: 3 Dec 2002 16:29:01 -0500
Organization: Columbia University
Lines: 51
Message-ID: <asj7mt$7co$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038950942 14571 128.59.39.139 (3 Dec 2002 21:29:02 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 3 Dec 2002 21:29:02 GMT
Xref: newsmaster.cc.columbia.edu comp.os.vms:358780 comp.protocols.kermit.misc:13915


Just after C-Kermit 8.0.206 was released, Jeff Altman (with help and advice
>from  VMS programmers and HP/Compaq engineers) got SSL/TLS security working
in VMS C-Kermit, at least for terminal connections.  This is the first form
of secure authentication and strong encryption available for VMS C-Kermit,
and since it's in Kermit (as opposed to the regular Telnet client), it also
allows secure file transfer over the terminal session as well as scripted
secure sessions.  The SSL/TLS version of VMS C-Kermit is not released yet,
but it's available for download in source-code form here:

  http://www.columbia.edu/kermit/ckdaily.html

Sorry, we can't put up binaries for download due to US export law.

To build, you'll need a VMS system with a C compiler and with either OpenSSL
or Compaq SSL installed, as well as a TCP/IP package such as UCX (I'm not
sure what will happen with other TCP packages like MultiNet and TCPware).
Then, with the C-Kermit file unpacked into your default directory, type:

  @ckvker.com "" "" "CK_SSL"

and off you go.  Of course you'll need an SSL-capable server to make
connections to, but you wouldn't be have read this far if you didn't have
one that you needed to get to.  The details of C-Kermit security are given
here:

  http://www.columbia.edu/kermit/security.html

(which will need to be edited to discuss VMS).

Without certificates, you'll be able to get encrypted, but not securely
authenticated, connections.  The software still needs to be updated to
know where to look by default in VMS for X.509 certificates; in any case,
you can use Kermit's SET AUTH TLS or SET AUTH SSL commands to specify the
certificate files.

Interested parties are invited to build and try the code and comment on it.

As noted in other postings, it should now be relatively easy for an
experienced VMS C programmer to adapt Kermit's FTP module to VMS, which
is already SSL/TLS ready.  Anyone interested in taking this on is welcome
to contact us at:

  kermit-support@columbia.edu

Ditto for C-Kermit's HTTP client (actually, someone has this almost
completed already, with just a few stumbling blocks remaining).

Thanks.

- Frank


From jaltman2@nyc.rr.com Tue Dec  3 16:54:10 EST 2002
Article: 13916 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news.stealth.net!news.stealth.net!208.184.7.66.MISMATCH!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: K95 2.1.2 faster?
References: <3DED0D88.2050905@att.net> <3DED0DC3.9040705@att.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 18
Message-ID: <4D9H9.201358$gB.39587794@twister.nyc.rr.com>
Date: Tue, 03 Dec 2002 21:46:40 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1038952000 66.108.138.151 (Tue, 03 Dec 2002 16:46:40 EST)
NNTP-Posting-Date: Tue, 03 Dec 2002 16:46:40 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13916

You are either imagining things; or my improvements to the thread locks 
worked.  It has nothing to do with the version of OpenSSL.


Henry E. Thorpe wrote:
> More noise.  Should have been:
> 
> Is OpenSSL 0.9.7-beta4 that much better?
> 
> Henry E. Thorpe wrote:
> 
>> Is it just my imagination, or is K95 2.1.2 a whole lot faster with 
>> regards to SSH and TLS/SSL connections?
>>
>> Is 0.9.7-beta4 that much better?
>>
> 



From bridge1@email.mot.com Tue Dec  3 19:28:35 EST 2002
Article: 13917 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.mathworks.com!cyclone.swbell.net!newsfeed1.easynews.com!easynews.com!easynews!newsfeed-east.nntpserver.com!nntpserver.com!newsfeed1.sea.pnap.net!newsfeed2.sea.pnap.net!newsfeed.pnap.net!newsgate.mot.com!newshost.mot.com!avnika.corp.mot.com!not-for-mail
From: Francis R Bridge {BRIDGE1} <bridge1@email.mot.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Stupid question on kermit URLs
Date: 03 Dec 2002 15:33:47 -0600
Organization: OneIT Directory Services News Site
Lines: 46
Sender: bridge@login2
Message-ID: <xqld6oibxdw.fsf@email.mot.com>
References: <3DED0D0D.7080800@att.net> <asj2tj$eh$1@watsol.cc.columbia.edu> <3DED134B.6050109@att.net> <asj4ke$3lp$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: login2.cig.mot.com
X-Trace: localhost.localdomain 1038951227 28507 10.17.192.178 (3 Dec 2002 21:33:47 GMT)
X-Complaints-To: news@localhost.localdomain
NNTP-Posting-Date: Tue, 3 Dec 2002 21:33:47 +0000 (UTC)
X-Newsreader: Gnus v5.5/Emacs 20.3
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13917

fdc@columbia.edu (Frank da Cruz) writes:
> In article <3DED134B.6050109@att.net>,
> Henry E. Thorpe <henry.thorpe@att.net> wrote:
> : Heh-heh.
> : 
> : That's the first thing I'd tried, of course after deleting the protocol 
> : part of the URL.  Why would kermit need to know it's the kermit 
> : protocol?  Well, because kermit now supports FTP and others, of course. 
> :   Sigh.
> : 
> : Thanks for the answer.  However, where can I find this in the 
> : documentation?  I'm used to having a comprehensive index or a search 
> : engine for on-line content.  Any suggestions?
> :
> It's documented here:
> 
>   http://www.columbia.edu/kermit/ckermit80.html#x16
> 
> Also in the Alternative Command Line Personalities section of the
> C-Kermit man page / tutorial:
> 
>   http://www.columbia.edu/kermit/ckututor.html
> 
> The latter turns up if you use the Search link on the Kermit home page
> to look for "kermit url".
> 
> We do the best we can with a small number of people.  I realize the
> documentation is somewhat scattered.  I hope we can bring it together
> over the coming year.  In fact, suggestions on how to organize and present
> the voluminous material would be welcome, given that:
> 
>  . We need to cover both K95 and C-Kermit.
>  . Nobody wants an 1800-page book.
>  . We need to make money.
> 
> - Frank

Actually, I wouldn't mind a 1800 page book....I tire of reading software
documentation, if provided or useful at all, as a PDF on a monitor.

What about Kermit's web address?  The main kermit URL is now
http://www.columbia.edu/kermit.  Have you considered a private domain name
for kermit?  Most of the obvious ones are already taken.  But perhaps
someone would give one up or donate one to you?

-Frank (Bridge)


From jaltman2@nyc.rr.com Tue Dec  3 19:28:39 EST 2002
Article: 13918 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Stupid question on kermit URLs
References: <3DED0D0D.7080800@att.net> <asj2tj$eh$1@watsol.cc.columbia.edu> <3DED134B.6050109@att.net> <asj4ke$3lp$1@watsol.cc.columbia.edu> <xqld6oibxdw.fsf@email.mot.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 16
Message-ID: <MB9H9.201356$gB.39587200@twister.nyc.rr.com>
Date: Tue, 03 Dec 2002 21:45:16 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1038951916 66.108.138.151 (Tue, 03 Dec 2002 16:45:16 EST)
NNTP-Posting-Date: Tue, 03 Dec 2002 16:45:16 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13918

Francis R Bridge {BRIDGE1} wrote:

> Actually, I wouldn't mind a 1800 page book....I tire of reading software
> documentation, if provided or useful at all, as a PDF on a monitor.

Nobody wants to write an 1800 page book :-)

> What about Kermit's web address?  The main kermit URL is now
> http://www.columbia.edu/kermit.  Have you considered a private domain name
> for kermit?  Most of the obvious ones are already taken.  But perhaps
> someone would give one up or donate one to you?

We've had http://www.kermit-project.org/ for many many years.  It is an 
equivalent to http://www.columbia.edu/kermit/




From tom.horsley@att.net Tue Dec  3 19:28:49 EST 2002
Article: 13919 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!wn11feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
Sender: tom@SPIKE
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: Re: totally OT: terminal emulators
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <b10654c6.0212031104.2c85501@posting.google.com> <asj1an$q0m$1@watsol.cc.columbia.edu>
From: tom.horsley@att.net (Thomas A. Horsley)
Message-ID: <usmxe4tj3.fsf@att.net>
Lines: 25
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
NNTP-Posting-Host: acfe50e06d0248ddcba14725e807629a
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc04-news.ops.worldnet.att.net 1038955143 acfe50e06d0248ddcba14725e807629a (Tue, 03 Dec 2002 22:39:03 GMT)
NNTP-Posting-Date: Tue, 03 Dec 2002 22:39:03 GMT
Organization: AT&T Worldnet
Date: Tue, 03 Dec 2002 22:39:03 GMT
Xref: newsmaster.cc.columbia.edu comp.os.vms:358790 comp.protocols.kermit.misc:13919

>: Since I'm here, I wouldn't mind hearing someone, maybe even FdC,
>: provide a tit-for-tat on Kermit versus PuTTY.

I use both of them.

The big advantage of PuTTY is that it is simpler to fool with and
it supports agent proxies (so when I have to go through multiple
ssh firewalls, I can get all the keys loaded up as I go).

The big advantage of kermit (to me) is scripting and file transfer. If you
are ssh'ed over multiple connections (or dialed up, ssh'ed, telnetted, and
rlogined :-), kermit works to transfer files over the path you already have
established. Most of the ssh based file transfer tools either only work over
a single hop or require fantastically long commands to specify all the
multi-hop connections.

The one catch to this is that the kermit agent doesn't support proxy
connections (hint, hint :-), so it is more trouble to get kermit connected
over those multiple hops, but once connected, you can do more (and if you
never logout and log back in, it isn't a big deal since you have to type all
the keys at least once in any case).
--
>>==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
      email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL      |
<URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+


From jaltman@watsun.cc.columbia.edu Tue Dec  3 19:28:52 EST 2002
Article: 13920 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: Re: totally OT: terminal emulators
Date: 3 Dec 2002 22:59:14 GMT
Organization: Columbia University
Lines: 15
Message-ID: <asjd02$htp$1@newsmaster.cc.columbia.edu>
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <b10654c6.0212031104.2c85501@posting.google.com> <asj1an$q0m$1@watsol.cc.columbia.edu> <usmxe4tj3.fsf@att.net>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038956354 18361 128.59.39.2 (3 Dec 2002 22:59:14 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 3 Dec 2002 22:59:14 GMT
Xref: newsmaster.cc.columbia.edu comp.os.vms:358794 comp.protocols.kermit.misc:13920

In article <usmxe4tj3.fsf@att.net>,
Thomas A. Horsley <tom.horsley@att.net> wrote:
: 
: The one catch to this is that the kermit agent doesn't support proxy
: connections (hint, hint :-), so it is more trouble to get kermit connected
: over those multiple hops, but once connected, you can do more (and if you
: never logout and log back in, it isn't a big deal since you have to type all
: the keys at least once in any case).

Hint hint.  Someone write me a check.

 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From jbsp78@yahoo.com Wed Dec  4 08:44:01 EST 2002
Article: 13921 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: jbsp78@yahoo.com (Jesse Byler)
Newsgroups: comp.protocols.kermit.misc
Subject: Serial Connection over SSH
Date: 3 Dec 2002 17:34:40 -0800
Organization: http://groups.google.com/
Lines: 33
Message-ID: <99b5f249.0212031734.50e141be@posting.google.com>
NNTP-Posting-Host: 67.96.115.194
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1038965680 8684 127.0.0.1 (4 Dec 2002 01:34:40 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 4 Dec 2002 01:34:40 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13921

Hi all,

I have a serial device connected to COM1 on a Windows 2000 machine,
and I'd like to be able to access the device remotely - e.g. via SSH. 
I have set up Cygwin's sshd, so I can log into the windows machine via
SSH.  Ideally I'd like to compile ckermit under cygwin, but I'd be
willing to pay for Kermit 95 if it could do what I want.  I'm having
two problems with Kermit 95:

1. The trial version won't run remotely, because it tries to pop up a
GUI window to remind me about the trial.  I assume this will go away
once I register, but can someone confirm that?  i.e. Running k95.exe
doesn't open a GUI window once it's registered?

2. In order to run in a cygwin window or over an SSH connection, I
have to run k95.exe -# 96 to tell kermit to use stdin/stdout instead
of the Windows console.  This partially works, but stdin seems to be
line-buffered, so that the serial device doesn't see my input until I
press return.  Is there some way around this?  ckermit does exactly
what i want: it doesn't do any terminal emulation or buffering but
gives me a direct connection to the COM-port's I/O, so the local
terminal can do its thing.  Too bad ckermit won't run on Windows.

Another possibility I looked into was to use an iksd server instead of
sshd, but iksd disables the "set port" command I need to use to
connect to the serial port.  Perhaps I could use the old "host mode"
instead, and modify it so that it allows the serial connection?

In case it's not clear, here's a diagram of what I want to do:

laptop (linux)  =====SSH=====>  Windows 2000  =====COM1=====>  Device

-Jesse


From jaltman@watsun.cc.columbia.edu Wed Dec  4 08:44:27 EST 2002
Article: 13923 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Serial Connection over SSH
Date: 4 Dec 2002 09:09:02 GMT
Organization: Columbia University
Lines: 55
Message-ID: <askgne$dhk$1@newsmaster.cc.columbia.edu>
References: <99b5f249.0212031734.50e141be@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1038992942 13876 128.59.39.2 (4 Dec 2002 09:09:02 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 4 Dec 2002 09:09:02 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13923

K95 will not do what you want.  It was not designed to run under
a cygwin environment.

However, I belive that the best approach for you to take is not to 
run C-Kermit under cygwin but instead to install sredird under 
cygwin and then access the serial port directly from C-Kermit on Linux
If you require security wrap sredird with stunnel and then connect to
it using 

   SET HOST hostname port /TLS-TELNET

>from  C-Kermit


In article <99b5f249.0212031734.50e141be@posting.google.com>,
Jesse Byler <jbsp78@yahoo.com> wrote:
: Hi all,
: 
: I have a serial device connected to COM1 on a Windows 2000 machine,
: and I'd like to be able to access the device remotely - e.g. via SSH. 
: I have set up Cygwin's sshd, so I can log into the windows machine via
: SSH.  Ideally I'd like to compile ckermit under cygwin, but I'd be
: willing to pay for Kermit 95 if it could do what I want.  I'm having
: two problems with Kermit 95:
: 
: 1. The trial version won't run remotely, because it tries to pop up a
: GUI window to remind me about the trial.  I assume this will go away
: once I register, but can someone confirm that?  i.e. Running k95.exe
: doesn't open a GUI window once it's registered?
: 
: 2. In order to run in a cygwin window or over an SSH connection, I
: have to run k95.exe -# 96 to tell kermit to use stdin/stdout instead
: of the Windows console.  This partially works, but stdin seems to be
: line-buffered, so that the serial device doesn't see my input until I
: press return.  Is there some way around this?  ckermit does exactly
: what i want: it doesn't do any terminal emulation or buffering but
: gives me a direct connection to the COM-port's I/O, so the local
: terminal can do its thing.  Too bad ckermit won't run on Windows.
: 
: Another possibility I looked into was to use an iksd server instead of
: sshd, but iksd disables the "set port" command I need to use to
: connect to the serial port.  Perhaps I could use the old "host mode"
: instead, and modify it so that it allows the serial connection?
: 
: In case it's not clear, here's a diagram of what I want to do:
: 
: laptop (linux)  =====SSH=====>  Windows 2000  =====COM1=====>  Device
: 
: -Jesse


 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From craigberry@nospam.telocity.com Wed Dec  4 08:44:50 EST 2002
Article: 13922 of comp.protocols.kermit.misc
From: "Craig A. Berry" <craigberry@nospam.telocity.com>
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: Re: totally OT: terminal emulators
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <b10654c6.0212031104.2c85501@posting.google.com> <asj1an$q0m$1@watsol.cc.columbia.edu>
User-Agent: MT-NewsWatcher/3.2 (PPC Mac OS X)
Date: Tue, 03 Dec 2002 21:58:46 -0600
Message-ID: <craigberry-C43B26.21584603122002@news.directvinternet.com>
NNTP-Posting-Host: 65.184.198.57
X-Trace: nopics.sjc 1038974327 65.184.198.57 (3 Dec 2002 19:58:47 -0800)
Lines: 13
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!hermes.visi.com!newsfeed.news2me.com!newsfeed-west.nntpserver.com!hub1.meganetnews.com!nntpserver.com!telocity-west!DIRECTV!nopics.sjc!craigberry
Xref: newsmaster.cc.columbia.edu comp.os.vms:358808 comp.protocols.kermit.misc:13922

In article <asj1an$q0m$1@watsol.cc.columbia.edu>,
 fdc@columbia.edu (Frank da Cruz) wrote:

> You can find a comparison here:
> 
>   http://www.columbia.edu/kermit/winsshclients.html
> 
> (Reflection was not included in this survey because it's not an SSH client.)

Apparently Reflection has SSH support as of 10.0, though I haven't 
tried that version yet:

http://www.wrq.com/products/reflection/win/ruov/security.html#ssh


From fdc@columbia.edu Wed Dec  4 08:47:52 EST 2002
Article: 13924 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: Re: totally OT: terminal emulators
Date: 4 Dec 2002 08:47:48 -0500
Organization: Columbia University
Lines: 22
Message-ID: <asl124$fss$1@watsol.cc.columbia.edu>
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <b10654c6.0212031104.2c85501@posting.google.com> <asj1an$q0m$1@watsol.cc.columbia.edu> <craigberry-C43B26.21584603122002@news.directvinternet.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039009669 15991 128.59.39.139 (4 Dec 2002 13:47:49 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 4 Dec 2002 13:47:49 GMT
Xref: newsmaster.cc.columbia.edu comp.os.vms:358847 comp.protocols.kermit.misc:13924

In article <craigberry-C43B26.21584603122002@news.directvinternet.com>,
Craig A. Berry <craigberry@nospam.telocity.com> wrote:
: In article <asj1an$q0m$1@watsol.cc.columbia.edu>,
:  fdc@columbia.edu (Frank da Cruz) wrote:
: 
: > You can find a comparison here:
: > 
: >   http://www.columbia.edu/kermit/winsshclients.html
: > 
: > (Reflection was not included in this survey because it's not an SSH
: > client.) 
: 
: Apparently Reflection has SSH support as of 10.0, though I haven't 
: tried that version yet:
: 
: http://www.wrq.com/products/reflection/win/ruov/security.html#ssh
:
It wasn't an SSH client at the time survey was done.  A lot of stuff was
added to K95 since then too but we don't have time to re-do our surveys
constantly.

- Frank


From colive@technologEase.com Wed Dec  4 14:41:26 EST 2002
Article: 13925 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: colive@technologEase.com (Chris Olive)
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: Re: totally OT: terminal emulators
Date: 4 Dec 2002 11:12:17 -0800
Organization: http://groups.google.com/
Lines: 53
Message-ID: <b10654c6.0212041112.168875b7@posting.google.com>
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <b10654c6.0212031104.2c85501@posting.google.com> <asj1an$q0m$1@watsol.cc.columbia.edu> <usmxe4tj3.fsf@att.net>
NNTP-Posting-Host: 199.46.200.234
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1039029137 28407 127.0.0.1 (4 Dec 2002 19:12:17 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 4 Dec 2002 19:12:17 GMT
Xref: newsmaster.cc.columbia.edu comp.os.vms:358913 comp.protocols.kermit.misc:13925

tom.horsley@att.net (Thomas A. Horsley) wrote in message news:<usmxe4tj3.fsf@att.net>...
> >: Since I'm here, I wouldn't mind hearing someone, maybe even FdC,
> >: provide a tit-for-tat on Kermit versus PuTTY.
> 
> I use both of them.
> 
> The big advantage of PuTTY is that it is simpler to fool with and
> it supports agent proxies (so when I have to go through multiple
> ssh firewalls, I can get all the keys loaded up as I go).
> 
> The big advantage of kermit (to me) is scripting and file transfer. If you
> are ssh'ed over multiple connections (or dialed up, ssh'ed, telnetted, and
> rlogined :-), kermit works to transfer files over the path you already have
> established. Most of the ssh based file transfer tools either only work over
> a single hop or require fantastically long commands to specify all the
> multi-hop connections.
> 
> The one catch to this is that the kermit agent doesn't support proxy
> connections (hint, hint :-), so it is more trouble to get kermit connected
> over those multiple hops, but once connected, you can do more (and if you
> never logout and log back in, it isn't a big deal since you have to type all
> the keys at least once in any case).

Your review here and FdC's review and link were both enlightening.  I
understand Frank's comment that PuTTY does 10% of what Kermit does
(esp. after looking over the comparision link he handed out.)  But
that 10% is all I need.  Kermit -- pardon the comparision -- is like
having all the features of MS Word when all I need to do is type
memos.  (The analogy totally breaks down though in that I suspect all
of Kermit's features actually WORK, whereas I wouldn't place a $2 bet
on any piece of Microsoft pretendware.)

The point that one could learn one product (Kermit) on multiple
platforms though... that's a compeling thought.  In the DOS and VMS
world, Kermit was what I once lived by and I do have very good
memories of it.  Who knows, Frank, I may take Kermie for a spin again.

And I really think Jeffery deserves a cash incentive for writing in
proxy support... 8-)

Chris
-----
Chris Olive
Systems Development Consultant
Raytheon Technical Services Corporation
Indianapolis, IN

Personal email: chris at technologEase dot com

*** You can be MOST ASSURED that my opinions DO NOT in any way reflect
*** the opinions of my current client...  They remind me of this
nearly
*** every day... 8-)


From fdc@columbia.edu Wed Dec  4 14:54:32 EST 2002
Article: 13926 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: Re: totally OT: terminal emulators
Date: 4 Dec 2002 14:54:20 -0500
Organization: Columbia University
Lines: 25
Message-ID: <aslmhc$dp6$1@watsol.cc.columbia.edu>
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <asj1an$q0m$1@watsol.cc.columbia.edu> <usmxe4tj3.fsf@att.net> <b10654c6.0212041112.168875b7@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039031661 2219 128.59.39.139 (4 Dec 2002 19:54:21 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 4 Dec 2002 19:54:21 GMT
Xref: newsmaster.cc.columbia.edu comp.os.vms:358919 comp.protocols.kermit.misc:13926

In article <b10654c6.0212041112.168875b7@posting.google.com>,
Chris Olive <colive@technologEase.com> wrote:
:tom.horsley@att.net (Thomas A. Horsley)
:wrote in message news:<usmxe4tj3.fsf@att.net>...
: I understand Frank's comment that PuTTY does 10% of what Kermit does
: (esp. after looking over the comparision link he handed out.)  But
: that 10% is all I need.  Kermit -- pardon the comparision -- is like
: having all the features of MS Word when all I need to do is type
: memos. ... The point that one could learn one product (Kermit) on 
: multiple platforms though... that's a compeling thought.
:
Exactly.  This topic comes up often enough that I have a stock response:

  http://www.columbia.edu/kermit/kermit.html#complexity

It's the old tradeoff: invest some time up front into learning something,
and benefit from that investment for years to come.

: And I really think Jeffery deserves a cash incentive for writing in
: proxy support... 8-)
: 
Definitely.  And a drag-and-drop GUI for FTP and Kermit file transfer,
and lots else.  But who has cash?  (That's not a rhetorical question!)

- Frank


From jfmezei.spamnot@vl.videotron.ca Wed Dec  4 15:25:11 EST 2002
Article: 13927 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!198.108.1.146.MISMATCH!newsxfer.itd.umich.edu!snoopy.risq.qc.ca!wesley.videotron.net!wagner.videotron.net.POSTED!not-for-mail
Message-ID: <3DEE64AA.64D14062@vl.videotron.ca>
From: JF Mezei <jfmezei.spamnot@vl.videotron.ca>
X-Mailer: Mozilla 4.76 (Macintosh; U; PPC)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: Re: totally OT: terminal emulators
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <asj1an$q0m$1@watsol.cc.columbia.edu> <usmxe4tj3.fsf@att.net> <b10654c6.0212041112.168875b7@posting.google.com> <aslmhc$dp6$1@watsol.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 19
Date: Wed, 04 Dec 2002 15:25:27 -0500
NNTP-Posting-Host: 24.202.148.20
X-Complaints-To: abuse@videotron.ca
X-Trace: wagner.videotron.net 1039033363 24.202.148.20 (Wed, 04 Dec 2002 15:22:43 EST)
NNTP-Posting-Date: Wed, 04 Dec 2002 15:22:43 EST
Xref: newsmaster.cc.columbia.edu comp.os.vms:358930 comp.protocols.kermit.misc:13927

Someone wrote:
> : that 10% is all I need.  Kermit -- pardon the comparision -- is like
> : having all the features of MS Word when all I need to do is type
> : memos. ...

On the other hand, you only need to be bothered with one installation of
software (and upgrades etc) for Kermit which gives you the versatility you'd
need with 2 or 3 different "smaller" packages. So in the end, it saves you
time. You need not learn Kermit's powerful scripting if you don't use it. But
if another user does need it, it's there and doesn't require someone go out to
buy/download/install another package.

And I would really debate a comparison with MS-Word. MS-Word is bloated, full
of security holes, huge, requires tons of system resources and is not really
meant to be all of the stuff it does (eg: not designed to do scriupting, even
though it supports it).

Kermit was designed for the stuff it does and does it well. Kermit is
something you can trust to do the job. MS-Word isn't.


From LESLIE@JRLVAX.HOUSTON.RR.COM Wed Dec  4 19:39:53 EST 2002
Article: 13928 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!cyclone.austin.rr.com!twister.austin.rr.com.POSTED!53ab2750!not-for-mail
From: LESLIE@JRLVAX.HOUSTON.RR.COM (Jerry Leslie)
Subject: Re: totally OT: terminal emulators
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Followup-To: comp.os.vms,comp.protocols.kermit.misc
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <b10654c6.0212031104.2c85501@posting.google.com> <asj1an$q0m$1@watsol.cc.columbia.edu> <usmxe4tj3.fsf@att.net> <b10654c6.0212041112.168875b7@posting.google.com>
Lines: 28
X-Newsreader: TIN [VMS 1.3 950824BETA PL0]
Message-ID: <yUwH9.108880$Kj1.4484915@twister.austin.rr.com>
Date: Thu, 05 Dec 2002 00:15:26 GMT
NNTP-Posting-Host: 67.10.33.177
X-Complaints-To: abuse@rr.com
X-Trace: twister.austin.rr.com 1039047326 67.10.33.177 (Wed, 04 Dec 2002 18:15:26 CST)
NNTP-Posting-Date: Wed, 04 Dec 2002 18:15:26 CST
Organization: Road Runner - Texas
Xref: newsmaster.cc.columbia.edu comp.os.vms:358956 comp.protocols.kermit.misc:13928

Chris Olive (colive@technologEase.com) wrote:
: 
: Your review here and FdC's review and link were both enlightening.  I
: understand Frank's comment that PuTTY does 10% of what Kermit does
: (esp. after looking over the comparision link he handed out.)  But
: that 10% is all I need.  Kermit -- pardon the comparision -- is like
: having all the features of MS Word when all I need to do is type
: memos.  (The analogy totally breaks down though in that I suspect all
: of Kermit's features actually WORK, whereas I wouldn't place a $2 bet
: on any piece of Microsoft pretendware.)
: 
Search the archived postings of the comp.os.ms-windows.apps.word-proc
newsgroup for "master document".

These articles are written by the former Project Manager of Excel,
Joel Spolsky, and may explain why Microsoft software is bloated and
buggy:


   http://www.joelonsoftware.com/articles/fog0000000020.html
   Joel on Software - Strategy Letter IV: Bloatware and the 80/20 Myth

   http://www.joelonsoftware.com/articles/fog0000000069.html
   Joel on Software - Things You Should Never Do, Part I


--Jerry Leslie   (my opinions are strictly my own)
  Note: leslie@jrlvax.houston.rr.com is invalid for email


From pete@compenv.com Thu Dec  5 09:32:45 EST 2002
Article: 13929 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: pete@compenv.com (limesparks)
Newsgroups: comp.protocols.kermit.misc
Subject: Terminal Server compatibility
Date: 5 Dec 2002 00:36:40 -0800
Organization: http://groups.google.com/
Lines: 2
Message-ID: <370c08f7.0212050036.366d2241@posting.google.com>
NNTP-Posting-Host: 63.89.219.9
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1039077400 24197 127.0.0.1 (5 Dec 2002 08:36:40 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 5 Dec 2002 08:36:40 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13929

Does anyone know if KERMIT 95 is compatible with multiple terminal
users on a Winnt 4.0 Terminal Server?


From leganii+cpkm@surfree.com Thu Dec  5 09:38:24 EST 2002
Article: 13930 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!ord-feed.news.verio.net!stl-feed.news.verio.net!newsreader.wustl.edu!gumby.it.wmich.edu!aanews.merit.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.vmunix.org!newsfeed.eunet.at!anon.lcs.mit.edu!nym.alias.net!mail2news
Date: Thu, 5 Dec 2002 01:17:31 -0800
From: leganii+cpkm@surfree.com
Reply-To: leganii+cpkm@surfree.com
Newsgroups: comp.protocols.kermit.misc
Message-ID: <200212050910.BAA004.10@surfree.com>
Subject: Re: An Open Letter to the Kermit Community
Mail-To-News-Contact: postmaster@nym.alias.net
Organization: mail2news@nym.alias.net
Lines: 32
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13930




It was numbing to read the announcment.
I too was amazed at how late and fast Jeff responeded
to questions, especially when I realized how late it was
where I was - California.

One of the great things about Jeff's answers was how
deep and concise they were.  They frequently
moved my personal understanding of whatever topic to 
another level.

Good luck whatever happens!

>      From: Jeffrey Altman (jaltman@watsun.cc.columbia.edu)
>      Subject: A Letter to the Kermit Community
>      Newsgroups: comp.protocols.kermit.misc
>      Date: 2002-12-01 02:11:53 PST
>
>1 December 2002:
>
>Today marks the end of a significant period in my life.  For the last
>eight years I have been privileged to work on and support Kermit as my
>career.  I began working for Columbia University after nearly seven
>.............

Regards,
Dallas E. Legan II / leganii+cpkm AT surfree.com / dallasii+cpkm AT kincyb.com

Powered by......Lynx, the Internet at hyperkinetic speed.



From fdc@columbia.edu Thu Dec  5 09:38:28 EST 2002
Article: 13931 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Terminal Server compatibility
Date: 5 Dec 2002 09:37:44 -0500
Organization: Columbia University
Lines: 15
Message-ID: <asnobo$ckc$1@watsol.cc.columbia.edu>
References: <370c08f7.0212050036.366d2241@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039099065 18183 128.59.39.139 (5 Dec 2002 14:37:45 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 5 Dec 2002 14:37:45 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13931

In article <370c08f7.0212050036.366d2241@posting.google.com>,
limesparks <pete@compenv.com> wrote:
: Does anyone know if KERMIT 95 is compatible with multiple terminal
: users on a Winnt 4.0 Terminal Server?
:
I'll hazard a guess.  If by Terminal Server, you mean the ability to
access another Windows PC's desktop in GUI mode, then no, Kermit
doesn't do that.  It's a text-terminal emulator, not a "pcAnywhere"
clone or "Windows terminal".

If you mean VTNT text-mode sessions, then yes, Kermit 95 can do that.
But whether an NT server can support multiple simultaneous VTNT sessions
is a property of the server, not of Kermit.

- Frank


From colive@technologEase.com Thu Dec  5 13:52:20 EST 2002
Article: 13932 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: colive@technologEase.com (Chris Olive)
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: Re: totally OT: terminal emulators
Date: 5 Dec 2002 10:45:27 -0800
Organization: http://groups.google.com/
Lines: 28
Message-ID: <b10654c6.0212051045.4015eaa6@posting.google.com>
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <asj1an$q0m$1@watsol.cc.columbia.edu> <usmxe4tj3.fsf@att.net> <b10654c6.0212041112.168875b7@posting.google.com> <aslmhc$dp6$1@watsol.cc.columbia.edu> <3DEE64AA.64D14062@vl.videotron.ca>
NNTP-Posting-Host: 199.46.200.237
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1039113928 8125 127.0.0.1 (5 Dec 2002 18:45:28 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 5 Dec 2002 18:45:28 GMT
Xref: newsmaster.cc.columbia.edu comp.os.vms:359053 comp.protocols.kermit.misc:13932

JF Mezei <jfmezei.spamnot@vl.videotron.ca> wrote in message news:<3DEE64AA.64D14062@vl.videotron.ca>...
> Someone wrote:
> > : that 10% is all I need.  Kermit -- pardon the comparision -- is like
> > : having all the features of MS Word when all I need to do is type
> > : memos. ...
> 
> On the other hand, you only need to be bothered with one installation of
> software (and upgrades etc) for Kermit which gives you the versatility you'd
> need with 2 or 3 different "smaller" packages. So in the end, it saves you
> time. You need not learn Kermit's powerful scripting if you don't use it. But
> if another user does need it, it's there and doesn't require someone go out to
> buy/download/install another package.
> 
> And I would really debate a comparison with MS-Word. MS-Word is bloated, full
> of security holes, huge, requires tons of system resources and is not really
> meant to be all of the stuff it does (eg: not designed to do scriupting, even
> though it supports it).
> 
> Kermit was designed for the stuff it does and does it well. Kermit is
> something you can trust to do the job. MS-Word isn't.

Why suew-tainly, Larry!  That's what I meant when I said "The analogy
breaks down..."  Why, I oughta... 8-)  Now watch my hand.... <Whack!>

Coy-ly
-----
curly@three-stooges.com  (there, spammers... take THAT and have fun
with it.)


From dbecker@cpicorp.com Thu Dec  5 14:07:20 EST 2002
Article: 13933 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!news.maxwell.syr.edu!feed3.newsreader.com!newsreader.com!news-xfer.cox.net!cox.net!nntp2.aus1.giganews.com!border1.nntp.aus1.giganews.com!nntp.giganews.com!news.airnews.net!cabal12.airnews.net!cabal11.airnews.net!lerami!lerami.lerctr.org!egsner!dfw-feed.news.verio.net!stl-feed.news.verio.net!news.cpicorp.com!not-for-mail
From: Derek Chen-Becker <dbecker@cpicorp.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Help with stdout and stderr for kermit95
Date: Thu, 05 Dec 2002 12:48:00 -0600
Organization: CPI Corporation
Lines: 27
Message-ID: <aso6v9$kr9$1@cpimail.cpicorp.com>
NNTP-Posting-Host: dbecker-ld.cpicorp.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: cpimail.cpicorp.com 1039114025 21353 131.100.250.5 (5 Dec 2002 18:47:05 GMT)
X-Complaints-To: abuse@cpicorp.com
NNTP-Posting-Date: Thu, 5 Dec 2002 18:47:05 +0000 (UTC)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
X-Enigmail-Version: 0.70.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13933

Hi,
     I'm using a kermit script as a batch transfer utility in windows 
and  I'm running it from a c# program that acts as a scheduler. There 
appears to be something strange about how kermit handles console IO 
because when I try to read fom stderr and stdout on the process that 
kermit runs in, I get empty streams, although I know there should be 
output. It works fine under c-kermit on unix, so I was wondering if 
there is something special I need to do to get kermit to use stderr and 
stdout under windows like it does in unix.

Thanks,

Derek

-- 
----------------------------------------------------------------------
Derek Chen-Becker
Senior Network Engineer
CPI Corp, Inc.
1706 Washington Ave
St. Louis, MO 63103
314-231-1575 x6014
dbecker@cpicorp.com
PGP Key available from public key servers
Fingerprint: 1C34 D81E D8A0 641D 6C8C  E952 3B15 693F 9184 BC58
----------------------------------------------------------------------



From fdc@columbia.edu Thu Dec  5 14:07:23 EST 2002
Article: 13934 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Help with stdout and stderr for kermit95
Date: 5 Dec 2002 14:06:54 -0500
Organization: Columbia University
Lines: 34
Message-ID: <aso84e$16t$1@watsol.cc.columbia.edu>
References: <aso6v9$kr9$1@cpimail.cpicorp.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039115215 3376 128.59.39.139 (5 Dec 2002 19:06:55 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 5 Dec 2002 19:06:55 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13934

In article <aso6v9$kr9$1@cpimail.cpicorp.com>,
Derek Chen-Becker  <dbecker@cpicorp.com> wrote:
:      I'm using a kermit script as a batch transfer utility in windows 
: and  I'm running it from a c# program that acts as a scheduler. There 
: appears to be something strange about how kermit handles console IO 
: because when I try to read fom stderr and stdout on the process that 
: kermit runs in, I get empty streams, although I know there should be 
: output. It works fine under c-kermit on unix, so I was wondering if 
: there is something special I need to do to get kermit to use stderr and 
: stdout under windows like it does in unix.
: 
Kermit 95 does not use stdin/out unless you tell it to:

  k95 -h
  ...
  -# <arg>
      Kermit 95 Startup Flags
      Argument:
    1 - turn off Win95 special fixes
    2 - do not load optional network dlls
    4 - do not load optional tapi dlls
    8 - do not load optional kerberos dlls
   16 - do not load optional zmodem dlls
   32 - use stdin for input instead of the console
   64 - use stdout for output instead of the console
  128 - do not terminate process in response to Session Logoff

The numbers are additive.  Example:

  k95 -# 96

To start K95 and have it read from stdin and write to stdout.

- Frank


From colive@technologEase.com Thu Dec  5 14:27:18 EST 2002
Article: 13935 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: colive@technologEase.com (Chris Olive)
Newsgroups: comp.os.vms,comp.protocols.kermit.misc
Subject: Re: totally OT: terminal emulators
Date: 5 Dec 2002 11:13:32 -0800
Organization: http://groups.google.com/
Lines: 51
Message-ID: <b10654c6.0212051113.4a46420a@posting.google.com>
References: <8EA11405E59BD611BA7100104B93C26091E505@exdel01.del.mgsl.com> <b10654c6.0212031104.2c85501@posting.google.com> <asj1an$q0m$1@watsol.cc.columbia.edu> <usmxe4tj3.fsf@att.net> <b10654c6.0212041112.168875b7@posting.google.com> <yUwH9.108880$Kj1.4484915@twister.austin.rr.com>
NNTP-Posting-Host: 199.46.200.237
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1039115612 10504 127.0.0.1 (5 Dec 2002 19:13:32 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 5 Dec 2002 19:13:32 GMT
Xref: newsmaster.cc.columbia.edu comp.os.vms:359054 comp.protocols.kermit.misc:13935

LESLIE@JRLVAX.HOUSTON.RR.COM (Jerry Leslie) wrote in message news:<yUwH9.108880$Kj1.4484915@twister.austin.rr.com>...
> Chris Olive (colive@technologEase.com) wrote:
> : 
> : Your review here and FdC's review and link were both enlightening.  I
> : understand Frank's comment that PuTTY does 10% of what Kermit does
> : (esp. after looking over the comparision link he handed out.)  But
> : that 10% is all I need.  Kermit -- pardon the comparision -- is like
> : having all the features of MS Word when all I need to do is type
> : memos.  (The analogy totally breaks down though in that I suspect all
> : of Kermit's features actually WORK, whereas I wouldn't place a $2 bet
> : on any piece of Microsoft pretendware.)
> : 
> Search the archived postings of the comp.os.ms-windows.apps.word-proc
> newsgroup for "master document".
> 
> These articles are written by the former Project Manager of Excel,
> Joel Spolsky, and may explain why Microsoft software is bloated and
> buggy:
> 
> 
>    http://www.joelonsoftware.com/articles/fog0000000020.html
>    Joel on Software - Strategy Letter IV: Bloatware and the 80/20 Myth
> 
>    http://www.joelonsoftware.com/articles/fog0000000069.html
>    Joel on Software - Things You Should Never Do, Part I
> 
> 

Well, any tangents from these links above probably deserve a new
thread, but Joel baby must be running in-house versions, gratis, of MS
Windoze because all Windows versions I have EVER used were shot so
full of memory leak problems, I've ALWAYS had to give my Windoze boxes
a good swift kick in the pants (ie. reboot) to clean up memory
leak/(mis)management problems, sometimes DAILY.  The architecting of
Windows ON PAPER may seem that it handles memory as stated in his
articles, but I don't care what he says: it manages memory very
poorly.

Anyway, it's off-topic from this thread (which was called OT, but
wasn't!) so I digress, not to mention I shouldn't be wasting time
convincing others what is so obvious to most everyone thats even
remotely familiar with a robust OS with real MM.  There were other
laughable comments that he made.

The second link however (unrelated to Windows directly), I had to
agree with, regretably.  Fredrick Brooks would be proud to claim it as
a corollary...

Chris
-----
chris at technologEase dot com


From dbecker@cpicorp.com Thu Dec  5 14:27:22 EST 2002
Article: 13936 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!news.maxwell.syr.edu!news-out.nuthinbutnews.com!propagator2-sterling!news-in-sterling.newsfeed.com!news-in.nuthinbutnews.com!cyclone1.gnilink.net!news.airnews.net!cabal12.airnews.net!cabal11.airnews.net!lerami!lerami.lerctr.org!egsner!dfw-feed.news.verio.net!stl-feed.news.verio.net!news.cpicorp.com!not-for-mail
From: Derek Chen-Becker <dbecker@cpicorp.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Help with stdout and stderr for kermit95
Date: Thu, 05 Dec 2002 13:13:37 -0600
Organization: CPI Corporation
Lines: 26
Message-ID: <aso8ff$1t3$1@cpimail.cpicorp.com>
References: <aso6v9$kr9$1@cpimail.cpicorp.com> <aso84e$16t$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: dbecker-ld.cpicorp.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: cpimail.cpicorp.com 1039115568 1955 131.100.250.5 (5 Dec 2002 19:12:48 GMT)
X-Complaints-To: abuse@cpicorp.com
NNTP-Posting-Date: Thu, 5 Dec 2002 19:12:48 +0000 (UTC)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
In-Reply-To: <aso84e$16t$1@watsol.cc.columbia.edu>
X-Enigmail-Version: 0.70.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13936

Frank da Cruz wrote:

> Kermit 95 does not use stdin/out unless you tell it to:
> 

Thanks,
     I had tried that before and I screwed up my argument list, so I 
thought I was doing something wrong. I guess I need to adjust where I 
look in \&@ for command line arguments, right? In either case, does the 
"exit" command return the optional text on stderr or stdout?

Derek

-- 
----------------------------------------------------------------------
Derek Chen-Becker
Senior Network Engineer
CPI Corp, Inc.
1706 Washington Ave
St. Louis, MO 63103
314-231-1575 x6014
dbecker@cpicorp.com
PGP Key available from public key servers
Fingerprint: 1C34 D81E D8A0 641D 6C8C  E952 3B15 693F 9184 BC58
----------------------------------------------------------------------



From fdc@columbia.edu Thu Dec  5 14:29:56 EST 2002
Article: 13937 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Help with stdout and stderr for kermit95
Date: 5 Dec 2002 14:29:53 -0500
Organization: Columbia University
Lines: 16
Message-ID: <aso9fh$2m5$1@watsol.cc.columbia.edu>
References: <aso6v9$kr9$1@cpimail.cpicorp.com> <aso84e$16t$1@watsol.cc.columbia.edu> <aso8ff$1t3$1@cpimail.cpicorp.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039116594 4270 128.59.39.139 (5 Dec 2002 19:29:54 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 5 Dec 2002 19:29:54 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13937

In article <aso8ff$1t3$1@cpimail.cpicorp.com>,
Derek Chen-Becker  <dbecker@cpicorp.com> wrote:
: Frank da Cruz wrote:
: > Kermit 95 does not use stdin/out unless you tell it to:
: > 
:      I had tried that before and I screwed up my argument list, so I 
: thought I was doing something wrong. I guess I need to adjust where I 
: look in \&@ for command line arguments, right? In either case, does the 
: "exit" command return the optional text on stderr or stdout?
: 
If you start K95 with the "use stdout" bit, all commands write to stdout.

As for searching the \&@[] array, it might be better to explain what your
goal is and we can suggest ways of achieving it.

- Frank


From dbecker@cpicorp.com Thu Dec  5 16:54:33 EST 2002
Article: 13938 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!arclight.uoregon.edu!newshub.sdsu.edu!newspeer.cts.com!feed2-in.uncensored-news.com!stl-feed.news.verio.net!news.cpicorp.com!not-for-mail
From: Derek Chen-Becker <dbecker@cpicorp.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Help with stdout and stderr for kermit95
Date: Thu, 05 Dec 2002 15:36:33 -0600
Organization: CPI Corporation
Lines: 43
Message-ID: <asogrg$sdk$1@cpimail.cpicorp.com>
References: <aso6v9$kr9$1@cpimail.cpicorp.com> <aso84e$16t$1@watsol.cc.columbia.edu> <aso8ff$1t3$1@cpimail.cpicorp.com> <aso9fh$2m5$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: dbecker-ld.cpicorp.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: cpimail.cpicorp.com 1039124145 29108 131.100.250.5 (5 Dec 2002 21:35:45 GMT)
X-Complaints-To: abuse@cpicorp.com
NNTP-Posting-Date: Thu, 5 Dec 2002 21:35:45 +0000 (UTC)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
In-Reply-To: <aso9fh$2m5$1@watsol.cc.columbia.edu>
X-Enigmail-Version: 0.70.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13938

Frank da Cruz wrote:
> As for searching the \&@[] array, it might be better to explain what your
> goal is and we can suggest ways of achieving it.
> 
> - Frank

I appreciate your help on this. Basically, I'm written a hotfolder 
script using kermit. The client is a windows machine and the server is a 
unix box running IKSD out of inetd. The script takes a command line 
argument of a configuration file that it reads to determine the remote 
server, username, password, and the location of various folders used for 
the transfer. I originally developed the script on a unix box, so I 
didn't need to specify the "-# 64" arg to get output on stdout, so I 
figured for k95 I just need to shift my index in \&@ over by two. Is 
there a better way to get command line arguments?

On a not completely unrelated note, I was hoping to put purge 
functionality into the hotfolder script. If a file can't be sent for 
more that 24 hours, I would like to move it from the hot folder to a 
"failed" folder. Is there a way in kermit to get a listing of files in a 
way that I could determine which files are older than "x" hours? The 
directory command doesn't have time specifiers, and I couldn't find a 
function that would give me a file's last modified time based on a 
filename. I would really like to keep it inside the kermit script to 
simplify the external scheduling program.

Thanks,

Derek

-- 
----------------------------------------------------------------------
Derek Chen-Becker
Senior Network Engineer
CPI Corp, Inc.
1706 Washington Ave
St. Louis, MO 63103
314-231-1575 x6014
dbecker@cpicorp.com
PGP Key available from public key servers
Fingerprint: 1C34 D81E D8A0 641D 6C8C  E952 3B15 693F 9184 BC58
----------------------------------------------------------------------



From fdc@columbia.edu Thu Dec  5 16:54:38 EST 2002
Article: 13939 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Help with stdout and stderr for kermit95
Date: 5 Dec 2002 16:54:30 -0500
Organization: Columbia University
Lines: 60
Message-ID: <asohum$d8j$1@watsol.cc.columbia.edu>
References: <aso6v9$kr9$1@cpimail.cpicorp.com> <aso8ff$1t3$1@cpimail.cpicorp.com> <aso9fh$2m5$1@watsol.cc.columbia.edu> <asogrg$sdk$1@cpimail.cpicorp.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039125271 10389 128.59.39.139 (5 Dec 2002 21:54:31 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 5 Dec 2002 21:54:31 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13939

In article <asogrg$sdk$1@cpimail.cpicorp.com>,
Derek Chen-Becker  <dbecker@cpicorp.com> wrote:
: Frank da Cruz wrote:
: > As for searching the \&@[] array, it might be better to explain what your
: > goal is and we can suggest ways of achieving it.
: > 
: I appreciate your help on this. Basically, I'm written a hotfolder 
: script using kermit. The client is a windows machine and the server is a 
: unix box running IKSD out of inetd. The script takes a command line 
: argument of a configuration file that it reads to determine the remote 
: server, username, password, and the location of various folders used for 
: the transfer. I originally developed the script on a unix box, so I 
: didn't need to specify the "-# 64" arg to get output on stdout, so I 
: figured for k95 I just need to shift my index in \&@ over by two.
:
You might first try putting "-# 64" at the end.

: Is there a better way to get command line arguments?
: 
No.

: On a not completely unrelated note, I was hoping to put purge 
: functionality into the hotfolder script. If a file can't be sent for 
: more that 24 hours, I would like to move it from the hot folder to a 
: "failed" folder. Is there a way in kermit to get a listing of files in a 
: way that I could determine which files are older than "x" hours?  The 
: directory command doesn't have time specifiers...
:
DIRECTORY /BEFORE:-24:00

See:

  http://www.columbia.edu/kermit/ckermit80.html#x8.13

about new date-time features in C-Kermit 8.0 / K95 2.0, especially:

  http://www.columbia.edu/kermit/ckermit80.html#x8.13.4

about delta time notation.

To get the names of the files that are older than 24 hours into an
array, \&a[], do:

  directory /before:-24:00 /array:&a

: ...and I couldn't find a 
: function that would give me a file's last modified time based on a 
: filename.
:
The function is \fdate(filename).  It probably wasn't obvious from its
name.  But in general, you can use SHOW FUNCTIONS to list the names of
all the functions, and HELP FUNCTION <name> to describe any given function.

: I would really like to keep it inside the kermit script to 
: simplify the external scheduling program.
: 
Don't assume that any particular thing you want to do can't be done in
the Kermit script :-)  If it's not obvious, ask here.

- Frank


From jaltman2@nyc.rr.com Fri Dec  6 12:27:59 EST 2002
Article: 13940 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!jfk3-feed1.news.algx.net!allegiance!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Terminal Server compatibility
References: <370c08f7.0212050036.366d2241@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 8
Message-ID: <315I9.227110$Up6.40344956@twister.nyc.rr.com>
Date: Fri, 06 Dec 2002 17:22:07 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1039195327 66.108.138.151 (Fri, 06 Dec 2002 12:22:07 EST)
NNTP-Posting-Date: Fri, 06 Dec 2002 12:22:07 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13940

limesparks wrote:
> Does anyone know if KERMIT 95 is compatible with multiple terminal
> users on a Winnt 4.0 Terminal Server?


Kermit 95 can be run as an application under NT 4.0 Terminal Server.
Use the GUI version and not the Console version.



From david.lane@turner.com Fri Dec  6 13:13:16 EST 2002
Article: 13941 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: david.lane@turner.com (David Lane)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: A Letter to the Kermit Community
Date: 6 Dec 2002 10:07:40 -0800
Organization: http://groups.google.com/
Lines: 53
Message-ID: <87a33ed7.0212061007.2ba7d2c8@posting.google.com>
References: <ascn99$pl1$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: 64.236.240.190
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1039198061 21549 127.0.0.1 (6 Dec 2002 18:07:41 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 6 Dec 2002 18:07:41 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13941

jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message news:<ascn99$pl1$1@newsmaster.cc.columbia.edu>...
> 1 December 2002:
> 
> Today marks the end of a significant period in my life.  For the last
> eight years I have been privileged to work on and support Kermit as my
> career.  I began working for Columbia University after nearly seven 
> years as a Kermit user and eventually as primary developer of OS/2
> C-Kermit which became the basis for Kermit 95 on Windows 95/98/ME
> and Windows NT4/2000/XP.

Ouch.  I remember several occasions when you responded to my questions
within *minutes* while I was working on C-Kermit 7 for VOS, oh these 
many years ago.  Your active involvement will be sorely missed.

[Snip]

> I tried to look back and summarize all of the features that were added
> to Kermit in the last eight years and I became overwhelmed.  There
> were [a huge number].
 
[snip, including list of much non-Kermit work]

> Last but not least I want to say thank you to Frank da Cruz, Max
> Evarts, Christine Gianone, everyone I've worked with at Columbia
> University; and all of the wonderful users that have supported Kermit
> over the years most notably: Peter Runestig, Mark Zinzow, Kent Martin,
> Arthur Marsh, Perry Wolfe, Robert Strickler, Greg Belenger, Clarence
> Dold, Thomas Dickey, Jim Schneider, Vincent Fatica, Gene Alexander,
> and everyone else whose name I can't pull off the top of my head.
> Without you Kermit would not be any fun at all.

And as now "just a user," I thank all of those other users and you.
You and Frank made the short time I spent coding on Kermit enjoyable, 
and worthwhile, by removing the frustration factor and being supportive.

Indeed as others have suggested, it's time for the rest of us to pitch
in to support what is an *amazing* product.  Others have listed good
ways to do this such as purchasing, patches, and promotion.

As I think back, I know I have gotten far, far more out of the Kermit
project than I have given back, for which I'm embarrassed. Seems to me
that the K95 package would make a nice Christmas gift :-) Purchase and
promotion in one!

>  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
>  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
>  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
>  kermit-support@columbia.edu               OpenSSL.
--
David Lane (late of Stratus Computer)		lane at columbia dot edu
Lead Software Engineer, Enterprise Systems	And my guest account is
Turner Broadcasting System, Inc.		still there!
An AOL Time Warner company.  <-- they make me say that.


From fdc@columbia.edu Fri Dec  6 13:34:16 EST 2002
Article: 13942 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: A Letter to the Kermit Community
Date: 6 Dec 2002 13:34:08 -0500
Organization: Columbia University
Lines: 37
Message-ID: <asqqj0$mlp$1@watsol.cc.columbia.edu>
References: <ascn99$pl1$1@newsmaster.cc.columbia.edu> <87a33ed7.0212061007.2ba7d2c8@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039199649 23759 128.59.39.139 (6 Dec 2002 18:34:09 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 6 Dec 2002 18:34:09 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13942

In article <87a33ed7.0212061007.2ba7d2c8@posting.google.com>,
David Lane <david.lane@turner.com> wrote:
: ...
: As I think back, I know I have gotten far, far more out of the Kermit
: project than I have given back, for which I'm embarrassed. Seems to me
: that the K95 package would make a nice Christmas gift :-) Purchase and
: promotion in one!
: 
: David Lane (late of Stratus Computer)		lane at columbia dot edu
: Lead Software Engineer, Enterprise Systems	And my guest account is
: Turner Broadcasting System, Inc.		still there!
: An AOL Time Warner company.  <-- they make me say that.
:
Thanks David (and for VOS C-Kermit too!)  Yes, K95 orders -- especially
for bulk or academic site licenses -- would be most welcome.

The new K95 2.1 shrinkwraps will be out in a few weeks; you can preorder
them now at the old price:

  http://www.columbia.edu/kermit/k95order.html

Great stocking stuffers, Hannukah gifts, end-of-Ramadan presents, etc.

Speaking of which, now that the holiday shopping season is upon us, there's
a new and painless way to help the Kermit Project.  We set up an Amazon.Com
Associate account a while ago for the Kermit items that are/were sold there
(books; hopefully the K95 shrinkwap will be back on Amazon soon too).  It
turns out that if you access Amazon through an Associate link, then the
associate (Kermit in this case) gets a small commission on ANY purchase --
CDs, DVDs, cookbooks, toys, socks, whatever.  So if you were buying at
Amazon anyway, visit through the Amazon.Com link on the Kermit home page:

  http://www.columbia.edu/kermit/

Thanks.  Every little bit helps.

- Frank


From jaltman2@nyc.rr.com Fri Dec  6 14:10:49 EST 2002
Article: 13943 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020826
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: A Letter to the Kermit Community
References: <ascn99$pl1$1@newsmaster.cc.columbia.edu> <87a33ed7.0212061007.2ba7d2c8@posting.google.com> <asqqj0$mlp$1@watsol.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 23
Message-ID: <ci6I9.227131$Up6.40368319@twister.nyc.rr.com>
Date: Fri, 06 Dec 2002 18:48:40 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1039200520 66.108.138.151 (Fri, 06 Dec 2002 13:48:40 EST)
NNTP-Posting-Date: Fri, 06 Dec 2002 13:48:40 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13943

Frank da Cruz wrote:

> Speaking of which, now that the holiday shopping season is upon us, there's
> a new and painless way to help the Kermit Project.  We set up an Amazon.Com
> Associate account a while ago for the Kermit items that are/were sold there
> (books; hopefully the K95 shrinkwap will be back on Amazon soon too).  It
> turns out that if you access Amazon through an Associate link, then the
> associate (Kermit in this case) gets a small commission on ANY purchase --
> CDs, DVDs, cookbooks, toys, socks, whatever.  So if you were buying at
> Amazon anyway, visit through the Amazon.Com link on the Kermit home page:
> 
>   http://www.columbia.edu/kermit/
> 
> Thanks.  Every little bit helps.
> 
> - Frank

Maybe you should talk to MBNA about a Kermit Project MasterCard.
I would happily give up my Columbia U. card for a Kermit card.
:-)

- Jeff



From jbsp78@yahoo.com Fri Dec  6 16:38:35 EST 2002
Article: 13944 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: jbsp78@yahoo.com (Jesse Byler)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Serial Connection over SSH
Date: 6 Dec 2002 13:31:49 -0800
Organization: http://groups.google.com/
Lines: 29
Message-ID: <99b5f249.0212061331.5fcb9bed@posting.google.com>
References: <99b5f249.0212031734.50e141be@posting.google.com> <askgne$dhk$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: 67.96.115.194
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1039210309 5579 127.0.0.1 (6 Dec 2002 21:31:49 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 6 Dec 2002 21:31:49 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13944

Thanks for the suggestion.  sredird will do exactly what I want if I
can get it to work on Windows 2000.  With a few modifications I got it
to compile, but so far I can't get it to access the serial port
correctly - I get a sequence of about 20 characters of high ascii
gibberish whether anything is attached to the serial port or not, and
I think it's always the same sequence.

Anyway, I've also found some commercial products that claim to do what
sredird does (TCPCom from TALtech and AlarIT Virtual Serial Driver
Server), so I'll give their demos a try for now and maybe debug
sredird later.

Thanks again!

-Jesse

jaltman@watsun.cc.columbia.edu (Jeffrey Altman) wrote in message news:<askgne$dhk$1@newsmaster.cc.columbia.edu>...
> K95 will not do what you want.  It was not designed to run under
> a cygwin environment.
> 
> However, I belive that the best approach for you to take is not to 
> run C-Kermit under cygwin but instead to install sredird under 
> cygwin and then access the serial port directly from C-Kermit on Linux
> If you require security wrap sredird with stunnel and then connect to
> it using 
> 
>    SET HOST hostname port /TLS-TELNET
> 
> from C-Kermit


From dbecker@cpicorp.com Mon Dec  9 13:45:28 EST 2002
Article: 13945 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news.stealth.net!news.stealth.net!solaris.cc.vt.edu!news.vt.edu!news.cc.ukans.edu!stl-feed.news.verio.net!news.cpicorp.com!not-for-mail
From: Derek Chen-Becker <dbecker@cpicorp.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Help with date/time formatting in kermit
Date: Mon, 09 Dec 2002 12:33:40 -0600
Organization: CPI Corporation
Lines: 31
Message-ID: <at2nlt$s8p$1@cpimail.cpicorp.com>
NNTP-Posting-Host: dbecker-ld.cpicorp.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: cpimail.cpicorp.com 1039458813 28953 131.100.250.5 (9 Dec 2002 18:33:33 GMT)
X-Complaints-To: abuse@cpicorp.com
NNTP-Posting-Date: Mon, 9 Dec 2002 18:33:33 +0000 (UTC)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
X-Enigmail-Version: 0.70.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13945

Hi,
     I'm trying to generate a timestamp file with a filename including 
the FTP MDTM formatted time (YYYYMMDDhhmmss) and I was wondering if 
there's a better way to do it than:

assign parts \fsplit(\v(time),&t,":")
assign filename timestamp.\v(ndate)\fjoin(&t,"",0,1)

I was reading the kermit 7.0 and 8.0 supplements along with our copy of 
"Using C-Kermit", and although it looks like kermit can parse a lot of 
different date formats, I can't figure out how to make it write to a 
specific date format.


Thanks,

Derek

-- 
----------------------------------------------------------------------
Derek Chen-Becker
Senior Network Engineer
CPI Corp, Inc.
1706 Washington Ave
St. Louis, MO 63103
314-231-1575 x6014
dbecker@cpicorp.com
PGP Key available from public key servers
Fingerprint: 1C34 D81E D8A0 641D 6C8C  E952 3B15 693F 9184 BC58
----------------------------------------------------------------------



From fdc@columbia.edu Mon Dec  9 13:45:31 EST 2002
Article: 13946 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Help with date/time formatting in kermit
Date: 9 Dec 2002 13:45:25 -0500
Organization: Columbia University
Lines: 22
Message-ID: <at2oc5$i9$1@watsol.cc.columbia.edu>
References: <at2nlt$s8p$1@cpimail.cpicorp.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039459526 14204 128.59.39.139 (9 Dec 2002 18:45:26 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 9 Dec 2002 18:45:26 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13946

In article <at2nlt$s8p$1@cpimail.cpicorp.com>,
Derek Chen-Becker  <dbecker@cpicorp.com> wrote:
:      I'm trying to generate a timestamp file with a filename including 
: the FTP MDTM formatted time (YYYYMMDDhhmmss) and I was wondering if 
: there's a better way to do it than:
: 
: assign parts \fsplit(\v(time),&t,":")
: assign filename timestamp.\v(ndate)\fjoin(&t,"",0,1)
: 
This is simpler:

  \fsubstitute(\v(timestamp),:\32,)

: I was reading the kermit 7.0 and 8.0 supplements along with our copy of 
: "Using C-Kermit", and although it looks like kermit can parse a lot of 
: different date formats, I can't figure out how to make it write to a 
: specific date format.
:
Dates are always output in the same (easily parsable) format, but you
you can use string and other functions to reformat them any way you want.

- Frank


From neoguri808@yahoo.com Mon Dec  9 13:53:38 EST 2002
Article: 13947 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: neoguri808@yahoo.com (Jerry Chang)
Newsgroups: comp.protocols.kermit.misc
Subject: compiling kermit to use ascii lock files
Date: 9 Dec 2002 10:48:11 -0800
Organization: http://groups.google.com/
Lines: 11
Message-ID: <ede58b6.0212091048.327e1ae7@posting.google.com>
NNTP-Posting-Host: 208.249.182.100
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1039459691 30141 127.0.0.1 (9 Dec 2002 18:48:11 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 9 Dec 2002 18:48:11 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13947

Hi,

How do i compile kermit to use ascii lock
files instead of binary?

I'm running HP-UX 11.11 and qpage 3.3.  qpage ignores the
binary lock file kermit creates.  I tried -DHDBUUCP but 
kermit continues to use binary PID lock files.

Thanks in advance,
Jerry


From fdc@columbia.edu Mon Dec  9 13:53:40 EST 2002
Article: 13948 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: compiling kermit to use ascii lock files
Date: 9 Dec 2002 13:53:30 -0500
Organization: Columbia University
Lines: 27
Message-ID: <at2ora$260$1@watsol.cc.columbia.edu>
References: <ede58b6.0212091048.327e1ae7@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039460012 14742 128.59.39.139 (9 Dec 2002 18:53:32 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 9 Dec 2002 18:53:32 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13948

In article <ede58b6.0212091048.327e1ae7@posting.google.com>,
Jerry Chang <neoguri808@yahoo.com> wrote:
: How do i compile kermit to use ascii lock
: files instead of binary?
: 
: I'm running HP-UX 11.11 and qpage 3.3.  qpage ignores the
: binary lock file kermit creates.  I tried -DHDBUUCP but 
: kermit continues to use binary PID lock files.
: 
Which version of Kermit?  The current version is C-Kermit 8.0:

  http://www.columbia.edu/kermit/ckermit.html

Does C-Kermit follow the HP-UX standard?  If so, then it's qpage
that needs fixing.  (To test, see where HP-UX cu puts its lockfiles.)

Users are not given the ability to change the lockfile location
or contents or format; that would be rather self-defeating.
More about lockfiles here:

  http://www.columbia.edu/kermit/ckuins.html#x10

It is the responsibility of every application to ensure that its
lockfile definitions agree with those of the operating system and
version where it is to be used.

- Frank


From dbecker@cpicorp.com Tue Dec 10 09:09:46 EST 2002
Article: 13949 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!solaris.cc.vt.edu!news.vt.edu!news.cc.ukans.edu!stl-feed.news.verio.net!news.cpicorp.com!not-for-mail
From: Derek Chen-Becker <dbecker@cpicorp.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Remote DIR into array?
Date: Mon, 09 Dec 2002 17:15:02 -0600
Organization: CPI Corporation
Lines: 22
Message-ID: <at385f$8np$1@cpimail.cpicorp.com>
NNTP-Posting-Host: dbecker-ld.cpicorp.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: cpimail.cpicorp.com 1039475695 8953 131.100.250.5 (9 Dec 2002 23:14:55 GMT)
X-Complaints-To: abuse@cpicorp.com
NNTP-Posting-Date: Mon, 9 Dec 2002 23:14:55 +0000 (UTC)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
X-Enigmail-Version: 0.70.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13949

Hi,
     I was wondering if there's an easy way to get a remote directory 
listing into an array. I was hoping that the /array switch would work 
for RDIR, but it didn't seem to work.

Thanks,

Derek

-- 
----------------------------------------------------------------------
Derek Chen-Becker
Senior Network Engineer
CPI Corp, Inc.
1706 Washington Ave
St. Louis, MO 63103
314-231-1575 x6014
dbecker@cpicorp.com
PGP Key available from public key servers
Fingerprint: 1C34 D81E D8A0 641D 6C8C  E952 3B15 693F 9184 BC58
----------------------------------------------------------------------



From jaltman2@nyc.rr.com Tue Dec 10 09:09:56 EST 2002
Article: 13952 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Remote DIR into array?
References: <at385f$8np$1@cpimail.cpicorp.com>
In-Reply-To: <at385f$8np$1@cpimail.cpicorp.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 25
Message-ID: <6HfJ9.235717$gB.43015314@twister.nyc.rr.com>
Date: Tue, 10 Dec 2002 06:18:42 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1039501122 66.108.138.151 (Tue, 10 Dec 2002 01:18:42 EST)
NNTP-Posting-Date: Tue, 10 Dec 2002 01:18:42 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13952

If you are connected to a Kermit SERVER


   REMOTE QUERY KERMIT files(<pattern>)

   ; \v(query) will now contain the number of files that match the pattern

   ASSIGN foo \v(query)
   FOR \%i 1 \m(foo) 1 {
     REMOTE QUERY KERMIT nextfile()
     ; \v(query) now has a filename
     ECHO \v(query)
   }

Derek Chen-Becker wrote:
> Hi,
>     I was wondering if there's an easy way to get a remote directory 
> listing into an array. I was hoping that the /array switch would work 
> for RDIR, but it didn't seem to work.
> 
> Thanks,
> 
> Derek
> 



From neoguri808@yahoo.com Tue Dec 10 09:10:26 EST 2002
Article: 13950 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: neoguri808@yahoo.com (Jerry Chang)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: compiling kermit to use ascii lock files
Date: 9 Dec 2002 16:00:27 -0800
Organization: http://groups.google.com/
Lines: 38
Message-ID: <ede58b6.0212091600.1194e3e0@posting.google.com>
References: <ede58b6.0212091048.327e1ae7@posting.google.com> <at2ora$260$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 208.249.182.100
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1039478427 23676 127.0.0.1 (10 Dec 2002 00:00:27 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 10 Dec 2002 00:00:27 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13950

Hi Frank,

I ran cu and the lock file it created was indeed a binary 
lock file.  

I guess I was barking up the wrong tree.

Thanks for the feedback,
Jerry

fdc@columbia.edu (Frank da Cruz) wrote in message news:<at2ora$260$1@watsol.cc.columbia.edu>...
> In article <ede58b6.0212091048.327e1ae7@posting.google.com>,
> Jerry Chang <neoguri808@yahoo.com> wrote:
> : How do i compile kermit to use ascii lock
> : files instead of binary?
> : 
> : I'm running HP-UX 11.11 and qpage 3.3.  qpage ignores the
> : binary lock file kermit creates.  I tried -DHDBUUCP but 
> : kermit continues to use binary PID lock files.
> : 
> Which version of Kermit?  The current version is C-Kermit 8.0:
> 
>   http://www.columbia.edu/kermit/ckermit.html
> 
> Does C-Kermit follow the HP-UX standard?  If so, then it's qpage
> that needs fixing.  (To test, see where HP-UX cu puts its lockfiles.)
> 
> Users are not given the ability to change the lockfile location
> or contents or format; that would be rather self-defeating.
> More about lockfiles here:
> 
>   http://www.columbia.edu/kermit/ckuins.html#x10
> 
> It is the responsibility of every application to ensure that its
> lockfile definitions agree with those of the operating system and
> version where it is to be used.
> 
> - Frank


From dbecker@cpicorp.com Tue Dec 10 09:12:15 EST 2002
Article: 13951 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!prodigy.com!news.cc.ukans.edu!stl-feed.news.verio.net!news.cpicorp.com!not-for-mail
From: Derek Chen-Becker <dbecker@cpicorp.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Interesting behavior of IKSD "set receive move-to" and "set send
 move-to"
Date: Mon, 09 Dec 2002 18:49:06 -0600
Organization: CPI Corporation
Lines: 95
Message-ID: <at3dls$4p$1@cpimail.cpicorp.com>
NNTP-Posting-Host: dbecker-ld.cpicorp.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: cpimail.cpicorp.com 1039481340 153 131.100.250.5 (10 Dec 2002 00:49:00 GMT)
X-Complaints-To: abuse@cpicorp.com
NNTP-Posting-Date: Tue, 10 Dec 2002 00:49:00 +0000 (UTC)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
X-Enigmail-Version: 0.70.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13951

Hi,
     I'm working on a transfer script in which I'd like to use the 
move-to features of send and receive on the IKSD side of the connection 
and I've noticed some very interesting behavior. I have the following 
directory structure on my IKSD server account home directory:

~/
~/.kermrc
~/complete-tx
~/complete-rx
~/ct
~/ct/incoming
~/ct/outgoing
~/ct/complete-tx
~/ct/complete-rx

And my .kermrc contents are:

set file type binary
set file incomplete keep
set file names literal
set transfer crc on
set transfer slow-start off
set receive move-to complete-rx
set send move-to complete-tx
set file collision update
set reliable on

On the client side I do the following:

1. Log into the server with IKSD
2. rcd to the "ct" directory
3. send a file: "resend test.file incoming/test.file"
4. receive files: "reget outgoing/*"
5. close the connection

Files that I send succesfully are moved from the ~/ct/incoming directory 
to the ~/ct/complete-rx directory, and files I receive succesfully are 
moved from ~/ct/outgoing to ~/ct/complete-tx. This is the behavior I 
expected. The two "complete" directories at the root of the home 
directory were remnants of an earlier attempt at the script, so I 
removed them. As soon as I removed those two directories, files I send 
stay in ~/ct/incoming and files I receive stay in ~/ct/outgoing. This is 
not the behavior I expected. Have I found a bug, or is something else 
going on here?

This is what the logs for files I receive look like with the 2 
directories in place:

Dec  9 18:37:36 zeus iksd[29813]: file[] /home/ktest/ct/outgoing/test1: 
rename to /home/ktest/ct/complete-tx/test1 failed (No such file or 
directory)
Dec  9 18:37:36 zeus iksd[29813]: file[2] /home/ktest/ct/outgoing/test2: 
open read ok
Dec  9 18:37:36 zeus iksd[29813]: file[] /home/ktest/ct/outgoing/test2: 
rename to /home/ktest/ct/complete-tx/test2 failed (No such file or 
directory)
Dec  9 18:37:36 zeus iksd[29813]: file[2] /home/ktest/ct/outgoing/test3: 
open read ok
Dec  9 18:37:36 zeus iksd[29813]: file[] /home/ktest/ct/outgoing/test3: 
rename to /home/ktest/ct/complete-tx/test3 failed (No such file or 
directory)

This is what the logs for files I receive look like with the 2 
directories removed:

Dec  9 18:27:19 zeus iksd[28967]: file[2] /home/ktest/ct/outgoing/test1: 
open read ok
Dec  9 18:27:19 zeus iksd[28967]: file[2] /home/ktest/ct/outgoing/test2: 
open read ok
Dec  9 18:27:19 zeus iksd[28967]: file[2] /home/ktest/ct/outgoing/test3: 
open read ok

I'm running K95 2.1.1 on the client and C-kermit 8.0.206 on the server.


Thanks,

Derek



-- 
----------------------------------------------------------------------
Derek Chen-Becker
Senior Network Engineer
CPI Corp, Inc.
1706 Washington Ave
St. Louis, MO 63103
314-231-1575 x6014
dbecker@cpicorp.com
PGP Key available from public key servers
Fingerprint: 1C34 D81E D8A0 641D 6C8C  E952 3B15 693F 9184 BC58
----------------------------------------------------------------------



From jaltman2@nyc.rr.com Tue Dec 10 09:12:24 EST 2002
Article: 13953 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3DF588ED.7090104@nyc.rr.com>
Disposition-Notification-To: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Interesting behavior of IKSD "set receive move-to" and "set send
 move-to"
References: <at3dls$4p$1@cpimail.cpicorp.com>
In-Reply-To: <at3dls$4p$1@cpimail.cpicorp.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 87
Date: Tue, 10 Dec 2002 06:22:12 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1039501332 66.108.138.151 (Tue, 10 Dec 2002 01:22:12 EST)
NNTP-Posting-Date: Tue, 10 Dec 2002 01:22:12 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13953

You will need to generate a debug.log file on the IKSD side and send it 
in to kermit-support@columbia.edu for examining.

Derek Chen-Becker wrote:
> Hi,
>     I'm working on a transfer script in which I'd like to use the 
> move-to features of send and receive on the IKSD side of the connection 
> and I've noticed some very interesting behavior. I have the following 
> directory structure on my IKSD server account home directory:
> 
> ~/
> ~/.kermrc
> ~/complete-tx
> ~/complete-rx
> ~/ct
> ~/ct/incoming
> ~/ct/outgoing
> ~/ct/complete-tx
> ~/ct/complete-rx
> 
> And my .kermrc contents are:
> 
> set file type binary
> set file incomplete keep
> set file names literal
> set transfer crc on
> set transfer slow-start off
> set receive move-to complete-rx
> set send move-to complete-tx
> set file collision update
> set reliable on
> 
> On the client side I do the following:
> 
> 1. Log into the server with IKSD
> 2. rcd to the "ct" directory
> 3. send a file: "resend test.file incoming/test.file"
> 4. receive files: "reget outgoing/*"
> 5. close the connection
> 
> Files that I send succesfully are moved from the ~/ct/incoming directory 
> to the ~/ct/complete-rx directory, and files I receive succesfully are 
> moved from ~/ct/outgoing to ~/ct/complete-tx. This is the behavior I 
> expected. The two "complete" directories at the root of the home 
> directory were remnants of an earlier attempt at the script, so I 
> removed them. As soon as I removed those two directories, files I send 
> stay in ~/ct/incoming and files I receive stay in ~/ct/outgoing. This is 
> not the behavior I expected. Have I found a bug, or is something else 
> going on here?
> 
> This is what the logs for files I receive look like with the 2 
> directories in place:
> 
> Dec  9 18:37:36 zeus iksd[29813]: file[] /home/ktest/ct/outgoing/test1: 
> rename to /home/ktest/ct/complete-tx/test1 failed (No such file or 
> directory)
> Dec  9 18:37:36 zeus iksd[29813]: file[2] /home/ktest/ct/outgoing/test2: 
> open read ok
> Dec  9 18:37:36 zeus iksd[29813]: file[] /home/ktest/ct/outgoing/test2: 
> rename to /home/ktest/ct/complete-tx/test2 failed (No such file or 
> directory)
> Dec  9 18:37:36 zeus iksd[29813]: file[2] /home/ktest/ct/outgoing/test3: 
> open read ok
> Dec  9 18:37:36 zeus iksd[29813]: file[] /home/ktest/ct/outgoing/test3: 
> rename to /home/ktest/ct/complete-tx/test3 failed (No such file or 
> directory)
> 
> This is what the logs for files I receive look like with the 2 
> directories removed:
> 
> Dec  9 18:27:19 zeus iksd[28967]: file[2] /home/ktest/ct/outgoing/test1: 
> open read ok
> Dec  9 18:27:19 zeus iksd[28967]: file[2] /home/ktest/ct/outgoing/test2: 
> open read ok
> Dec  9 18:27:19 zeus iksd[28967]: file[2] /home/ktest/ct/outgoing/test3: 
> open read ok
> 
> I'm running K95 2.1.1 on the client and C-kermit 8.0.206 on the server.
> 
> 
> Thanks,
> 
> Derek
> 
> 
> 



From fdc@columbia.edu Tue Dec 10 09:45:04 EST 2002
Article: 13954 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Interesting behavior of IKSD "set receive move-to" and "set send
 move-to"
Date: 10 Dec 2002 09:44:38 -0500
Organization: Columbia University
Lines: 25
Message-ID: <at4ukm$d7p$1@watsol.cc.columbia.edu>
References: <at3dls$4p$1@cpimail.cpicorp.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039531479 3905 128.59.39.139 (10 Dec 2002 14:44:39 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 10 Dec 2002 14:44:39 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13954

In article <at3dls$4p$1@cpimail.cpicorp.com>,
Derek Chen-Becker  <dbecker@cpicorp.com> wrote:
:      I'm working on a transfer script in which I'd like to use the 
: move-to features of send and receive on the IKSD side of the connection 
: and I've noticed some very interesting behavior. I have the following 
: directory structure on my IKSD server account home directory:
: ...
: As soon as I removed those two directories, files I send 
: stay in ~/ct/incoming and files I receive stay in ~/ct/outgoing. This is 
: not the behavior I expected. Have I found a bug, or is something else 
: going on here?
: 
A typo.  In the first case you spelled "ct" right.  In the second case,
you spelled it "cr".  From your first log:

  zchdir[ct]
  proto xferstat[]=1

>From  your second log:

  zchdir[cr]
  cwd failed[cr]
  proto xferstat[Can't change directory]=0

- Frank


From dbecker@cpicorp.com Tue Dec 10 11:29:52 EST 2002
Article: 13955 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!prodigy.com!news.cc.ukans.edu!stl-feed.news.verio.net!news.cpicorp.com!not-for-mail
From: Derek Chen-Becker <dbecker@cpicorp.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Interesting behavior of IKSD "set receive move-to" and "set send
 move-to"
Date: Tue, 10 Dec 2002 09:02:40 -0600
Organization: CPI Corporation
Lines: 52
Message-ID: <3DF60210.4000309@cpicorp.com>
References: <at3dls$4p$1@cpimail.cpicorp.com> <200212101444.gBAEieY6013565@watsol.cc.columbia.edu>
NNTP-Posting-Host: dbecker-ld.cpicorp.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: cpimail.cpicorp.com 1039532554 13960 131.100.250.5 (10 Dec 2002 15:02:34 GMT)
X-Complaints-To: abuse@cpicorp.com
NNTP-Posting-Date: Tue, 10 Dec 2002 15:02:34 +0000 (UTC)
To: Frank da Cruz <fdc@columbia.edu>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
In-Reply-To: <200212101444.gBAEieY6013565@watsol.cc.columbia.edu>
X-Enigmail-Version: 0.70.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13955

Right. I actually issued the correct "rcd ct" later on in the debug log. 
I guess I should have redone that log to avoid confusion. Sorry about 
that. I have actually confirmed the same behavior under 8.0.200 on 
Solaris as well.

Thanks,

Derek

Frank da Cruz wrote:
> In article <at3dls$4p$1@cpimail.cpicorp.com>,
> Derek Chen-Becker  <dbecker@cpicorp.com> wrote:
> :      I'm working on a transfer script in which I'd like to use the 
> : move-to features of send and receive on the IKSD side of the connection 
> : and I've noticed some very interesting behavior. I have the following 
> : directory structure on my IKSD server account home directory:
> : ...
> : As soon as I removed those two directories, files I send 
> : stay in ~/ct/incoming and files I receive stay in ~/ct/outgoing. This is 
> : not the behavior I expected. Have I found a bug, or is something else 
> : going on here?
> : 
> A typo.  In the first case you spelled "ct" right.  In the second case,
> you spelled it "cr".  From your first log:
> 
>   zchdir[ct]
>   proto xferstat[]=1
> 
>>From your second log:
> 
>   zchdir[cr]
>   cwd failed[cr]
>   proto xferstat[Can't change directory]=0
> 
> - Frank
> 
> 


-- 
----------------------------------------------------------------------
Derek Chen-Becker
Senior Network Engineer
CPI Corp, Inc.
1706 Washington Ave
St. Louis, MO 63103
314-231-1575 x6014
dbecker@cpicorp.com
PGP Key available from public key servers
Fingerprint: 1C34 D81E D8A0 641D 6C8C  E952 3B15 693F 9184 BC58
----------------------------------------------------------------------



From fdc@columbia.edu Tue Dec 10 11:33:22 EST 2002
Article: 13956 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Interesting behavior of IKSD "set receive move-to" and "set send
 move-to"
Date: 10 Dec 2002 11:33:04 -0500
Organization: Columbia University
Lines: 26
Message-ID: <at5500$kse$1@watsol.cc.columbia.edu>
References: <at3dls$4p$1@cpimail.cpicorp.com> <200212101444.gBAEieY6013565@watsol.cc.columbia.edu> <3DF60210.4000309@cpicorp.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039537987 8678 128.59.39.139 (10 Dec 2002 16:33:07 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 10 Dec 2002 16:33:07 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13956

In article <3DF60210.4000309@cpicorp.com>,
Derek Chen-Becker  <dbecker@cpicorp.com> wrote:
: > A typo.  In the first case you spelled "ct" right.  In the second case,
: > you spelled it "cr".  From your first log:
: > 
: >   zchdir[ct]
: >   proto xferstat[]=1
: > 
: >>From your second log:
: > 
: >   zchdir[cr]
: >   cwd failed[cr]
: >   proto xferstat[Can't change directory]=0
:
: Right. I actually issued the correct "rcd ct" later on in the debug log. 
: I guess I should have redone that log to avoid confusion. Sorry about 
: that. I have actually confirmed the same behavior under 8.0.200 on 
: Solaris as well.
: 
The problem is that when the attempt to change to a non-existent directory
fails, a global exit-status flag is set which affects future actions.

Please run your test again without the typo.  If it still fails, send us
a fresh set of logs and we'll take it from there.

- Frank


From huang@monair.com Wed Dec 11 15:11:10 EST 2002
Article: 13957 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news.stealth.net!news.stealth.net!teleglobe.net!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed.news.qwest.net!news.uswest.net.POSTED!not-for-mail
From: "Frank Huang" <huang@monair.com>
Newsgroups: comp.protocols.kermit.misc
Subject: remote dir
Lines: 40
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <suMJ9.34$CC2.77960@news.uswest.net>
Date: Wed, 11 Dec 2002 14:37:59 -0500
NNTP-Posting-Host: 208.44.244.66
X-Trace: news.uswest.net 1039635480 208.44.244.66 (Wed, 11 Dec 2002 13:38:00 CST)
NNTP-Posting-Date: Wed, 11 Dec 2002 13:38:00 CST
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13957

Hi Everyone:
    I am using TurboPower Async ActiveX.
    On the client, I sent a 'G' packet with 'D' as the Data field.
    Then on 3.15 Server, it tries to send $KERMIT$.TMP over, but when I
tries to receive the file, it logs
    the following messages.
    On the server and client, I have the Block-check-type set to be CRC
    If I sent a 'G' packet with 'FINISH' or 'LOGOUT' as the Data field, then
it works find.
    Thanks.

                Frank Huang

Rpack: ^A, GD READ.ME6^M
Spack: ^A5 S~( @-#Y3~^?5% ___E#^M
Rpack: ^A0 Yp% @-#Y3~ !  Z^M
Spack: ^A)!Xdir !R>^M
Rpack: ^A# N&0
<Bad checksum>
Spack: ^A'!Xdir "^M
Rpack: 6^M^A# N&0
<Bad checksum>
Spack: ^A'!Xdir "^M
Rpack: 6^M^A# N&0
<Bad checksum>
Spack: ^A'!Xdir "^M
Rpack: 6^M^A# N&0
<Bad checksum>
Spack: ^A'!Xdir "^M
Rpack: 6^M^A# N&0
<Bad checksum>
Spack: ^A'!Xdir "^M
Rpack: 6^M^A# N&0
<Bad checksum>
Spack: ^A3!EToo many retries ^M
Rpack: 6^M^A# N&0
<Bad checksum>





From fdc@columbia.edu Wed Dec 11 15:11:14 EST 2002
Article: 13958 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: remote dir
Date: 11 Dec 2002 15:10:49 -0500
Organization: Columbia University
Lines: 62
Message-ID: <at8649$2qj$1@watsol.cc.columbia.edu>
References: <suMJ9.34$CC2.77960@news.uswest.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039637450 7420 128.59.39.139 (11 Dec 2002 20:10:50 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 11 Dec 2002 20:10:50 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13958

In article <suMJ9.34$CC2.77960@news.uswest.net>,
Frank Huang <huang@monair.com> wrote:
: Hi Everyone:
:     I am using TurboPower Async ActiveX.
:     On the client, I sent a 'G' packet with 'D' as the Data field.
:     Then on 3.15 Server, it tries to send $KERMIT$.TMP over, but when I
: tries to receive the file, it logs
:     the following messages.
:     On the server and client, I have the Block-check-type set to be CRC
:     If I sent a 'G' packet with 'FINISH' or 'LOGOUT' as the Data field, then
:     it works find.
:
We don't provide a debugging service for competitors who sell unlicensed
implementations of our protocol.  MS-DOS Kermit 3.15 includes a correct
implementation that can be used on DOS and on Windows 3.x.  MS-DOS Kermit 
is not supported on 32-bit Windows, which has its own Kermit software,
Kermit 95:

  http://www.columbia.edu/kermit/k95.html

But that's not the problem in this case.

Your log shows:

: Rpack: ^A, GD READ.ME6^M
: Spack: ^A5 S~( @-#Y3~^?5% ___E#^M
: Rpack: ^A0 Yp% @-#Y3~ !  Z^M
: Spack: ^A)!Xdir !R>^M
: Rpack: ^A# N&0
: <Bad checksum>
:
MS-DOS Kermit sent a correct X packet with the three-byte block check (CRC)
that was successfully negotiated.  The other Kermit could not read it and 
sent a NAK.  Furthermore the NAK itself is malformed (it claims to have a
1-byte checksum, but in fact has a two byte one; even if you ignore the
spurious second byte, the first one is wrong):

: Spack: ^A'!Xdir "^M
: Rpack: 6^M^A# N&0
: <Bad checksum>
:
Since it keeps happening, it's not because of transmission errors; it's
because the other Kermit program is totally broken.  Maybe it will work
better with 1-byte checksums.

If you want to embed Kermit protocol in a Windows application you are
developing, perhaps you should come to us for it since we know the protocol
and actually go to some lengths to implement it correctly and efficiently.
See:

  http://www.columbia.edu/kermit/k95faq.html#embedding

and:

  http://www.columbia.edu/kermit/ek.html

Better still, companies that make products like the one you are trying to
use should come to us and license a supported implementation, instead of
torturing their customers as well as end-users (not to mention us and the
readers of this newsgroup) with broken and/or substandard implementations.

- Frank


From LeslieNOSPAMCharles@comcast.net Wed Dec 11 16:08:51 EST 2002
Article: 13959 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.stueberl.de!cox.net!nntp2.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 11 Dec 2002 14:39:36 -0600
Reply-To: "Leslie Charles" <LeslieNOSPAMCharles@comcast.net>
From: "Leslie Charles" <xLeslieCharles@comcast.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Blacklisting Message
Date: Wed, 11 Dec 2002 15:39:36 -0500
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <NIacnZpvQLMVP2qgXTWcqw@comcast.com>
Lines: 20
NNTP-Posting-Host: 68.45.6.96
X-Trace: sv3-TZu4cl1Raz4Eb6OQqS18WuvWn6lA8K4kCBfEuCmC+v3mxPyx1aGUa+jAH8T2AijLsB7vz+Vn7a/k5Uu!WiBQXzs+gxlxfGSYV7Wnpqng8g4TJ8VSkB39lNnI1y9sIBtn1bdST/0MGA==
X-Complaints-To: abuse@comcast.com
X-DMCA-Complaints-To: dmca@comcast.net
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.1
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13959

Just received this error following a dialout ATDTxxxxxxxxxx.
log shows various AT setup commands commands, then

ATDTxxxxxxxxx

Blacklisting
ATQ0

OK

 It repeats as long retries are attempted.

What does this message imply?  I couldn't find it in the index.  It almost
sounds like I have violated a trial period or license, but to my knowledge I
have a properly registered  version of  Kermit 95 2.0.1.  A second copy has
been downloaded but not deployed.  I have been given the serial number for
that one yet.





From fdc@columbia.edu Wed Dec 11 16:08:53 EST 2002
Article: 13960 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Blacklisting Message
Date: 11 Dec 2002 16:08:48 -0500
Organization: Columbia University
Lines: 31
Message-ID: <at89h0$717$1@watsol.cc.columbia.edu>
References: <NIacnZpvQLMVP2qgXTWcqw@comcast.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039640929 9923 128.59.39.139 (11 Dec 2002 21:08:49 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 11 Dec 2002 21:08:49 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13960

In article <NIacnZpvQLMVP2qgXTWcqw@comcast.com>,
Leslie Charles <LeslieNOSPAMCharles@comcast.net> wrote:
: Just received this error following a dialout ATDTxxxxxxxxxx.
: log shows various AT setup commands commands, then
: 
: ATDTxxxxxxxxx
: 
: Blacklisting
: ATQ0
: 
: OK
: 
:  It repeats as long retries are attempted.
: 
: What does this message imply?
:
Your phone has been dialing to too much.  Details depend on the modem
and the telephone service provider.

: I couldn't find it in the index.  It almost
: sounds like I have violated a trial period or license...
:
It has nothing to do with Kermit.  It's a message from (or an interpretation
of a message from) your modem, which in turn might be in response to some
action taken by the phone company.  For clarification, tell Kermit to:

  set dial display on

(if you haven't already).

- Frank


From Phil.McDermott@e-ci.com Thu Dec 12 12:09:23 EST 2002
Article: 13961 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: Phil.McDermott@e-ci.com (Phil)
Newsgroups: comp.protocols.kermit.misc
Subject: Mapping COM port to TCP/IP device address
Date: 12 Dec 2002 06:56:28 -0800
Organization: http://groups.google.com/
Lines: 19
Message-ID: <70b5637.0212120656.61ee39a8@posting.google.com>
NNTP-Posting-Host: 12.47.97.10
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1039704988 29717 127.0.0.1 (12 Dec 2002 14:56:28 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 12 Dec 2002 14:56:28 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13961

Hello,

We are currently using Kermit which is embeddeded into an industrial
control.  The control has a RS232 port which can then be wired to a PC
COM port and running Kermit 95 to transfer files.

What I would like to do is add a Serial to Ethernet converter device
(NPort www.moxa.com for example) to the control to eliminate the need
to run RS232 to the control.  The idea is the control could be
accessed from a PC anywhere on the network.

What I'm not sure about is can Kermit 95 access an IP address directly
just as it would a COM port.  Or do I need to get a driver for Windows
that maps a virtual COM port to a TCP/IP address that Kermit 95 can
then access.  I understand how Kermit uses Telnet to do access a
TCP/IP address, but our control does not support Telnet.  It only
supports the Kermit protocol directly.

Phil


From fdc@columbia.edu Thu Dec 12 12:13:16 EST 2002
Article: 13962 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Mapping COM port to TCP/IP device address
Date: 12 Dec 2002 12:13:12 -0500
Organization: Columbia University
Lines: 23
Message-ID: <atag38$ad8$1@watsol.cc.columbia.edu>
References: <70b5637.0212120656.61ee39a8@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039713193 29620 128.59.39.139 (12 Dec 2002 17:13:13 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 12 Dec 2002 17:13:13 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13962

In article <70b5637.0212120656.61ee39a8@posting.google.com>,
Phil <Phil.McDermott@e-ci.com> wrote:
: We are currently using Kermit which is embeddeded into an industrial
: control.  The control has a RS232 port which can then be wired to a PC
: COM port and running Kermit 95 to transfer files.
: 
: What I would like to do is add a Serial to Ethernet converter device
: (NPort www.moxa.com for example) to the control to eliminate the need
: to run RS232 to the control.  The idea is the control could be
: accessed from a PC anywhere on the network.
: 
: What I'm not sure about is can Kermit 95 access an IP address directly
: just as it would a COM port.  Or do I need to get a driver for Windows
: that maps a virtual COM port to a TCP/IP address that Kermit 95 can
: then access.  I understand how Kermit uses Telnet to do access a
: TCP/IP address, but our control does not support Telnet.  It only
: supports the Kermit protocol directly.
: 
No problem.  Kermit can also make connections to raw TCP/IP sockets:

  set host /network-type:tcp/ip ip-name-or-address [ port-number ] /raw-socket

- Frank


From huang@monair.com Thu Dec 12 14:10:27 EST 2002
Article: 13963 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!cyclone.swbell.net!newsfeed1.easynews.com!easynews.com!easynews!feed.news.qwest.net!news.uswest.net.POSTED!not-for-mail
From: "Frank Huang" <huang@monair.com>
Newsgroups: comp.protocols.kermit.misc
References: <suMJ9.34$CC2.77960@news.uswest.net> <at8649$2qj$1@watsol.cc.columbia.edu>
Subject: Re: remote dir
Lines: 74
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <A15K9.159$hM2.68422@news.uswest.net>
Date: Thu, 12 Dec 2002 14:00:47 -0500
NNTP-Posting-Host: 208.44.244.66
X-Trace: news.uswest.net 1039719648 208.44.244.66 (Thu, 12 Dec 2002 13:00:48 CST)
NNTP-Posting-Date: Thu, 12 Dec 2002 13:00:48 CST
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13963

Frank:
    Thanks for your help.

            Frank Huang

"Frank da Cruz" <fdc@columbia.edu> wrote in message
news:at8649$2qj$1@watsol.cc.columbia.edu...
> In article <suMJ9.34$CC2.77960@news.uswest.net>,
> Frank Huang <huang@monair.com> wrote:
> : Hi Everyone:
> :     I am using TurboPower Async ActiveX.
> :     On the client, I sent a 'G' packet with 'D' as the Data field.
> :     Then on 3.15 Server, it tries to send $KERMIT$.TMP over, but when I
> : tries to receive the file, it logs
> :     the following messages.
> :     On the server and client, I have the Block-check-type set to be CRC
> :     If I sent a 'G' packet with 'FINISH' or 'LOGOUT' as the Data field,
then
> :     it works find.
> :
> We don't provide a debugging service for competitors who sell unlicensed
> implementations of our protocol.  MS-DOS Kermit 3.15 includes a correct
> implementation that can be used on DOS and on Windows 3.x.  MS-DOS Kermit
> is not supported on 32-bit Windows, which has its own Kermit software,
> Kermit 95:
>
>   http://www.columbia.edu/kermit/k95.html
>
> But that's not the problem in this case.
>
> Your log shows:
>
> : Rpack: ^A, GD READ.ME6^M
> : Spack: ^A5 S~( @-#Y3~^?5% ___E#^M
> : Rpack: ^A0 Yp% @-#Y3~ !  Z^M
> : Spack: ^A)!Xdir !R>^M
> : Rpack: ^A# N&0
> : <Bad checksum>
> :
> MS-DOS Kermit sent a correct X packet with the three-byte block check
(CRC)
> that was successfully negotiated.  The other Kermit could not read it and
> sent a NAK.  Furthermore the NAK itself is malformed (it claims to have a
> 1-byte checksum, but in fact has a two byte one; even if you ignore the
> spurious second byte, the first one is wrong):
>
> : Spack: ^A'!Xdir "^M
> : Rpack: 6^M^A# N&0
> : <Bad checksum>
> :
> Since it keeps happening, it's not because of transmission errors; it's
> because the other Kermit program is totally broken.  Maybe it will work
> better with 1-byte checksums.
>
> If you want to embed Kermit protocol in a Windows application you are
> developing, perhaps you should come to us for it since we know the
protocol
> and actually go to some lengths to implement it correctly and efficiently.
> See:
>
>   http://www.columbia.edu/kermit/k95faq.html#embedding
>
> and:
>
>   http://www.columbia.edu/kermit/ek.html
>
> Better still, companies that make products like the one you are trying to
> use should come to us and license a supported implementation, instead of
> torturing their customers as well as end-users (not to mention us and the
> readers of this newsgroup) with broken and/or substandard implementations.
>
> - Frank




From ebh@burntmail.com Tue Dec 17 13:49:12 EST 2002
Article: 13965 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: ebh@burntmail.com (EBH)
Newsgroups: comp.protocols.kermit.misc
Subject: Control characters with minput
Date: 17 Dec 2002 10:34:42 -0800
Organization: http://groups.google.com/
Lines: 28
Message-ID: <6b84683a.0212171034.6c28e6fe@posting.google.com>
NNTP-Posting-Host: 63.127.208.96
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1040150082 14358 127.0.0.1 (17 Dec 2002 18:34:42 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 17 Dec 2002 18:34:42 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13965

I recently upgraded from kermit version 6.0.192 to kermit version
8.0.206, and it seems to me that minput functions differently. I have
a kermit script that waits for an ENQ from the remote computer nad
sends a transaction is response to the ENQ.

I wrote the following code to search for ENQ or EOT and move to the
correct part of the script accordingly:

minput 60 \005 \004
switch \v(minput) {
:0, echo {*** No response received, redialing ***}, -
	goto RESTART, break
:1, echo {Transmitting \%c - \%k:\%m}, -
	goto ENQ, break
:2, echo {*** EOT received, redialing ***}, -
	goto RESTART, break
:default, echo {Invalid resonse: \v(input), sending NAK}, -
	increment num'enq, output \021, goto START
}

This worked fine in kermit 6.0.192, but in kermit 8.0.206 even though
I get a Ctrl-E and the command "echo \fcode(\v(input))" prints 5, but
the switch always executes the code for 0. And when I issue "echo
\v(minput)" it returns 0.

So, the question is as follows: Did this cahnge in kermit 7 or 8. And
if it did, how can use minput to search for multiple control
characters?


From fdc@columbia.edu Tue Dec 17 13:49:27 EST 2002
Article: 13966 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Control characters with minput
Date: 17 Dec 2002 13:46:00 -0500
Organization: Columbia University
Lines: 55
Message-ID: <atnrd8$8o9$1@watsol.cc.columbia.edu>
References: <6b84683a.0212171034.6c28e6fe@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1040150774 8565 128.59.39.139 (17 Dec 2002 18:46:14 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 17 Dec 2002 18:46:14 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13966

In article <6b84683a.0212171034.6c28e6fe@posting.google.com>,
EBH <ebh@burntmail.com> wrote:
: I recently upgraded from kermit version 6.0.192 to kermit version
: 8.0.206, and it seems to me that minput functions differently. I have
: a kermit script that waits for an ENQ from the remote computer nad
: sends a transaction is response to the ENQ.
: 
: I wrote the following code to search for ENQ or EOT and move to the
: correct part of the script accordingly:
: 
: minput 60 \005 \004
: switch \v(minput) {
: :0, echo {*** No response received, redialing ***}, -
: 	goto RESTART, break
: :1, echo {Transmitting \%c - \%k:\%m}, -
: 	goto ENQ, break
: :2, echo {*** EOT received, redialing ***}, -
: 	goto RESTART, break
: :default, echo {Invalid resonse: \v(input), sending NAK}, -
: 	increment num'enq, output \021, goto START
: }
: 
: This worked fine in kermit 6.0.192, but in kermit 8.0.206 even though
: I get a Ctrl-E and the command "echo \fcode(\v(input))" prints 5, but
: the switch always executes the code for 0. And when I issue "echo
: \v(minput)" it returns 0.
: 
: So, the question is as follows: Did this cahnge in kermit 7 or 8. And
: if it did, how can use minput to search for multiple control
: characters?
:
I guess it's a syntax quirk as the language has evolved over the years.
Try it this way (in C-Kermit 8.0):

  minput 60 "\5" "\4"
  switch \v(minput) {
    :0, echo "*** No response received - redialing ***"
  	goto RESTART
        break
    :1, echo "Transmitting \%c - \%k:\%m"
  	goto ENQ
        break
    :2, echo "*** EOT received - redialing ***"
  	goto RESTART
        break
    :default
        echo "Invalid resonse [\v(input)] - sending NAK"
  	increment num'enq
        output \021
        goto START
  }
  
(Yes, the old way should still work but apparently it doesn't).

- Frank


From compubwl@idirect.com Tue Dec 17 14:14:53 EST 2002
Article: 13967 of comp.protocols.kermit.misc
From: "Daniel Fine" <compubwl@idirect.com>
Newsgroups: comp.protocols.kermit.misc
Subject: File transfer over TCP/IP
Lines: 18
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2720.3000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <zxKL9.3959$cN3.580051@news20.bellglobal.com>
Date: Tue, 17 Dec 2002 14:02:58 -0500
NNTP-Posting-Host: 64.229.251.194
X-Complaints-To: abuse@sympatico.ca
X-Trace: news20.bellglobal.com 1040151775 64.229.251.194 (Tue, 17 Dec 2002 14:02:55 EST)
NNTP-Posting-Date: Tue, 17 Dec 2002 14:02:55 EST
Organization: Bell Sympatico
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news-peer.gip.net!news.gsl.net!gip.net!snoopy.risq.qc.ca!torn!webster!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13967

After working on serial lines for a while, we now have TCP available.

We need to do the following.
Transfer a file from the Linux box to the Windows Box over the network.
Kermit is up to date on both sides.
I want the windows box sitting in server mode and the linux box will
initiate the transfer.

I've racked my brain on this one and just can't seem to get it right. How do
I set the network stuff?
In the past I used: set line com1 and on the linux side: set line /dev/ttyS0

Please help...I'm just not on the right track to do this over the network.

Thanks,
Danny




From fdc@columbia.edu Tue Dec 17 14:24:35 EST 2002
Article: 13968 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: File transfer over TCP/IP
Date: 17 Dec 2002 14:24:16 -0500
Organization: Columbia University
Lines: 45
Message-ID: <atntl0$fep$1@watsol.cc.columbia.edu>
References: <zxKL9.3959$cN3.580051@news20.bellglobal.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1040153065 10188 128.59.39.139 (17 Dec 2002 19:24:25 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 17 Dec 2002 19:24:25 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13968

In article <zxKL9.3959$cN3.580051@news20.bellglobal.com>,
Daniel Fine <compubwl@idirect.com> wrote:
: After working on serial lines for a while, we now have TCP available.
: 
: We need to do the following.  Transfer a file from the Linux box to the
: Windows Box over the network.  Kermit is up to date on both sides.  I
: want the windows box sitting in server mode and the linux box will
: initiate the transfer.
: 
There are lots of ways to do this.

: I've racked my brain on this one and just can't seem to get it
: right. How do I set the network stuff?  In the past I used: set line
: com1 and on the linux side: set line /dev/ttyS0
: 
Yes, and it can be just as simple on the network:

  Kermit 95:  set /server host * 3000
  C-Kermit:   set host <ip-name-or-address-of-pc> 3000

However, once you set up Kermit 95 to wait for an incoming connection
on port 3000, anybody on the entire planet can connect to it without a
password, probably not what you wanted.  Thus we provide other methods
that are more complicated, but safer.

If you have Windows NT, 2000, or XP, you can install Kermit 95 as a
Service:

  http://www.columbia.edu/kermit/wiksd.html

The primary advantage is that it requires incoming clients to authenticate
securely against your PC's user database.

A second choice (which works in Windows 95/98/ME as well as in NT/2000/XP)
is "host mode":

  http://www.columbia.edu/kermit/k95host.html

A third choice is to turn the process around: make the connection from
Windows to Linux.  After all, Linux is designed for this; no matter how
you come in (serial, Telnet, SSH) you get a login prompt, you log in,
and then you can start Kermit on the far end and use it to exchange files
with your local copy of Kermit on Windows.

- Frank


From Phil.McDermott@e-ci.com Thu Dec 19 14:36:33 EST 2002
Article: 13970 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: Phil.McDermott@e-ci.com (Phil)
Newsgroups: comp.protocols.kermit.misc
Subject: Access to IKSD calls from within application
Date: 19 Dec 2002 11:34:56 -0800
Organization: http://groups.google.com/
Lines: 11
Message-ID: <70b5637.0212191134.70f56f23@posting.google.com>
NNTP-Posting-Host: 12.47.97.10
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1040326496 19103 127.0.0.1 (19 Dec 2002 19:34:56 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 19 Dec 2002 19:34:56 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13970

Is it possible to make calls to IKSD from another Windows application
running on the same PC that the IKSD service is running on.  I can't
find anything in the docs that say this is possible, but it seems like
it should be if it is truly running as a service.  It would be nice to
be able to invoke a Kermit transaction (Send File, Receive File,
Remote Directory) using Visual C++.
Sure, you can always port over the Kermit engine code into the
application, but calling the service seems to be a more elegant
solution.

Phil


From jaltman2@nyc.rr.com Thu Dec 19 15:53:48 EST 2002
Article: 13971 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Access to IKSD calls from within application
References: <70b5637.0212191134.70f56f23@posting.google.com>
In-Reply-To: <70b5637.0212191134.70f56f23@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 25
Message-ID: <FeqM9.267313$Up6.47433472@twister.nyc.rr.com>
Date: Thu, 19 Dec 2002 20:46:29 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1040330789 66.108.138.151 (Thu, 19 Dec 2002 15:46:29 EST)
NNTP-Posting-Date: Thu, 19 Dec 2002 15:46:29 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13971

Phil wrote:
> Is it possible to make calls to IKSD from another Windows application
> running on the same PC that the IKSD service is running on.  I can't
> find anything in the docs that say this is possible, but it seems like
> it should be if it is truly running as a service.  It would be nice to
> be able to invoke a Kermit transaction (Send File, Receive File,
> Remote Directory) using Visual C++.
> Sure, you can always port over the Kermit engine code into the
> application, but calling the service seems to be a more elegant
> solution.
> 
> Phil

IKSD is a service to provide remote access to the machine.  When Kermit 
is executing as IKSD it does not have functionality to establish 
connections to other hosts; serial ports; etc.  Nor does it have the 
ability to execute local commands.

If you want to execute Kermit functions from within your application, 
either make calls to K95.exe OR incorporate the embedded Kermit library.

   http://www.kermit-project.org/k95.html
   http://www.kermit-project.org/ek.html
   http://www.kermit-project.org/k95faq.html#embedding



From rmason@sparky2.esd.mun.ca Fri Dec 20 09:09:25 EST 2002
Article: 13973 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!logbridge.uoregon.edu!snoopy.risq.qc.ca!News.Dal.Ca!coranto.ucs.mun.ca!not-for-mail
From: Roger Mason <rmason@sparky2.esd.mun.ca>
Newsgroups: comp.protocols.kermit.misc
Subject: kermit and cvs
Date: Fri, 20 Dec 2002 10:14:43 -0330
Organization: Memorial University of Newfoundland
Lines: 10
Message-ID: <3E031ECB.8C850F4B@sparky2.esd.mun.ca>
NNTP-Posting-Host: minnie.esd.mun.ca
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: coranto.ucs.mun.ca 1040391884 19231 134.153.118.19 (20 Dec 2002 13:44:44 GMT)
X-Complaints-To: usenet@coranto.ucs.mun.ca
NNTP-Posting-Date: Fri, 20 Dec 2002 13:44:44 +0000 (UTC)
X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.40 i586)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13973

Hello,

I would like to use kermit with cvs to access a remote repository
(commit, checkout etc) over a modem connection.  Does anyone know if it
is possile and, if so, how it is done.

Thanks.

Roger Mason



From jaltman@columbia.edu Sun Dec 22 11:38:38 EST 2002
Article: 13975 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: jaltman@columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: new features for k95 2.1.3 was Re: does agent forwarding work?
Date: 22 Dec 2002 11:20:04 -0500
Organization: Columbia University
Lines: 82
Message-ID: <au4onk$lpf$1@watsol.cc.columbia.edu>
References: <u7kez93xu.fsf@att.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1040574007 1160 128.59.39.139 (22 Dec 2002 16:20:07 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 22 Dec 2002 16:20:07 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13975

In article <u7kez93xu.fsf@att.net>,
Thomas A. Horsley <tom.horsley@att.net> wrote:
: Playing around with the new kermit 95, and I can indeed get the agent to
: store my keys locally, but when I try the following:
: 
: set ssh agent-forwarding on
: ssh agent add \v(appdata)ssh/id_dsa (get passphrase prompt here)
: ssh open IP-ADDR
: 
: I get connected to the remote system, but if I run ssh-add on the remote
: system, I get:
: 
: "Could not open a connection to your authentication agent."
: 
: (the remote system is redhat linux with all the latest updates
: for openssh).

The 2.1.3 release of Kermit 95 will support Agent Forwarding.
I did the work last night to implement it along with some other new
features:

 . SET TERMINAL LINE-SPACING 
   in case you do not like single spaced terminals.  valid values
   are between 1.0 and 3.0

 . Many new extended command line options:
   --nomenubar
   --notoolbar
   --nostatusbar
   --nobars :: all of the above
   --nopush :: same as NOPUSH command, prevents external command execution
   --noescape :: same as SET TERM ESCAPE-CHAR DISABLE.  Nullifies the 
                 escape character and the \Kexit keyboard verb (alt-x)
   --noscroll :: disables scrollbars and scroll keyboard verbs (NOSCROLL)
   --lockdown :: combines all of the above

 . Fixed printing a mouse selection

 . SET TERMINAL CURSOR <style> NOBLINK
   if you do not like blinking cursors

 . Fixed tt_\v(termtype) macros.  These are macros that are executed
   when a terminal type is selected either by the user or by host 
   negotiation.  They are useful to configure the terminal for specific
   character-sets and other settings.  The macros can reference \v(line)
   to determine the host the terminal is connected to.

Contributions can be made to my friend Kevin's Beer Fund:

  http://www.buykevinbeer.com

I would really like to be able to add a GUI Drag Drop File Transfer 
display onto Kermit 95.  To do so will take me about three months full 
time work.  If there are any organizations that would like to see this
implemented and would be willing to contribute to my rent fund, please
contact me.

Adding this capability would allow K95 to be used as a more user friendly
interactive client for:

 . FTP servers (with or without SRP, SSL/TLS, Kerberos)
 . Internet Kermit Servers
 . any Kermit SERVER implementation that supports REMOTE KERMIT QUERY
   to retrieve directory information
 . and could be used for SFTP (the SSHv2 file transfer service) if
   that is ever implemented

Happy Holidays!!!!









-- 
 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From jaltman@columbia.edu Sun Dec 22 11:39:14 EST 2002
Article: 13976 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: jaltman@columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: kermit and cvs
Date: 22 Dec 2002 11:26:23 -0500
Organization: Columbia University
Lines: 36
Message-ID: <au4p3f$m7m$1@watsol.cc.columbia.edu>
References: <3E031ECB.8C850F4B@sparky2.esd.mun.ca>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1040574386 1374 128.59.39.139 (22 Dec 2002 16:26:26 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 22 Dec 2002 16:26:26 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13976

With 100,000 lines of code anything is possible.  :-) CVS is a
bi-directional protocol that in theory can be transmitted across any
error free bi-directional transport.  However, in practice it is only
used across rsh, ssh, etc.

Now you could theoretically try to run it across a piped dialup 
connection but C-Kermit really is not meant to be used that way.

Another approach would be to execute CVS commands and build the CVS
source tree on the remote system.  The CVS commands could be executed
with REMOTE HOST commands to a Kermit server.  Then you could use
recursive GET and PUT file transfers to migrate the source tree to the
local system.

I don't think anyone does this.


In article <3E031ECB.8C850F4B@sparky2.esd.mun.ca>,
Roger Mason  <rmason@sparky2.esd.mun.ca> wrote:
: Hello,
: 
: I would like to use kermit with cvs to access a remote repository
: (commit, checkout etc) over a modem connection.  Does anyone know if it
: is possile and, if so, how it is done.
: 
: Thanks.
: 
: Roger Mason
: 


-- 
 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From rmason@sparky2.esd.mun.ca Mon Dec 23 11:32:22 EST 2002
Article: 13978 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!news.litech.org!News.Dal.Ca!coranto.ucs.mun.ca!not-for-mail
From: Roger Mason <rmason@sparky2.esd.mun.ca>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: kermit and cvs
Date: Mon, 23 Dec 2002 11:46:39 -0330
Organization: Memorial University of Newfoundland
Lines: 40
Message-ID: <3E0728D7.E8303A3A@sparky2.esd.mun.ca>
References: <3E031ECB.8C850F4B@sparky2.esd.mun.ca> <au4p3f$m7m$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: minnie.esd.mun.ca
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: coranto.ucs.mun.ca 1040656599 13318 134.153.118.19 (23 Dec 2002 15:16:39 GMT)
X-Complaints-To: usenet@coranto.ucs.mun.ca
NNTP-Posting-Date: Mon, 23 Dec 2002 15:16:39 +0000 (UTC)
X-Mailer: Mozilla 4.07 [en] (X11; I; Linux 2.0.40 i586)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13978

Thanks.  When my copy of the Kermit book arrives, I'll dig into it some more.
Roger Mason

Jeffrey Altman wrote:

> With 100,000 lines of code anything is possible.  :-) CVS is a
> bi-directional protocol that in theory can be transmitted across any
> error free bi-directional transport.  However, in practice it is only
> used across rsh, ssh, etc.
>
> Now you could theoretically try to run it across a piped dialup
> connection but C-Kermit really is not meant to be used that way.
>
> Another approach would be to execute CVS commands and build the CVS
> source tree on the remote system.  The CVS commands could be executed
> with REMOTE HOST commands to a Kermit server.  Then you could use
> recursive GET and PUT file transfers to migrate the source tree to the
> local system.
>
> I don't think anyone does this.
>
> In article <3E031ECB.8C850F4B@sparky2.esd.mun.ca>,
> Roger Mason  <rmason@sparky2.esd.mun.ca> wrote:
> : Hello,
> :
> : I would like to use kermit with cvs to access a remote repository
> : (commit, checkout etc) over a modem connection.  Does anyone know if it
> : is possile and, if so, how it is done.
> :
> : Thanks.
> :
> : Roger Mason
> :
>
> --
>  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
>  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
>  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and
>  kermit-support@columbia.edu               OpenSSL.



From myahya@yahoo.com Mon Dec 23 11:32:44 EST 2002
Article: 13979 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: myahya@yahoo.com (yoyo)
Newsgroups: comp.protocols.kermit.misc
Subject: help needed in file transfer (urgent please)
Date: 23 Dec 2002 08:13:24 -0800
Organization: http://groups.google.com/
Lines: 13
Message-ID: <cfdef9ee.0212230813.54f8ac35@posting.google.com>
NNTP-Posting-Host: 62.60.40.97
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1040660005 11266 127.0.0.1 (23 Dec 2002 16:13:25 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 23 Dec 2002 16:13:25 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13979

hi every one , i was wondering if any one can help me out with my
problem.
i want to transfer some files back and forth from linux box to windows
pc.
c-kermit and kermit 95 are running on these machines .
now i have managed to automate the process but some times while linux
is uploading the file gives up sayinf too many retries , or after
almost transferring 100% of a file it says connection lost.
i am using mmove command to download files from win to linux and
retrieve command to upload files from linux to win .
any suggestions are much appriciated 
thanks 
yoyo


From fdc@columbia.edu Mon Dec 23 11:42:10 EST 2002
Article: 13980 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: help needed in file transfer (urgent please)
Date: 23 Dec 2002 11:41:55 -0500
Organization: Columbia University
Lines: 34
Message-ID: <au7ecj$1kb$1@watsol.cc.columbia.edu>
References: <cfdef9ee.0212230813.54f8ac35@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1040661717 17210 128.59.39.139 (23 Dec 2002 16:41:57 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 23 Dec 2002 16:41:57 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13980

In article <cfdef9ee.0212230813.54f8ac35@posting.google.com>,
yoyo <myahya@yahoo.com> wrote:
: hi every one , i was wondering if any one can help me out with my
: problem.  i want to transfer some files back and forth from linux box to
: windows pc.  c-kermit and kermit 95 are running on these machines .  now
: i have managed to automate the process but some times while linux is
: uploading the file gives up sayinf too many retries , or after almost
: transferring 100% of a file it says connection lost.  i am using mmove
: command to download files from win to linux and retrieve command to
: upload files from linux to win .
:
Sometimes connections go bad; that's why we use file transfer protocols
like Kermit.  If a packet is not received successfully, it is sent again.
If it still is not received successfully, it is sent yet again.  And so
on, up to a limit (which you can specify with SET RETRY-LIMIT), after
which it gives up, since the connection appears to be unusable.

You can adapt Kermit to the bad connection, or you can fix the connection
so it won't be bad.  But you didn't tell us what kind of connection it is
so it's difficult to offer suggestions.  "Using C-Kermit" includes several
chapters on setting up connections and troublesheeting file transfer
problems.  For hints about sending problem reports, see:

  http://www.columbia.edu/kermit/support.html#hints

In the meantime, if a binary-mode transfer fails before it is complete,
you can use RESEND or REGET to have it continue where it left off.  Since
you are building an automated file transfer procedure, you might want to
take a look at the "deliver" script in our library:

  http://www.columbia.edu/kermit/ckscripts.html             Script library
  ftp://kermit.columbia.edu/kermit/scripts/ckermit/deliver  Deliver script

- Frank


From heiby_u@falkor.chi.il.us Mon Dec 23 23:07:41 EST 2002
Article: 13981 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!wn13feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc52.ops.asp.att.net.POSTED!not-for-mail
From: Ron Heiby <heiby_u@falkor.chi.il.us>
Newsgroups: comp.protocols.kermit.misc
Subject: Linux (RH 8.0) Permissions
Message-ID: <7t5f0v0h62sf16is6sc8d164t8u08a426l@4ax.com>
X-Newsreader: Forte Agent 1.91/32.564
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 42
NNTP-Posting-Host: 12.248.231.128
X-Complaints-To: abuse@attbi.com
X-Trace: rwcrnsc52.ops.asp.att.net 1040696355 12.248.231.128 (Tue, 24 Dec 2002 02:19:15 GMT)
NNTP-Posting-Date: Tue, 24 Dec 2002 02:19:15 GMT
Organization: AT&T Broadband
Date: Tue, 24 Dec 2002 02:19:15 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13981

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm running C-Kermit 8.0.201 on a Red Hat 8.0 Linux box. I am a bit
puzzled about how I should be setting permissions and ownerships of things
to make life easiest.

I note that /dev/ttyS? (COM1 and internal modem at COM3) are owned by
root, group uucp, mode 660. So, I say to myself, "I'd better make kermit
sgid to group uucp."

Running kermit and doing a "set line /dev/ttyS0", I am told that
Permission is denied on /var/lock, with "Sorry, write access to uucp lock
file directory denied." Sure enough, /var/lock is owner root, group lock,
mode 775.

As far as I know, I can't have kermit be sgid to *both* "uudp" and "lock"
groups, so I get to choose whether I want to access the port or access the
lock for the port. Unfortunately, both are required to allow access to the
port.

I'd like to know what access parameters I should be changing how, in order
to allow kermit to function with my ttyS? ports, without screwing up
anything else I might need to be doing with them. (I have no plans to do
serial UUCP, but might want to establish an outbound PPP session or have
an incoming getty (of some flavor) on either or both ports.) I'd rather
not run kermit suid-root, if that can be avoided.

I'm tempted to install the uucp software, just to see how *it* manages to
access both the port and the lock directory.

I imagine that this is a "solved problem". Anyone? Thanks!

-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Privacy 6.5.8
Comment: Until recently, the last PGP with full source disclosure.

iQA/AwUBPgeZmm8pw+2/9pUJEQLY3gCcCeAhI5GZNxINbU6dKSUrkBz9vpgAnida
Zn8wYYUiPc78u5uSPoDb1sKR
=F7eH
-----END PGP SIGNATURE-----



From fdc@watsun.cc.columbia.edu Mon Dec 23 23:11:14 EST 2002
Article: 13982 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Linux (RH 8.0) Permissions
Date: 24 Dec 2002 04:11:09 GMT
Organization: Columbia University
Lines: 34
Message-ID: <au8mot$ed8$1@newsmaster.cc.columbia.edu>
References: <7t5f0v0h62sf16is6sc8d164t8u08a426l@4ax.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1040703069 14760 128.59.39.2 (24 Dec 2002 04:11:09 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 24 Dec 2002 04:11:09 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13982

In article <7t5f0v0h62sf16is6sc8d164t8u08a426l@4ax.com>,
Ron Heiby  <heiby_u@falkor.chi.il.us> wrote:
: I'm running C-Kermit 8.0.201 on a Red Hat 8.0 Linux box. I am a bit
: puzzled about how I should be setting permissions and ownerships of things
: to make life easiest.
: 
Did you read:

  http://www.columbia.edu/kermit/ckuins.txt#x10

(Sections 10 and 11)?

: I note that /dev/ttyS? (COM1 and internal modem at COM3) are owned by
: root, group uucp, mode 660. So, I say to myself, "I'd better make kermit
: sgid to group uucp."
: 
: Running kermit and doing a "set line /dev/ttyS0", I am told that
: Permission is denied on /var/lock, with "Sorry, write access to uucp lock
: file directory denied." Sure enough, /var/lock is owner root, group lock,
: mode 775.
: 
: As far as I know, I can't have kermit be sgid to *both* "uudp" and "lock"
: groups, so I get to choose whether I want to access the port or access the
: lock for the port. Unfortunately, both are required to allow access to the
: port.
: 
Does cu work?  If so, give Kermit the same group, owner, and permissions
as cu.  If you don't have cu, then minicom or seyon.

If those don't work, something's amiss with your Linux setup.  Or maybe you
have to install uucp before the lock directory and dialout devices are set
up rationally.  (If you can call lockfiles rational, but I digress.)

- Frank


From arthur.marsh@internode.on.net Thu Jan  2 10:30:15 EST 2003
Article: 13985 of comp.protocols.kermit.misc
Date: Fri, 03 Jan 2003 01:08:05 +1030
From: Arthur Marsh <arthur.marsh@internode.on.net>
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: In praise of binaries
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
NNTP-Posting-Host: ppp792.adelaide.on.net.au
Message-ID: <3e144ede@duster.adelaide.on.net>
X-Trace: duster.adelaide.on.net 1041518302 ppp792.adelaide.on.net.au (3 Jan 2003 01:08:22 +1050)
Lines: 8
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!news-out.visi.com!hermes.visi.com!news1.optus.net.au!optus!snewsf0.syd.ops.aspac.uu.net!duster.adelaide.on.net!not-for-mail
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13985

Thanks again to the people that make C-Kermit binaries available, I was 
able yesterday to help someone with a compiler-less Irix 6.5 SGI machine 
transfer some directories trees from a Solaris 7 SPARC machine in short 
order, with the person being confident to use Kermit for the same 
process again, unassisted.

Arthur.



From jaltman2@nyc.rr.com Tue Jan  7 09:18:08 EST 2003
Article: 13987 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Club Kermit
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 32
Message-ID: <BkuS9.4726$Oj7.1841319@twister.nyc.rr.com>
Date: Tue, 07 Jan 2003 06:20:17 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1041920417 66.108.138.151 (Tue, 07 Jan 2003 01:20:17 EST)
NNTP-Posting-Date: Tue, 07 Jan 2003 01:20:17 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13987

At the suggestion of Alex Bochannek I am starting Club Kermit.  For an 
annual membership fee you will receive:

* regular spam from me describing all the cool things you can do with 
C-Kermit, G-Kermit, and Kermit 95

* a T-shirt.  I won't promise what will be on the shirt.  Maybe it will 
be an old Prince concert T; or one from a trip to Disney; or even some 
of my old IETF meeting shirts.  If I run out of old shirts I will design 
a Club Kermit logo and send those instead.

* Enrollment in the Kermit Early Access program

* The privilege of posting comments to the comp.protocols.kermit.misc 
newsgroup and having them answered by the developers of Kermit in 
addition to your fellow Club members

* Free updates to new Kermit releases until your membership expires

In addition to all of the above you get a warm feeling in your heart 
that you are helping to keep Kermit alive and well (without Miss Piggy.)

If you grew up wishing that you could have been a member of either the
Mickey Mouse Club or the Banana Splits Club, now is your chance, Join
Club Kermit today.  I promise:  you won't turn green!!!!!

(* please do not be fooled.  its not April 1, but I am not serious about
starting Club Kermit UNLESS someone wants to throws lots of cash my way. 
Its late, and this newsgroup has been much too quiet over the last few 
weeks. *)




From not-a-real-address@usa.net Tue Jan  7 09:18:27 EST 2003
Article: 13988 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!jfk3-feed1.news.algx.net!allegiance!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Club Kermit
Date: 07 Jan 2003 07:14:26 GMT
Organization: earthfriends
Message-ID: <m1r8bpwj89.gnus@usa.net>
User-Agent: Gnus/5.090011 (Oort Gnus v0.11) XEmacs/21.4 (Military
 Intelligence, i686-redhat-linux)
References: <BkuS9.4726$Oj7.1841319@twister.nyc.rr.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 18
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13988

in comp.protocols.kermit.misc i read:

>(* please do not be fooled.  its not April 1, but I am not serious about
>starting Club Kermit UNLESS someone wants to throws lots of cash my
>way. Its late, and this newsgroup has been much too quiet over the last few
>weeks. *)

heh.

maybe it's time for some more script samples, or a running tutorial, or
public discussion of what's coming up / extending/trimming the wish/bitch-
lists, or hoisting a brew (wait, how'd that get in there), or, well,
whatever.

hmm.  humor fits the `whatever' profile -- okay, never mind.

-- 
bringing you boring signatures for 17 years


From fdc@columbia.edu Tue Jan  7 09:18:31 EST 2003
Article: 13989 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Club Kermit
Date: 7 Jan 2003 09:18:00 -0500
Organization: Columbia University
Lines: 31
Message-ID: <avenio$s87$1@watsol.cc.columbia.edu>
References: <BkuS9.4726$Oj7.1841319@twister.nyc.rr.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1041949083 12289 128.59.39.139 (7 Jan 2003 14:18:03 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 7 Jan 2003 14:18:03 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13989

In article <BkuS9.4726$Oj7.1841319@twister.nyc.rr.com>,
Jeffrey Altman [Road Runner NYC] <jaltman2@nyc.rr.com> wrote:
: At the suggestion of Alex Bochannek I am starting Club Kermit.
: ...
: (* please do not be fooled.  its not April 1, but I am not serious about
: starting Club Kermit UNLESS someone wants to throws lots of cash my way. 
: Its late, and this newsgroup has been much too quiet over the last few 
: weeks. *)
: 
No kidding.  As someone else suggested, this would be a good time to discuss
problems that Kermit software is well or uniquely suited to solve, along
with specific techniques, as in the case studies of a couple years ago:

  http://www.columbia.edu/kermit/studies.html

Since then we've added a lot to Kermit -- associative arrays, all sorts of
date/time functions, Lisp-like S-Expressions, floating-point arithmetic, an
FTP client that supports "atomic file movement" and who knows what else.
This stuff can be used in real life, and I know many of you are doing so.
Maybe others have applications in mind but don't know where to start or how
best to accomplish certain pieces.  That's exactly what this newsgroup is
for.  The harder the problem, the better.

Btw, old timers might recall that a Club Kermit existed for some years in
Europe in the 1980s as a nonprofit organization devoted to promoting and
distributing Kermit software mainly France and Belgium before the Internet
was available.  You can find a few words about it here:

  ftp://kermit.columbia.edu/kermit/e/newsn3.txt

- Frank


From UBWnews@hotpopcom Tue Jan  7 14:59:47 EST 2003
Article: 13990 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!wn14feed!wn13feed!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
From: UBW <ubwnews@hotpop.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Club Kermit
Reply-To: UBWnews@hotpopcom
Message-ID: <m3bm1vkq6p9j9dleu56lolltp6pb55jcih@4ax.com>
References: <BkuS9.4726$Oj7.1841319@twister.nyc.rr.com>
X-Newsreader: Forte Agent 1.8/32.553
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 36
NNTP-Posting-Host: 150b2cb97a9e645fa28c416201ffed02
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc05-news.ops.worldnet.att.net 1041968437 150b2cb97a9e645fa28c416201ffed02 (Tue, 07 Jan 2003 19:40:37 GMT)
NNTP-Posting-Date: Tue, 07 Jan 2003 19:40:37 GMT
Organization: AT&T Worldnet
Date: Tue, 07 Jan 2003 19:40:37 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13990

On Tue, 07 Jan 2003 06:20:17 GMT, "Jeffrey Altman [Road Runner NYC]"
<jaltman2@nyc.rr.com> wrote:

>At the suggestion of Alex Bochannek I am starting Club Kermit.  For an 
>annual membership fee you will receive:
>
>* regular spam from me describing all the cool things you can do with 
>C-Kermit, G-Kermit, and Kermit 95
>
>* a T-shirt.  I won't promise what will be on the shirt.  Maybe it will 
>be an old Prince concert T; or one from a trip to Disney; or even some 
>of my old IETF meeting shirts.  If I run out of old shirts I will design 
>a Club Kermit logo and send those instead.
>
>* Enrollment in the Kermit Early Access program
>
>* The privilege of posting comments to the comp.protocols.kermit.misc 
>newsgroup and having them answered by the developers of Kermit in 
>addition to your fellow Club members
>
>* Free updates to new Kermit releases until your membership expires
>
>In addition to all of the above you get a warm feeling in your heart 
>that you are helping to keep Kermit alive and well (without Miss Piggy.)
>
>If you grew up wishing that you could have been a member of either the
>Mickey Mouse Club or the Banana Splits Club, now is your chance, Join
>Club Kermit today.  I promise:  you won't turn green!!!!!
>
>(* please do not be fooled.  its not April 1, but I am not serious about
>starting Club Kermit UNLESS someone wants to throws lots of cash my way. 
>Its late, and this newsgroup has been much too quiet over the last few 
>weeks. *)
>
Will I get a secret decoder ring?
UBW


From not-a-real-address@usa.net Tue Jan  7 16:42:16 EST 2003
Article: 13991 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Club Kermit
Date: 07 Jan 2003 20:38:55 GMT
Organization: earthfriends
Message-ID: <m165t0vgrb.gnus@usa.net>
User-Agent: Gnus/5.090011 (Oort Gnus v0.11) XEmacs/21.4 (Military
 Intelligence, i686-redhat-linux)
References: <BkuS9.4726$Oj7.1841319@twister.nyc.rr.com> <m3bm1vkq6p9j9dleu56lolltp6pb55jcih@4ax.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 10
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13991

in comp.protocols.kermit.misc i read:

>Will I get a secret decoder ring?

shush; everyone will hear you!

(you already have it: translate foo key key bar)

-- 
bringing you boring signatures for 17 years


From myahya@yahoo.com Fri Jan 10 09:13:29 EST 2003
Article: 13992 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: myahya@yahoo.com (yoyo)
Newsgroups: comp.protocols.kermit.misc
Subject: urgent help please connection lost in file transfer ???
Date: 10 Jan 2003 05:54:25 -0800
Organization: http://groups.google.com/
Lines: 18
Message-ID: <cfdef9ee.0301100554.d76084c@posting.google.com>
NNTP-Posting-Host: 62.60.60.114
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1042206865 9693 127.0.0.1 (10 Jan 2003 13:54:25 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 10 Jan 2003 13:54:25 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13992

hi all ,
i am using kermit 7 on linux and kermit 95 on win 2k pc.
now i need to download some files from linux box to win 2k for which i
have created two scripts that run on these machine which automates the
process .
every thing works well but with some files (which i have noticed are
larger in size 27-30k compared to others) the connection is lost after
the files are transfeered and so the other files are not transferred
in that session .
i am using the retrieve command that moves and then deletes the file
>from  the source , so in this case the big file is transferred and then
the connection is lost and the file is not deleted at source , so the
next time the connection is made the same thing happen and basically
it gets stuck in that loop unless i manuall delete that file from the
source.
any ideas gurus???
thanks 
yoyo


From fdc@columbia.edu Fri Jan 10 09:25:50 EST 2003
Article: 13993 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: urgent help please connection lost in file transfer ???
Date: 10 Jan 2003 09:25:36 -0500
Organization: Columbia University
Lines: 39
Message-ID: <avml50$89t$1@watsol.cc.columbia.edu>
References: <cfdef9ee.0301100554.d76084c@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1042208737 5733 128.59.39.139 (10 Jan 2003 14:25:37 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 10 Jan 2003 14:25:37 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13993

In article <cfdef9ee.0301100554.d76084c@posting.google.com>,
yoyo <myahya@yahoo.com> wrote:
: i am using kermit 7 on linux and kermit 95 on win 2k pc.
: now i need to download some files from linux box to win 2k for which i
: have created two scripts that run on these machine which automates the
: process .
: every thing works well but with some files (which i have noticed are
: larger in size 27-30k compared to others) the connection is lost after
: the files are transfeered and so the other files are not transferred
: in that session .
:
You'll need to provide details.  What kind of connection do you have?
Which computer is making the connection?  If it's a serial-port or
modem connection, what are the communication parameters (speed, flow
control, etc)?  Are you transferring the files in binary mode or text
mode?  etc etc.  For hints about preparing a problem report, see:

  http://www.columbia.edu/kermit/support.html

: i am using the retrieve command that moves and then deletes the file
: from the source , so in this case the big file is transferred and then
: the connection is lost and the file is not deleted at source , so the
: next time the connection is made the same thing happen and basically
: it gets stuck in that loop unless i manuall delete that file from the
: source.
:
If the file was transferred successfully, it would have been deleted.
The fact that it was not deleted suggests that it was not fully transferred
(or if it was, then the handshake at the very of the transfer by which the
receiver lets the sender know it was fully received did not complete).

By the way, it is quite possible to reestablish broken connections
automatically and, if you are transferring files in binary mode, to resume
interrupted transfers from the point of failure.  See, for example, the
"deliver" script in the Kermit script library:

  http://www.columbia.edu/kermit/ckscripts.html

- Frank


From d.baldwin6@verizon.net Sat Jan 11 19:18:02 EST 2003
Article: 13995 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!wn13feed!worldnet.att.net!199.45.49.37!cyclone1.gnilink.net!spamfinder.gnilink.net!nwrddc02.gnilink.net.POSTED!53ab2750!not-for-mail
Reply-To: "Dave Baldwin" <d.baldwin6@verizon.net>
From: "Dave Baldwin" <d.baldwin6@verizon.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Difficulty runnning C-Kermit on one out of two AIX boxes
Lines: 36
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <bEJT9.700$%V.114@nwrddc02.gnilink.net>
Date: Sat, 11 Jan 2003 00:34:15 GMT
NNTP-Posting-Host: 68.162.141.75
X-Complaints-To: abuse@verizon.net
X-Trace: nwrddc02.gnilink.net 1042245255 68.162.141.75 (Fri, 10 Jan 2003 19:34:15 EST)
NNTP-Posting-Date: Fri, 10 Jan 2003 19:34:15 EST
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13995

I'm having trouble running C-Kermit version 7.0.196 on one AIX
system that is running AIX 4.3.3.

The trouble is, as soon as I run C-Kermit, it gives me back a
message that says...

"Sorry, you must SET LINE or SET HOST first"

This message happens even before I've tried to enter my first
interactive C-Kermit command.

Another symptom that I think may be related is that C-Kermit
will not run my user-written command file script. It simply
returns a message that says "Command file terminated by error."
I suspect that it may be sensing the "Sorry, you must SET LINE
or SET HOST first" error that I described above and
that is causing it to drop out of my script?

I have taken this same version of kermit to a different AIX box that
is running AIX 4.2.1 and I've brought over my same kermit command
file script to that second system too. And guess what?  C-Kermit runs
without giving me the "Sorry, you must SET LINE or SET HOST first"
message and, better yet, it runs my command file script flawlessly without
any errors.

So, could there be something in the first system's environment that
could be interfering with C-Kermit that would cause it to behave this way?
Or could the trouble be because of the newer version of AIX with
the same version of C-Kermit?  At this point, I'm stumped but I'd
sure like to get my first box running just like my second box is.

Any advice would be greatly appreciated.






From not-a-real-address@usa.net Sat Jan 11 19:18:09 EST 2003
Article: 13997 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Difficulty runnning C-Kermit on one out of two AIX boxes
Date: 11 Jan 2003 03:44:53 GMT
Organization: earthfriends
Message-ID: <m18yxs4amz.gnus@usa.net>
User-Agent: Gnus/5.090011 (Oort Gnus v0.11) XEmacs/21.4 (Military
 Intelligence, i686-redhat-linux)
References: <bEJT9.700$%V.114@nwrddc02.gnilink.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 16
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13997

in comp.protocols.kermit.misc i read:

>The trouble is, as soon as I run C-Kermit, it gives me back a
>message that says...
>
>"Sorry, you must SET LINE or SET HOST first"
>
>This message happens even before I've tried to enter my first
>interactive C-Kermit command.

you have an initialization file that is doing something which has that
prerequisite.  typically this would be `$HOME/.kermrc'.  fix this first
then see if your script still has issues.

-- 
bringing you boring signatures for 17 years


From jaltman@watsun.cc.columbia.edu Sat Jan 11 19:18:12 EST 2003
Article: 13996 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: K95 2.1.2 show trans = death
Date: 11 Jan 2003 02:37:46 GMT
Organization: Columbia University
Lines: 24
Message-ID: <avo01q$351$1@newsmaster.cc.columbia.edu>
References: <rp1u1v8fogkb76kscgt4f30lfq4lcr0gik@4ax.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1042252666 3233 128.59.39.2 (11 Jan 2003 02:37:46 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 11 Jan 2003 02:37:46 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13996

In article <rp1u1v8fogkb76kscgt4f30lfq4lcr0gik@4ax.com>,
Ron Heiby  <heiby_u@falkor.chi.il.us> wrote:
: Starting K95g ... and enter the command "show
: trans". In response, I get the lines:
: 
: File type: binary
: File character-set: cp437
: Terminal character-set (remote): hp-roman8
: 
: and immediately after, a popup arrives, saying:
: 
: k95g.exe - Application Error
: The instruction at "0x78004d23" referenced memory at "0x00000001". The
: memory could not be "read".
: 
: I am then given the opportunity to kill the application or debug it.

This has been the case ever since we upgraded to Unicode.  Sometime 
between 1.1.17 and 1.1.20.  It will be fixed in the 2.1.3 release.

 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From leganii@surfree.com Sun Jan 12 11:22:21 EST 2003
Article: 13998 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!nntp1.roc.gblx.net!nntp.gblx.net!nntp.gblx.net!newsfeed.cwix.com!news-east.rr.com!cyclone1.gnilink.net!wn11feed!wn12feed!worldnet.att.net!207.217.77.102!newsfeed2.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail
From: leganii@surfree.com
Newsgroups: comp.protocols.kermit.misc
Subject: Kerberos talk in Orange County, CA U.S.A.
Date: 12 Jan 2003 10:51:18 GMT
Organization: self
Lines: 139
Message-ID: <avrhb6$16q$1@slb0.atl.mindspring.net>
NNTP-Posting-Host: 42.51.f8.de
Summary: Kerberos talk, open to the public
Keywords: kerberos, authentication, security
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13998


I'm forwarding the below to several forums where I think it is 
appropriate.  If you disagree, I appologize.

Mark was originally scheduled to speak at the UUASC Los Angeles chapter
in October in last year, but had to miss out due to illness.

Anyone who wants to attend the meeting is welcome.

Below Brian's announcement is some references/comments I posted
to UUASC's list for the originally scheduled talk.

> *=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
> Message:  B0000682646.MSG                      # in packet :#20.
> Date:     Thu, 9 Jan 2003 10:49:32 -0800
> From:     BMann@chainc.com
> Reply-To: UUASC@uuasc.org
> To:       UUASC-announce@uuasc.org
> Subject:  UUASC Orange County January Meeting
> --------------------------------------------------------------------
> 
>                                  UUASC OC
>                 Unix Users Association of Southern California
>                            Orange County Chapter
>                               January Meeting
> 
>                 ---------------------------------------------
>                               ... Kerberos ...
>                 ---------------------------------------------
> 
>                          Monday, January 13, 7-9 PM
>                                     ICTP    
>                          731 E Ball Rd #100, Anaheim
> 
> Come join us for the first Orange County meeting of the New Year!
> We're starting things off with an overview of Kerberos.
> 
> Kerberos is an open source system that provides true cross platform 
> enterprise-wide (and consortium-wide) Single Sign On. Rooted in Unix, 
> Kerberos is also the core of Microsoft's authentication service. It is 
> supported on most Unix, Linux, Macintosh, and Windows systems and is 
> deployed at thousands of sites world wide. Come and find out if the 
> three headed dog has a place in your network.
> 
> Mark Mellis will present a practical survey of Kerberos today, 
> discussing its capabilities, strengths, and weaknesses. He'll include 
> sample configurations from working systems. The presentation will be 
> focused on how and when to use Kerberos rather than on its theoretical 
> underpinnings.
> 
> Mark is a consultant with SystemExperts Corporation and is based in 
> Southern California. His consulting practice focuses on network 
> security and architecture for clients in the financial services, 
> manufacturing, and government sectors. Mark is a frequent speaker at 
> Internet World, Usenix, and Networld+InterOp, and with his colleague 
> Phil Cox of SystemExperts he teaches a popular tutorial on Intrusion 
> Detection.
> 
> Prior to his current job, Mark dug ditches, sold RVs, operated nuclear 
> power plants, programmed industrial washing machines, ported Unix, 
> administered Unix systems, pulled network cable, and built networks.
> 
> Mark attended the University of Washington, where he studied Physics.
> 
> ---------------------------------------------------------------------
> 
> The UUASC is for all persons using Unix either personally or professionally,
> or interested in learning more about Unix. We recognize all varieties
> of Unix, including (without prejudice) HP/UX, Linux, SVr4, Solaris, AIX,
> and BSD. This is a good place to meet others with similar interests and
> broaden your skills and knowledge. Generally, meetings include a technical
> presentation on a hardware or software topic of current interest to the
> Unix community and a round-table discussion of current topics of interest
> to the group. We are always looking for interesting presentations and
> your suggestions are most welcome.
> 
> Please join us this month and bring along your friends or co-workers.  Also,
> please forward this announcement to others who may be interested and feel
> free to post it on BBSs, both electronic and physical. If you receive
> more than one announcement by email, please let us know so we can keep
> our lists current. Thanks for listening.
> 
>   \   |     ICTP             /     ICTP, 731 Ball Road #100, Anaheim
>  --\--+---------------------X--
>     \ |         Ball Rd    /      Exit Santa Ana Freeway (I-5) at
>      \                    /       Harbor, go north to Ball Road, right to
>       X I-5            SR-57      ICTP. Or exit Orange Freeway (SR-57) at
>       |\                /         Ball Road, west to ICTP.
>    Harbor                         Phone +1 866 225 4287.
> ------------------------------------------------------------------------
> This list is for announcements only. Send all discussion to the regular
> UUASC list. For details, send message "info UUASC" to Majordomo@UUASC.org.
> To unsubscribe, send "unsubscribe UUASC-announce" to Majordomo@UUASC.org.
> 
> 

Sep 25, 2002:
--

The other week at the Italian cuisine meeting,
the topic of weaknesses of ssh came up.

What I could dredge up on the topic:

'A Rough Year for SSH'
http://www.linuxjournal.com/article.php?sid=5672
(This is a www only article, not in the printed 
edition of LJ)

'Software Developement' magazine article
'Risk Analysis: Attack Trees & Other Tricks'
by John Viega and Gary McGraw
August 2002 issue, p. 30-36
Which has a largely theoretical analysis using
Bruce Schnier's attack tree methodology,
of some of the possible ways to subvert ssh.
http://www.sdmagazine.com/documents/s=7468/sdm0208a/0208a.htm
I said largly theoretical, but one of them,
the last I think, has actually been carried out.
(Any other economics buffs out there?
Anyone of you noticed that 'Attack Trees'
correspond to what economists refer to as
'marginal analysis'?
How to most efficiently spend money to get results,
given non-linear return on investment and multiple
choices on how to spend it.)

And off course (from me :-)  ):
http://www.columbia.edu/kermit/security80.html
(Jeff Altman has also (co)authored several RFCs on this topic.
search on 'telnet encrypt' at www.rfc-editor.org, he was involved 
in about half of the results.)

Anyway, get ready for Mark Mellis's talk in Oct..

Regards,
Dallas E. Legan II  /  leganii@surfree.com  /  dallasii@kincyb.com

Powered by......Lynx, the Internet at hyperkinetic speed.


From msapiro@ccsf.edu Sun Jan 12 12:50:04 EST 2003
Article: 13999 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!nntp.cs.ubc.ca!nntp-relay.ihug.net!ihug.co.nz!news-out.newsfeeds.com!propagator2-maxim!news-in.spamkiller.net!usc.edu!newshub.csu.net!sand.ccsf.cc.ca.us!fog.ccsf.cc.ca.us!msapiro
From: Mark Sapiro <msapiro@ccsf.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Difficulty runnning C-Kermit on one out of two AIX boxes
Date: Sun, 12 Jan 2003 09:41:18 -0800
Organization: City College of San Francisco
Lines: 37
Message-ID: <Pine.HPX.4.44.0301120937090.18091-100000@fog.ccsf.cc.ca.us>
References: <bEJT9.700$%V.114@nwrddc02.gnilink.net> <m18yxs4amz.gnus@usa.net>
NNTP-Posting-Host: fog.ccsf.cc.ca.us
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-X-Sender: msapiro@fog.ccsf.cc.ca.us
In-Reply-To: <m18yxs4amz.gnus@usa.net>
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13999

I am reposting the following because my original post from another
server didn't reach either Google Groups or this server.  Apologies
if you receive this more than once.

those who know me have no need of my name wrote:
>
> in comp.protocols.kermit.misc i read:
>
> >The trouble is, as soon as I run C-Kermit, it gives me back a
> >message that says...
> >
> >"Sorry, you must SET LINE or SET HOST first"
> >
> >This message happens even before I've tried to enter my first
> >interactive C-Kermit command.
>
> you have an initialization file that is doing something which has that
> prerequisite.  typically this would be `$HOME/.kermrc'.  fix this first
> then see if your script still has issues.

The problem might also be in a user file such as $HOME/.mykermrc or in a
global initialization file.  I'm not familiar with where the global file
might be in AIX, but it is probably named .kermrc or ckermit.ini.  Also,
the standard {.kermrc|ckermit.ini} echos lines like
  Executing /home_mo/msapiro/.kermrc for UNIX...
  Executing /home_mo/msapiro/.mykermrc...
or
  Executing /usr/share/lib/kermit/ckermit.ini for UNIX...
  Executing /home_mo/msapiro/.mykermrc...
That tell you what file is being executed and would help pinpoint what
file had the problem.

--
Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




From dba_222@yahoo.com Tue Jan 14 11:00:07 EST 2003
Article: 14000 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: dba_222@yahoo.com (Roger Redford)
Newsgroups: comp.databases.oracle.server,comp.security.ssh,comp.terminals,comp.protocols.kermit.misc
Subject: Strange behavior with SQLPLUS (Oracle)
Date: 14 Jan 2003 07:53:58 -0800
Organization: http://groups.google.com/
Lines: 48
Message-ID: <a8c29269.0301140753.7ee5175c@posting.google.com>
NNTP-Posting-Host: 205.181.14.12
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1042559638 8718 127.0.0.1 (14 Jan 2003 15:53:58 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 14 Jan 2003 15:53:58 GMT
Xref: newsmaster.cc.columbia.edu comp.databases.oracle.server:214774 comp.security.ssh:30769 comp.terminals:17732 comp.protocols.kermit.misc:14000

I've recently moved to a new environment, and I'm getting some strange
symptoms with sqlplus.  The environment is:

Oracle 9.2, on solaris
Ibm thinkpad laptop
Smarterm and Putty

I've used both Smarterm and Putty to connect to unix and use sqlplus.  It is 
using SSH, but the symptoms occur whether I am just using telnet, or ssh. 


The symptom is:

When do I select some long columns, such as TABLE_OWNER, 
OR table_name, the field takes up a whole line.


IE. 

Select 	table_owner ,
		table_name  , 
		partition_name,
		NUM_ROWS,
		LAST_ANALYZED
from		all_tab_partitions
where		NUM_ROWS = 0
ORDER BY 	TABLE_OWNER,
		TABLE_NAME,
		PARTITION_NAME


I have tried: 
set linesize 30000
substr(table_owner, 1, 20) as table_owner 

Yet, no matter what I do, the symptoms persist.  

Set wrap is on.  If I set it off, I will only see the first field.

The crazy thing is, that my neighbors' sqlplus works normally,
and only returns 30 or less columns.  


Is there a setting that I should be concerned about?  Is it in 
sqlplus, or in the client software (Putty, or Smarterm)?


Thanks


From chris@millfieldcomputers.co.uk Tue Jan 14 11:07:49 EST 2003
Article: 14001 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: chris@millfieldcomputers.co.uk (Chris Aiken)
Newsgroups: comp.protocols.kermit.misc
Subject: Getting Kermit to Dial my ISP
Date: 14 Jan 2003 08:04:58 -0800
Organization: http://groups.google.com/
Lines: 6
Message-ID: <fff32a0d.0301140804.1b3e8e0a@posting.google.com>
NNTP-Posting-Host: 81.7.60.127
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1042560298 9842 127.0.0.1 (14 Jan 2003 16:04:58 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 14 Jan 2003 16:04:58 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14001

I've done modem to modem kermits & via a LAN but now I need to ftp a
file on my W2000 system to a specific I/P address on the internet via
a dialup (ISDN) phone line to my ISP. Any suggestions as to how I can
get kermit to initiate the ISP dialup for me as it doesn't visibly ask
for username or password and terminaltes with 'No Carrier' after a
while. If I'm already connected it works fine obviously.


From fdc@columbia.edu Tue Jan 14 11:11:47 EST 2003
Article: 14002 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Getting Kermit to Dial my ISP
Date: 14 Jan 2003 11:11:21 -0500
Organization: Columbia University
Lines: 21
Message-ID: <b01cr9$opm$1@watsol.cc.columbia.edu>
References: <fff32a0d.0301140804.1b3e8e0a@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1042560685 16636 128.59.39.139 (14 Jan 2003 16:11:25 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 14 Jan 2003 16:11:25 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14002

In article <fff32a0d.0301140804.1b3e8e0a@posting.google.com>,
Chris Aiken <chris@millfieldcomputers.co.uk> wrote:
: I've done modem to modem kermits & via a LAN but now I need to ftp a
: file on my W2000 system to a specific I/P address on the internet via
: a dialup (ISDN) phone line to my ISP. Any suggestions as to how I can
: get kermit to initiate the ISP dialup for me as it doesn't visibly ask
: for username or password and terminaltes with 'No Carrier' after a
: while. If I'm already connected it works fine obviously.
:
As it says in the FAQ:

  http://www.columbia.edu/kermit/k95faq.html

No.  Although you can dial modems with K95, and you can even dial your
ISP, Windows does not provide a way for Kermit to turn the application
over to the Windows TCP/IP stack.  

As noted in the FAQ, OS/2 has an API for this (which the OS/2 version of
Kermit 95 uses) but Windows does not.

- Frank


From ekimble@wfl.fha.dot.gov Tue Jan 14 11:34:18 EST 2003
Article: 14003 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.vmunix.org!newspeer1-gui.server.ntli.net!ntli.net!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
From: Eric Kimble <ekimble@wfl.fha.dot.gov>
Newsgroups: comp.databases.oracle.server,comp.security.ssh,comp.terminals,comp.protocols.kermit.misc
Subject: Re: Strange behavior with SQLPLUS (Oracle)
Date: Tue, 14 Jan 2003 08:15:35 -0800
Organization: Posted via Supernews, http://www.supernews.com
Message-ID: <3E2437A7.8FBD4FB7@wfl.fha.dot.gov>
X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
References: <a8c29269.0301140753.7ee5175c@posting.google.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Complaints-To: abuse@supernews.com
Lines: 55
Xref: newsmaster.cc.columbia.edu comp.databases.oracle.server:214778 comp.security.ssh:30772 comp.terminals:17733 comp.protocols.kermit.misc:14003

Roger:
In SQL*Plus, when only wanting to look at a portion of the column you need to
tell the environment to only show the portion that you want. issue a statement
like the following on the SQL*Plus command line

column table_name format a30.

Then read up on column formatting in the documentation at tahiti.oracle.com

Roger Redford wrote:

> I've recently moved to a new environment, and I'm getting some strange
> symptoms with sqlplus.  The environment is:
>
> Oracle 9.2, on solaris
> Ibm thinkpad laptop
> Smarterm and Putty
>
> I've used both Smarterm and Putty to connect to unix and use sqlplus.  It is
> using SSH, but the symptoms occur whether I am just using telnet, or ssh.
>
> The symptom is:
>
> When do I select some long columns, such as TABLE_OWNER,
> OR table_name, the field takes up a whole line.
>
> IE.
>
> Select  table_owner ,
>                 table_name  ,
>                 partition_name,
>                 NUM_ROWS,
>                 LAST_ANALYZED
> from            all_tab_partitions
> where           NUM_ROWS = 0
> ORDER BY        TABLE_OWNER,
>                 TABLE_NAME,
>                 PARTITION_NAME
>
> I have tried:
> set linesize 30000
> substr(table_owner, 1, 20) as table_owner
>
> Yet, no matter what I do, the symptoms persist.
>
> Set wrap is on.  If I set it off, I will only see the first field.
>
> The crazy thing is, that my neighbors' sqlplus works normally,
> and only returns 30 or less columns.
>
> Is there a setting that I should be concerned about?  Is it in
> sqlplus, or in the client software (Putty, or Smarterm)?
>
> Thanks



From chris@millfieldcomputers.co.uk Tue Jan 14 12:04:26 EST 2003
Article: 14004 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: chris@millfieldcomputers.co.uk (Chris Aiken)
Newsgroups: comp.protocols.kermit.misc
Subject: FTP after connecting to dialup ISP
Date: 14 Jan 2003 08:53:47 -0800
Organization: http://groups.google.com/
Lines: 16
Message-ID: <fff32a0d.0301140853.105694b6@posting.google.com>
NNTP-Posting-Host: 81.7.60.127
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1042563227 13771 127.0.0.1 (14 Jan 2003 16:53:47 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 14 Jan 2003 16:53:47 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14004

I need to 
1. Dial up my ISP for internet access
2. Once connected to the internet I need to FTP login/password to a
remote site
3. send a file

I can't see how I can get kermit to do the ISP dialup & login/password
then the site login/password automtically.
If I connect to my ISP before the FTP login/password & transfer it
works fine.

How do I initiate the ISP dialup and login/password authentification
automatically??. If I dial the ISP manually in kermit it returns no
login/password prompts then terminates with No Carrier.

Thanks


From fdc@columbia.edu Tue Jan 14 12:04:29 EST 2003
Article: 14005 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: FTP after connecting to dialup ISP
Date: 14 Jan 2003 12:04:21 -0500
Organization: Columbia University
Lines: 39
Message-ID: <b01ful$1ue$1@watsol.cc.columbia.edu>
References: <fff32a0d.0301140853.105694b6@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1042563863 18861 128.59.39.139 (14 Jan 2003 17:04:23 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 14 Jan 2003 17:04:23 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14005

In article <fff32a0d.0301140853.105694b6@posting.google.com>,
Chris Aiken <chris@millfieldcomputers.co.uk> wrote:
: I need to 
: 1. Dial up my ISP for internet access
: 2. Once connected to the internet I need to FTP login/password to a
: remote site
: 3. send a file
: 
: I can't see how I can get kermit to do the ISP dialup & login/password
: then the site login/password automtically.
: If I connect to my ISP before the FTP login/password & transfer it
: works fine.
: 
: How do I initiate the ISP dialup and login/password authentification
: automatically??. If I dial the ISP manually in kermit it returns no
: login/password prompts then terminates with No Carrier.
: 
Assuming we are talking about Windows, you can't.  Microsoft does not
supply an API that allows a regular application like Kermit 95 to dial
your ISP and then turn the connection over to the TCP/IP stack.  This
is covered in the Kermit 95 FAQ:

  http://www.columbia.edu/kermit/k95faq.html

It might be possible in other operating systems, with varying degrees
of difficulty and awkwardness.

In Windows, you have to use the Microsoft way of getting on the Internet
(e.g. Dial Up Networking, GUI dialog boxes).  Once the Internet connection
is established, Kermit can use it as a Telnet, FTP, SSH, Rlogin, HTTP,
or other TCP service client (or, in some cases, server), and all of this
can be automated.  Establishment of the ISP connection itself, however, is
off-limits to Kermit.

There might be a way to configure Windows Dial Up Networking to do its job
silently, without popping up any dialogs or prompting you for anything, but
if there is, I haven't discovered it.

- Frank


From jaltman@watsun.cc.columbia.edu Wed Jan 15 09:16:08 EST 2003
Article: 14006 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: FTP after connecting to dialup ISP
Date: 15 Jan 2003 05:02:40 GMT
Organization: Columbia University
Lines: 21
Message-ID: <b02q1g$if0$1@newsmaster.cc.columbia.edu>
References: <fff32a0d.0301140853.105694b6@posting.google.com> <b01ful$1ue$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1042606960 18912 128.59.39.2 (15 Jan 2003 05:02:40 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 15 Jan 2003 05:02:40 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14006

In article <b01ful$1ue$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
: : How do I initiate the ISP dialup and login/password authentification
: : automatically??. If I dial the ISP manually in kermit it returns no
: : login/password prompts then terminates with No Carrier.
: : 
: 
: There might be a way to configure Windows Dial Up Networking to do its job
: silently, without popping up any dialogs or prompting you for anything, but
: if there is, I haven't discovered it.
: 
: - Frank

Read the notes at ftp://ftp.kermit.columbia.edu/kermit/k95/ras/



 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From chris@millfieldcomputers.co.uk Wed Jan 15 09:20:37 EST 2003
Article: 14007 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: chris@millfieldcomputers.co.uk (Chris Aiken)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Getting Kermit to Dial my ISP
Date: 15 Jan 2003 06:01:13 -0800
Organization: http://groups.google.com/
Lines: 28
Message-ID: <fff32a0d.0301150601.7a96248c@posting.google.com>
References: <fff32a0d.0301140804.1b3e8e0a@posting.google.com> <b01cr9$opm$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 81.7.59.96
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1042639273 16823 127.0.0.1 (15 Jan 2003 14:01:13 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 15 Jan 2003 14:01:13 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14007

fdc@columbia.edu (Frank da Cruz) wrote in message news:<b01cr9$opm$1@watsol.cc.columbia.edu>...
> In article <fff32a0d.0301140804.1b3e8e0a@posting.google.com>,
> Chris Aiken <chris@millfieldcomputers.co.uk> wrote:
> : I've done modem to modem kermits & via a LAN but now I need to ftp a
> : file on my W2000 system to a specific I/P address on the internet via
> : a dialup (ISDN) phone line to my ISP. Any suggestions as to how I can
> : get kermit to initiate the ISP dialup for me as it doesn't visibly ask
> : for username or password and terminaltes with 'No Carrier' after a
> : while. If I'm already connected it works fine obviously.
> :
> As it says in the FAQ:
> 
>   http://www.columbia.edu/kermit/k95faq.html
> 
> No.  Although you can dial modems with K95, and you can even dial your
> ISP, Windows does not provide a way for Kermit to turn the application
> over to the Windows TCP/IP stack.  
> 
> As noted in the FAQ, OS/2 has an API for this (which the OS/2 version of
> Kermit 95 uses) but Windows does not.
> 
> - Frank

Presumably I could start up Internet Explorer (which auto dials on
demand) from within kermit which could make the ISP connection leaving
it available for me to use for my kermit ftp connection and upload,
leaving it to time out the ISP connection after no activity, say 10
minutes. A bit messy but....


From fdc@columbia.edu Wed Jan 15 09:20:40 EST 2003
Article: 14008 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Getting Kermit to Dial my ISP
Date: 15 Jan 2003 09:20:35 -0500
Organization: Columbia University
Lines: 17
Message-ID: <b03qnj$8uq$1@watsol.cc.columbia.edu>
References: <fff32a0d.0301140804.1b3e8e0a@posting.google.com> <b01cr9$opm$1@watsol.cc.columbia.edu> <fff32a0d.0301150601.7a96248c@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1042640436 1059 128.59.39.139 (15 Jan 2003 14:20:36 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 15 Jan 2003 14:20:36 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14008

In article <fff32a0d.0301150601.7a96248c@posting.google.com>,
Chris Aiken <chris@millfieldcomputers.co.uk> wrote:
: ...
: Presumably I could start up Internet Explorer (which auto dials on
: demand) from within kermit which could make the ISP connection leaving
: it available for me to use for my kermit ftp connection and upload,
: leaving it to time out the ISP connection after no activity, say 10
: minutes. A bit messy but....
:
Windows can be set up to "autodial" your ISP if you try to make a TCP/IP
connection with *any* application (including Kermit), so you don't need
IE for this.  The tricky part for automation is getting past the dialog
box it pops up when it autodials.  If you don't mind the dialog box
(or have a way to disable it) you can simply start Kermit and run your
script, just as if you had a hardwired Internet connection.

- Frank


From dba_222@yahoo.com Wed Jan 15 11:03:33 EST 2003
Article: 14009 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: dba_222@yahoo.com (Roger Redford)
Newsgroups: comp.databases.oracle.server,comp.security.ssh,comp.terminals,comp.protocols.kermit.misc
Subject: Re: Strange behavior with SQLPLUS (Oracle)
Date: 15 Jan 2003 08:01:24 -0800
Organization: http://groups.google.com/
Lines: 67
Message-ID: <a8c29269.0301150801.6275acb1@posting.google.com>
References: <a8c29269.0301140753.7ee5175c@posting.google.com> <3E2437A7.8FBD4FB7@wfl.fha.dot.gov>
NNTP-Posting-Host: 205.181.14.12
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1042646484 26874 127.0.0.1 (15 Jan 2003 16:01:24 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 15 Jan 2003 16:01:24 GMT
Xref: newsmaster.cc.columbia.edu comp.databases.oracle.server:214903 comp.security.ssh:30800 comp.terminals:17735 comp.protocols.kermit.misc:14009

Thanks for responding.  

I did know about formatting, and this does work.  But it's double 
the work to format each column every time you run a query.

Even using substr(field, 1, 10) should only return the number of
characters specified.  Currently, even using substr returns an entire
line, no matter how long the line is. 

Does anyone know how to make it work normally?  


Eric Kimble <ekimble@wfl.fha.dot.gov> wrote in message news:<3E2437A7.8FBD4FB7@wfl.fha.dot.gov>...
> Roger:
> In SQL*Plus, when only wanting to look at a portion of the column you need to
> tell the environment to only show the portion that you want. issue a statement
> like the following on the SQL*Plus command line
> 
> column table_name format a30.
> 
> Then read up on column formatting in the documentation at tahiti.oracle.com
> 
> Roger Redford wrote:
> 
> > I've recently moved to a new environment, and I'm getting some strange
> > symptoms with sqlplus.  The environment is:
> >
> > Oracle 9.2, on solaris
> > Ibm thinkpad laptop
> > Smarterm and Putty
> >
> > I've used both Smarterm and Putty to connect to unix and use sqlplus.  It is
> > using SSH, but the symptoms occur whether I am just using telnet, or ssh.
> >
> > The symptom is:
> >
> > When do I select some long columns, such as TABLE_OWNER,
> > OR table_name, the field takes up a whole line.
> >
> > IE.
> >
> > Select  table_owner ,
> >                 table_name  ,
> >                 partition_name,
> >                 NUM_ROWS,
> >                 LAST_ANALYZED
> > from            all_tab_partitions
> > where           NUM_ROWS = 0
> > ORDER BY        TABLE_OWNER,
> >                 TABLE_NAME,
> >                 PARTITION_NAME
> >
> > I have tried:
> > set linesize 30000
> > substr(table_owner, 1, 20) as table_owner
> >
> > Yet, no matter what I do, the symptoms persist.
> >
> > Set wrap is on.  If I set it off, I will only see the first field.
> >
> > The crazy thing is, that my neighbors' sqlplus works normally,
> > and only returns 30 or less columns.
> >
> > Is there a setting that I should be concerned about?  Is it in
> > sqlplus, or in the client software (Putty, or Smarterm)?
> >
> > Thanks


From n-litchfield@audit-commission.gov.uk Wed Jan 15 11:31:38 EST 2003
Article: 14010 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.vmunix.org!feed.news.nacamar.de!bnewspeer01.bru.ops.eu.uu.net!lnewspeer01.lnd.ops.eu.uu.net!news01.triaton.com!dnewsfeed02.dtm.ops.eu.uu.net!dnewsifeed00.dtm.ops.eu.uu.net!bnewsifeed02.bru.ops.eu.uu.net!lnewspost00.lnd.ops.eu.uu.net!emea.uu.net!not-for-mail
From: "Niall Litchfield" <n-litchfield@audit-commission.gov.uk>
Newsgroups: comp.databases.oracle.server,comp.security.ssh,comp.terminals,comp.protocols.kermit.misc
References: <a8c29269.0301140753.7ee5175c@posting.google.com> <3E2437A7.8FBD4FB7@wfl.fha.dot.gov> <a8c29269.0301150801.6275acb1@posting.google.com>
Subject: Re: Strange behavior with SQLPLUS (Oracle)
Date: Wed, 15 Jan 2003 16:25:15 -0000
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Lines: 25
Message-ID: <3e258b6b$0$245$ed9e5944@reading.news.pipex.net>
NNTP-Posting-Host: host9.audit-commission.gov.uk
X-Trace: 1042647915 reading.news.pipex.net 245 193.128.236.219
X-Complaints-To: abuse@uk.uu.net
Xref: newsmaster.cc.columbia.edu comp.databases.oracle.server:214906 comp.security.ssh:30801 comp.terminals:17736 comp.protocols.kermit.misc:14010

"Roger Redford" <dba_222@yahoo.com> wrote in message
news:a8c29269.0301150801.6275acb1@posting.google.com...
> Does anyone know how to make it work normally?

On your neighbours machine run

store set c:\env.sql replace

This will create a .sql file with their current sqlplus environment. Then
just run this file on your machine.


--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer

******************************************




From dba_222@yahoo.com Fri Jan 17 16:19:10 EST 2003
Article: 14012 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: dba_222@yahoo.com (Roger Redford)
Newsgroups: comp.databases.oracle.server,comp.security.ssh,comp.terminals,comp.protocols.kermit.misc
Subject: Re: Strange behavior with SQLPLUS (Oracle)
Date: 17 Jan 2003 13:17:46 -0800
Organization: http://groups.google.com/
Lines: 68
Message-ID: <a8c29269.0301171317.2c874c13@posting.google.com>
References: <a8c29269.0301140753.7ee5175c@posting.google.com>
NNTP-Posting-Host: 205.181.14.12
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1042838267 21689 127.0.0.1 (17 Jan 2003 21:17:47 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 17 Jan 2003 21:17:47 GMT
Xref: newsmaster.cc.columbia.edu comp.databases.oracle.server:215244 comp.security.ssh:30831 comp.terminals:17744 comp.protocols.kermit.misc:14012

Hi guys,

Thanks for all your responses.  With sqlplus I tried all these things:
set trimspool on/off
set linesize
copying environments

and it made no difference.  I still had the same symptom.  

Only formatting the column works.  Which, as I mentioned, is a lot 
more work for every ad hoc query. 

I'm thinking that this is really not a sqlplus issue, but a
terminal issue.  Any ideas?

Thanks



dba_222@yahoo.com (Roger Redford) wrote in message news:<a8c29269.0301140753.7ee5175c@posting.google.com>...
> I've recently moved to a new environment, and I'm getting some strange
> symptoms with sqlplus.  The environment is:
> 
> Oracle 9.2, on solaris
> Ibm thinkpad laptop
> Smarterm and Putty
> 
> I've used both Smarterm and Putty to connect to unix and use sqlplus.  It is 
> using SSH, but the symptoms occur whether I am just using telnet, or ssh. 
> 
> 
> The symptom is:
> 
> When do I select some long columns, such as TABLE_OWNER, 
> OR table_name, the field takes up a whole line.
> 
> 
> IE. 
> 
> Select 	table_owner ,
> 		table_name  , 
> 		partition_name,
> 		NUM_ROWS,
> 		LAST_ANALYZED
> from		all_tab_partitions
> where		NUM_ROWS = 0
> ORDER BY 	TABLE_OWNER,
> 		TABLE_NAME,
> 		PARTITION_NAME
> 
> 
> I have tried: 
> set linesize 30000
> substr(table_owner, 1, 20) as table_owner 
> 
> Yet, no matter what I do, the symptoms persist.  
> 
> Set wrap is on.  If I set it off, I will only see the first field.
> 
> The crazy thing is, that my neighbors' sqlplus works normally,
> and only returns 30 or less columns.  
> 
> 
> Is there a setting that I should be concerned about?  Is it in 
> sqlplus, or in the client software (Putty, or Smarterm)?
> 
> 
> Thanks


From fdc@columbia.edu Sat Jan 18 18:38:18 EST 2003
Article: 14013 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Case Study #25: Remote Access
Date: 18 Jan 2003 18:37:34 -0500
Organization: Columbia University
Lines: 87
Message-ID: <b0cofu$6ut$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1042933055 9487 128.59.39.139 (18 Jan 2003 23:37:35 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 18 Jan 2003 23:37:35 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14013


A question that comes in with increasing frequency is "How do I set Kermit
up for incoming connections and offer the user a simple interface to choose
among the services I want to provide?"

There are several aspects to this question. First is how to make Kermit
accept incoming connections. This can be done with the ANSWER command if
users are to dial in with modems, or with SET HOST * on the Internet. You
can even run a Kermit script out of inetd. Of course remote access raises
all sorts of other questions about authentication and security which are
discussed elsewhere.

One form of remote access that also takes care of security is the Internet
Kermit Service. This presents the user with either the Kermit program prompt
and command interface or Kermit's server-mode packet interface. And for
completeness, I should also mention Kermit 95's Host Mode.

But some people want to set up their own custom interface for incoming users. 
Kermit lets you do this too, on the following types of connections: 

 .  Dialed, using the ANSWER command; for example: 

      set modem type usrobotics
      set port /dev/ttyS0
      if fail exit 1 Port not available
      set speed 5700
      set flow rts/cts
      answer
      if success take scriptfilename

 . Internet, using the SET HOST * command; for example: 

      set host * 3000 /raw
      if fail exit 1 Incoming connection failed
      take scriptfilename

 . Internet via inetd. In this case you would have Kermit execute your
   script as soon as a connection came in. In Unix, this requires an entry
   in /etc/inetd.conf to set up a service name and parameters, and one in
   /etc/services to associate the service name with a TCP port number. This
   one is a bit tricky and might also require a few of the recent fixes
   found in the C-Kermit daily builds (if anybody is interested in this
   option, speak up).

But no matter what way the user comes in, and leaving aside the question of
authentication (for which there are many, many possibilities), we reach the
point where the script needs to interact with the user, and quickly discover
two problems:

 . Commands such as ASK and ECHO do not communicate with the user. These
   commands are for use on Kermit's controlling terminal, not on its
   communications connection.

 . In some cases (such as under inetd), Kermit doesn't even have a
   controlling terminal.

For these reasons, you must use the OUTPUT and INPUT commands to communicate
with the user, and your script must perform all the functions of the
terminal driver, which is not active in this case. This includes echoing of
each character, echoing CR as CRLF, and processing of editing keystrokes
such as Backspace and interrupts such as Ctrl-C. It's not as difficult as it
sounds. To get you started, I've placed a new script in the script library,
called remoteaccess. Here's the URL:

  ftp://kermit.columbia.edu/kermit/scripts/ckermit/remoteaccess 

This script should work in any relatively recent version of C-Kermit or
Kermit 95. It gives the user just five commands: HELP, ECHO, LIST, SEND, and
EXIT. You should be able to use it as a template in fill in any other
commands you wish.  For simplicity, it offers just a prompt-and-command
interface. A formatted-screen BBS-style interface could be done too (as we
have done, in fact, in Kermit 95 Host Mode). The script includes a "SET
ROOT" command to prevent users from accessing any files outside the tree
rooted (in this case) at its current directory; this is an essential command
for anybody writing remote-access scripts.

A few other items in the script are worth mentioning: 

 . Command parsing is done by Kermit's \ftablelook() function, which allows
   for abbreviations, synonyms, etc. 
 . Alphabetic case is ignored via a simple setting (SET CASE OFF). 
 . The DOLIST macro shows how to construct and transmit a directory listing. 
 . All sorts of other features are illustrated: compact substring notation,
   array manipulation, extraction of array segments, splitting lines into
   words, etc etc. 

- Frank


From Christopher.Jones@oracle.comX Mon Jan 20 10:05:34 EST 2003
Article: 14014 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!cyclone.swbell.net!cyclone-sf.pbi.net!216.218.192.242!news.he.net!chekhov.conxion.net!news.oracle.com!not-for-mail
Followup-To:  comp.databases.oracle.server
Sender: cjones@iron2-au
Newsgroups: comp.databases.oracle.server,comp.security.ssh,comp.terminals,comp.protocols.kermit.misc
Subject: Re: Strange behavior with SQLPLUS (Oracle)
References: <a8c29269.0301140753.7ee5175c@posting.google.com> <a8c29269.0301171317.2c874c13@posting.google.com>
From: Christopher.Jones@oracle.comX
Message-ID: <uhec4y4y5.fsf@oracle.comX>
Lines: 97
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: 20 Jan 2003 12:40:02 +1100
NNTP-Posting-Host: 140.83.23.8
X-Trace: news.oracle.com 1043027198 140.83.23.8 (Sun, 19 Jan 2003 17:46:38 PST)
NNTP-Posting-Date: Sun, 19 Jan 2003 17:46:38 PST
Xref: newsmaster.cc.columbia.edu comp.databases.oracle.server:215391 comp.security.ssh:30868 comp.terminals:17752 comp.protocols.kermit.misc:14014

dba_222@yahoo.com (Roger Redford) writes:

If COLUMN has the effect you want, then I think it will be a
SQL*Plus issue.

Depending what part of your setup is "new", my guesses for
the cause are:

    (i) a new version of the server optimizes buffer
    allocations differently, or needs to cater for different
    character sets.  SQL functions like SUBSTR will display
    different default column widths then you were used to.

    (ii) Different Oracle NLS settings cause buffer
    expansion.

Since your neighbor's terminal is OK then I would
triple-check your "copying environments" test.

Perhaps using the web based iSQL*Plus will help in general?
Because it uses HTML tables the browser does most of the
column resizing.

Chris


> Hi guys,
> 
> Thanks for all your responses.  With sqlplus I tried all these things:
> set trimspool on/off
> set linesize
> copying environments
> 
> and it made no difference.  I still had the same symptom.  
> 
> Only formatting the column works.  Which, as I mentioned, is a lot 
> more work for every ad hoc query. 
> 
> I'm thinking that this is really not a sqlplus issue, but a
> terminal issue.  Any ideas?
> 
> Thanks
> 
> 
> 
> dba_222@yahoo.com (Roger Redford) wrote in message news:<a8c29269.0301140753.7ee5175c@posting.google.com>...
> > I've recently moved to a new environment, and I'm getting some strange
> > symptoms with sqlplus.  The environment is:
> > 
> > Oracle 9.2, on solaris
> > Ibm thinkpad laptop
> > Smarterm and Putty
> > 
> > I've used both Smarterm and Putty to connect to unix and use sqlplus.  It is 
> > using SSH, but the symptoms occur whether I am just using telnet, or ssh. 
> > 
> > 
> > The symptom is:
> > 
> > When do I select some long columns, such as TABLE_OWNER, 
> > OR table_name, the field takes up a whole line.
> > 
> > 
> > IE. 
> > 
> > Select 	table_owner ,
> > 		table_name  , 
> > 		partition_name,
> > 		NUM_ROWS,
> > 		LAST_ANALYZED
> > from		all_tab_partitions
> > where		NUM_ROWS = 0
> > ORDER BY 	TABLE_OWNER,
> > 		TABLE_NAME,
> > 		PARTITION_NAME
> > 
> > 
> > I have tried: 
> > set linesize 30000
> > substr(table_owner, 1, 20) as table_owner 
> > 
> > Yet, no matter what I do, the symptoms persist.  
> > 
> > Set wrap is on.  If I set it off, I will only see the first field.
> > 
> > The crazy thing is, that my neighbors' sqlplus works normally,
> > and only returns 30 or less columns.  
> > 
> > 
> > Is there a setting that I should be concerned about?  Is it in 
> > sqlplus, or in the client software (Putty, or Smarterm)?
> > 
> > 
> > Thanks

-- 
Christopher Jones, Oracle Corporation, Australia.


From robatworkGETRIDOFTHESESIXWORDS@mail.com Mon Jan 20 12:12:43 EST 2003
Article: 14015 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!newsfeed.icl.net!newsfeed.fjserv.net!diablo.theplanet.net!news.theplanet.net!not-for-mail
From: Rob S <robatworkGETRIDOFTHESESIXWORDS@mail.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Q: modems
Date: Mon, 20 Jan 2003 16:46:37 +0000
Lines: 14
Message-ID: <3e2c26c0.30812766@news.ision.net.uk>
NNTP-Posting-Host: 195.92.194.11
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: newsg2.svr.pol.co.uk 1043081141 16507 195.92.194.11 (20 Jan 2003 16:45:41 GMT)
NNTP-Posting-Date: 20 Jan 2003 16:45:41 GMT
X-Complaints-To: abuse@theplanet.net
X-Trace-PostClient-IP: 195.7.228.165
X-Newsreader: Forte Agent 1.91/32.564
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14015

Let's say I have a multitech modem which is going to answer a kermit call and go
into server mode.

Am I best to a) SET PORT TAPI / SET MODEM TYPE MULTITECH / ANSWER / SERVER
or b) SET PORT TAPI / SET MODEM TYPE TAPI / ANSWER / SERVER

(kermit 95 v2.1)

They both work, but do different things to the modem before it answers

tia

-Rob
robatwork at mail dot com


From fdc@columbia.edu Mon Jan 20 12:12:45 EST 2003
Article: 14016 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Q: modems
Date: 20 Jan 2003 12:12:36 -0500
Organization: Columbia University
Lines: 35
Message-ID: <b0ham4$i99$1@watsol.cc.columbia.edu>
References: <3e2c26c0.30812766@news.ision.net.uk>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043082757 6445 128.59.39.139 (20 Jan 2003 17:12:37 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 20 Jan 2003 17:12:37 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14016

In article <3e2c26c0.30812766@news.ision.net.uk>,
Rob S  <robatworkGETRIDOFTHESESIXWORDS@mail.com> wrote:
: Let's say I have a multitech modem which is going to answer a kermit call
: and go into server mode.
: 
: Am I best to a) SET PORT TAPI / SET MODEM TYPE MULTITECH / ANSWER / SERVER
: or b) SET PORT TAPI / SET MODEM TYPE TAPI / ANSWER / SERVER
: 
: (kermit 95 v2.1)
: 
: They both work, but do different things to the modem before it answers
: 
Both Kermit and Windows give you different ways to do the same thing.
Windows gives you both a "DOS" and a TAPI interface to the modem.

Kermit supports both of these.  Furthermore, when using the TAPI interface,
it allows you to choose whether Kermit does the dialing (using its built-in
knowledge of the modem that you have identified), or it lets TAPI do the
dialing.

If one way was always better than the other, we'd only support the better
way.  But in some cases Kermit's modem commands database might be better
than Windows'.  In other cases vice versa (I hope not).  In still other
cases, Kermit might support the kind of modem you have, but TAPI does not.
Or vice versa.

In this case the best result would be the one that:

 . Gives you the most reliable connection
 . Gives you the best performance
 . Leaves the modem the most usable for other tasks afterwards

Only you can judge.

- Frank


From heiby_u@falkor.chi.il.us Mon Jan 20 17:03:30 EST 2003
Article: 14017 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail
From: Ron Heiby <heiby_u@falkor.chi.il.us>
Newsgroups: comp.protocols.kermit.misc
Subject: K95 2.1.2 Interrupt ftp connect = death
Message-ID: <c3qo2vodl8qbrpn9neujcqlg6s91564g4i@4ax.com>
X-Newsreader: Forte Agent 1.91/32.564
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 28
NNTP-Posting-Host: 12.248.231.128
X-Complaints-To: abuse@attbi.com
X-Trace: rwcrnsc53 1043098963 12.248.231.128 (Mon, 20 Jan 2003 21:42:43 GMT)
NNTP-Posting-Date: Mon, 20 Jan 2003 21:42:43 GMT
Organization: AT&T Broadband
Date: Mon, 20 Jan 2003 21:42:43 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14017

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

I've got a dialer entry that attempts to fire up an ftp session. The other
day, I used it successfully, so I know that it works. Today, the remote
host must be having problems, because the attempt just sits there with the
window saying "Connected to [ip address]", where "[ip address]" is what I
entered on the dialer's "General" page for this entry.

Seeing that it was not going to work, I tried to kill it with Ctrl-C. It
died a bit more violently than I intended, throwing a fault for trying to
write location 0x0 at address 0x0051761a.

Once I understood that it did not like being interrupted, I refrained from
hitting Ctrl-C for several minutes. Seeing no progress on the screen, I
eventually did go ahead and kill it with Ctrl-C.

-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Privacy 6.5.8
Comment: Until recently, the last PGP with full source disclosure.

iQA/AwUBPixtSG8pw+2/9pUJEQLU0ACgzTmdHGW/dR8lLbnQ6+lZHrfB/bkAnReT
qZGupGpL0mzigcLzjMsGKNqN
=dIxA
-----END PGP SIGNATURE-----



From fdc@columbia.edu Mon Jan 20 17:03:32 EST 2003
Article: 14019 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: K95 2.1.2 Interrupt ftp connect = death
Date: 20 Jan 2003 17:03:26 -0500
Organization: Columbia University
Lines: 21
Message-ID: <b0hrne$1lp$1@watsol.cc.columbia.edu>
References: <c3qo2vodl8qbrpn9neujcqlg6s91564g4i@4ax.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043100207 19096 128.59.39.139 (20 Jan 2003 22:03:27 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 20 Jan 2003 22:03:27 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14019

In article <c3qo2vodl8qbrpn9neujcqlg6s91564g4i@4ax.com>,
Ron Heiby  <heiby_u@falkor.chi.il.us> wrote:
: I've got a dialer entry that attempts to fire up an ftp session. The other
: day, I used it successfully, so I know that it works. Today, the remote
: host must be having problems, because the attempt just sits there with the
: window saying "Connected to [ip address]", where "[ip address]" is what I
: entered on the dialer's "General" page for this entry.
: 
: Seeing that it was not going to work, I tried to kill it with Ctrl-C. It
: died a bit more violently than I intended, throwing a fault for trying to
: write location 0x0 at address 0x0051761a.
: 
: Once I understood that it did not like being interrupted, I refrained from
: hitting Ctrl-C for several minutes. Seeing no progress on the screen, I
: eventually did go ahead and kill it with Ctrl-C.
: 
Problems with Ctrl-C in the FTP client (and to a lesser extent, in K-95 has
a whole) are noted in the bugs file.  This one is Bug 692.  Very difficult
to fix.

- Frank


From dominichatfield@optusnet.com.au Wed Jan 22 11:50:48 EST 2003
Article: 14020 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!news1.optus.net.au!optus!spool01.syd.optusnet.com.au!spool.optusnet.com.au!not-for-mail
From: "Dom Hatfield" <dominichatfield@optusnet.com.au>
Newsgroups: comp.protocols.kermit.misc
Subject: Using C-Kermit for Parallel Transfer
Date: Wed, 22 Jan 2003 22:28:07 +1100
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Lines: 7
Message-ID: <3e2e8049$0$7814$afc38c87@news.optusnet.com.au>
NNTP-Posting-Host: 210.49.76.90
X-Trace: 1043234890  7814 210.49.76.90
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14020

Hi, is it posisble to use C-Kermit to transfer files over a Parallel cable
in Unix - would love to get in touch with anyone that has been successful in
this.

Dominic




From fdc@columbia.edu Wed Jan 22 11:53:09 EST 2003
Article: 14021 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: ANNOUNCE: Kermit 95 2.1.3
Date: 22 Jan 2003 10:07:30 -0500
Organization: Columbia University
Lines: 14
Message-ID: <b0mc3i$ljq$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043248051 23236 128.59.39.139 (22 Jan 2003 15:07:31 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 22 Jan 2003 15:07:31 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14021


This is a minor update to version 2.1.2, featuring new "lockdown" controls,
SSH agent forwarding, some bug fixes (mostly to the FTP client), and a few
other things.  For details, see the full announcement on
comp.protocols.kermit.announce, or on the Web at:

  http://www.columbia.edu/kermit/k95_213_ann.html

Or just visit the Kermit or K95 home page:

  http://www.columbia.edu/kermit/
  http://www.columbia.edu/kermit/k95.html

- Frank


From fdc@columbia.edu Wed Jan 22 11:53:12 EST 2003
Article: 14022 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Using C-Kermit for Parallel Transfer
Date: 22 Jan 2003 11:53:02 -0500
Organization: Columbia University
Lines: 14
Message-ID: <b0mi9e$583$1@watsol.cc.columbia.edu>
References: <3e2e8049$0$7814$afc38c87@news.optusnet.com.au>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043254384 27703 128.59.39.139 (22 Jan 2003 16:53:04 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 22 Jan 2003 16:53:04 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14022

In article <3e2e8049$0$7814$afc38c87@news.optusnet.com.au>,
Dom Hatfield <dominichatfield@optusnet.com.au> wrote:
: Hi, is it posisble to use C-Kermit to transfer files over a Parallel cable
: in Unix - would love to get in touch with anyone that has been successful 
: in this.
: 
I'm not aware of any examples.  I would guess that it's possible only when
there is a parallel port driver that supports the serial-port APIs.  I do
not know if such drivers exist.

Of course the source code is out there, so anybody is welcome to add
parallel-port support to it and send in the changes.

- Frank


From JDanSkinner@JDanSkinner.com Wed Jan 22 15:55:32 EST 2003
Article: 14023 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!nntp1.roc.gblx.net!nntp.gblx.net!nntp1.phx1.gblx.net!nntp.gblx.net!nntp.gblx.net!newsfeed.news2me.com!sn-xit-02!sn-xit-03!sn-xit-01!sn-xit-08!supernews.com!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Trouble doing 2.1.3 update
Date: 22 Jan 2003 12:31:57 -0800
Organization: http://groups.google.com/
Lines: 27
Message-ID: <8ce22d01.0301221231.42246b62@posting.google.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1043267517 19293 127.0.0.1 (22 Jan 2003 20:31:57 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 22 Jan 2003 20:31:57 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14023

Frank;
I downloaded k95 2.1.3 .  
k95_213_crypto_upg.exe

and tried to update my 2.1.0

Kermit 95 2.1.0, 24 Oct 2002, for 32-bit Windows
 Copyright (C) 1985, 2002,
  Trustees of Columbia University in the City of New York.
Registered to:

  Dan Skinner
  JDanSkinner.com

I get error
  Could not locate dialinf.dat - Fatal error aborting

On my machine are 2 dialinf.dat
  c:\windows\all users\application\kermit 95\dialinf.dat
  dated 06/14/02 at 21K
and
  c:\k95\dialinf.dat
  dated 2/16/00 at 130K
  k95 1.x.x is in c:\k95
Help with update appreciated.

Regards...Dan.


From fdc@columbia.edu Wed Jan 22 15:57:33 EST 2003
Article: 14024 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Trouble doing 2.1.3 update
Date: 22 Jan 2003 15:57:28 -0500
Organization: Columbia University
Lines: 9
Message-ID: <b0n0jo$4e8$1@watsol.cc.columbia.edu>
References: <8ce22d01.0301221231.42246b62@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043269049 8952 128.59.39.139 (22 Jan 2003 20:57:29 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 22 Jan 2003 20:57:29 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14024

In article <8ce22d01.0301221231.42246b62@posting.google.com>,
Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
: I downloaded k95 2.1.3...  k95_213_crypto_upg.exe...
: and tried to update my 2.1.0... I get error...
:
Anybody who has trouble with the updates, please send e-mail to
kermit-support@columbia.edu (we already got back to Dan).

- Frank


From jaltman@watsun.cc.columbia.edu Wed Jan 22 17:16:00 EST 2003
Article: 14025 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Case Study #25: Remote Access
Date: 22 Jan 2003 22:11:18 GMT
Organization: Columbia University
Lines: 36
Message-ID: <b0n4u6$bt1$1@newsmaster.cc.columbia.edu>
References: <b0cofu$6ut$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043273478 12193 128.59.39.2 (22 Jan 2003 22:11:18 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 22 Jan 2003 22:11:18 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14025

In article <b0cofu$6ut$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
: 
: A question that comes in with increasing frequency is "How do I set Kermit
: up for incoming connections and offer the user a simple interface to choose
: among the services I want to provide?"
: 
:<snip>
: 
: One form of remote access that also takes care of security is the Internet
: Kermit Service. This presents the user with either the Kermit program prompt
: and command interface or Kermit's server-mode packet interface. And for
: completeness, I should also mention Kermit 95's Host Mode.
:
:<snip>

I want to point out that the Internet Kermit Service can be configured to
execute any script the administrator wishes to have run when an end user
connects.  The options are not SERVER or command prompt; but SERVER or 
command processor.

The process for doing this is quite simple.  Within the /etc/iksd.conf 
script the administrator defines an on_login macro that is executed upon
successful login.  This macro can test for the type of login by examining
the authtype, authname, and authstate variables.  Based upon whether the
login is an authenticated user or a guest, different access configurations
can be applied and scripts can be selected. 

The only reason for not using IKSD to provide a script to the end user
is if the script requires access to external commands which are disallowed
in IKSD configurations.

 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From tom.horsley@att.net Thu Jan 23 09:01:56 EST 2003
Article: 14026 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newspeer1.nwr.nac.net!quark.scn.rain.com!chilly.oregonvos.net!canoe.uoregon.edu!arclight.uoregon.edu!wn14feed!wn12feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
Sender: tom@SPIKE
Newsgroups: comp.protocols.kermit.misc
Subject: getting kermit command output to a file?
From: tom.horsley@att.net (Thomas A. Horsley)
Message-ID: <u8yxcfxb6.fsf@att.net>
Lines: 18
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
NNTP-Posting-Host: f49a2e652be8c18e4421525a73441ab1
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc04-news.ops.worldnet.att.net 1043286685 f49a2e652be8c18e4421525a73441ab1 (Thu, 23 Jan 2003 01:51:25 GMT)
NNTP-Posting-Date: Thu, 23 Jan 2003 01:51:25 GMT
Organization: AT&T Worldnet
Date: Thu, 23 Jan 2003 01:51:25 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14026

Just installed 2.1.3 (works great), and it occured to me it would be fun to
see if I could check and see if the agent already has a key stored, and if
it doesn't invoke ssh-add the first time I connect to a system.

Doing a grep like operation on the stuff provided by ssh agent list /fingerprint
seems like just what I need, but I can't quite figure out how to get it
someplace where I can grep it.

Is there some way to log the kermit interaction to a file (none of the
parameters of the "log" command seem to provide for that)?

(One of these days I gotta replace my 1st edition Using C-Kermit book and
memorize it, but I keep hoping a new edition with all the new features
merged into one nice book will come out :-).
--
>>==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
      email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL      |
<URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+


From jaltman2@nyc.rr.com Thu Jan 23 09:02:32 EST 2003
Article: 14027 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E2F64E6.8060702@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: getting kermit command output to a file?
References: <u8yxcfxb6.fsf@att.net>
In-Reply-To: <u8yxcfxb6.fsf@att.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 27
Date: Thu, 23 Jan 2003 03:39:41 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1043293181 66.108.138.151 (Wed, 22 Jan 2003 22:39:41 EST)
NNTP-Posting-Date: Wed, 22 Jan 2003 22:39:41 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14027

CLEAR COMMAND SCROLLBACK
SSH AGENT LIST
SAVE COMMAND SCROLLBACK <file>


Thomas A. Horsley wrote:
> Just installed 2.1.3 (works great), and it occured to me it would be fun to
> see if I could check and see if the agent already has a key stored, and if
> it doesn't invoke ssh-add the first time I connect to a system.
> 
> Doing a grep like operation on the stuff provided by ssh agent list /fingerprint
> seems like just what I need, but I can't quite figure out how to get it
> someplace where I can grep it.
> 
> Is there some way to log the kermit interaction to a file (none of the
> parameters of the "log" command seem to provide for that)?
> 
> (One of these days I gotta replace my 1st edition Using C-Kermit book and
> memorize it, but I keep hoping a new edition with all the new features
> merged into one nice book will come out :-).
> --
> 
>>>==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
> 
>       email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL      |
> <URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+



From msapiro@ccsf.edu Thu Jan 23 16:36:54 EST 2003
Article: 14028 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!newsfeed.berkeley.edu!ucberkeley!ihnp4.ucsd.edu!sdd.hp.com!usc.edu!newshub.csu.net!sand.ccsf.cc.ca.us!fog.ccsf.cc.ca.us!msapiro
From: Mark Sapiro <msapiro@ccsf.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Using C-Kermit 3rd Ed.? (was: getting kermit command output to
 a file?)
Date: Thu, 23 Jan 2003 11:36:54 -0800
Organization: City College of San Francisco
Lines: 18
Message-ID: <Pine.HPX.4.44.0301231128450.18368-100000@fog.ccsf.cc.ca.us>
References: <u8yxcfxb6.fsf@att.net>
NNTP-Posting-Host: fog.ccsf.cc.ca.us
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-X-Sender: msapiro@fog.ccsf.cc.ca.us
In-Reply-To: <u8yxcfxb6.fsf@att.net>
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14028

On Thu, 23 Jan 2003, Thomas A. Horsley wrote:
> (One of these days I gotta replace my 1st edition Using C-Kermit book and
> memorize it, but I keep hoping a new edition with all the new features
> merged into one nice book will come out :-).


I have the same hope.  Some time ago there was talk of a 3rd edition coming
soon.  More recent talk has made a 3rd edition seem unlikely.  I have no
problem with buying the 2nd edition other than the worry that as soon as I
do, the 3rd will be published.

So what's the story?  Will there ever be a 3rd edition?  If so, will it
come any time soon?

--
Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



From fdc@columbia.edu Thu Jan 23 16:36:58 EST 2003
Article: 14029 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Using C-Kermit 3rd Ed.? (was: getting kermit command output to a file?)
Date: 23 Jan 2003 16:36:49 -0500
Organization: Columbia University
Lines: 35
Message-ID: <b0pn9h$k9g$1@watsol.cc.columbia.edu>
References: <u8yxcfxb6.fsf@att.net> <Pine.HPX.4.44.0301231128450.18368-100000@fog.ccsf.cc.ca.us>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043357811 11288 128.59.39.139 (23 Jan 2003 21:36:51 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 23 Jan 2003 21:36:51 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14029

In article <Pine.HPX.4.44.0301231128450.18368-100000@fog.ccsf.cc.ca.us>,
Mark Sapiro  <msapiro@ccsf.edu> wrote:
: On Thu, 23 Jan 2003, Thomas A. Horsley wrote:
: > (One of these days I gotta replace my 1st edition Using C-Kermit book and
: > memorize it, but I keep hoping a new edition with all the new features
: > merged into one nice book will come out :-).
: 
: I have the same hope.  Some time ago there was talk of a 3rd edition coming
: soon.  More recent talk has made a 3rd edition seem unlikely.  I have no
: problem with buying the 2nd edition other than the worry that as soon as I
: do, the 3rd will be published.
: 
: So what's the story?  Will there ever be a 3rd edition?  If so, will it
: come any time soon?
: 
If I say it's coming soon, nobody will buy the second edition from the
moment I say that.  In times like these, nobody can afford to be sitting
on unsold stock.  Let me just say that the second edition is still the
definitive reference for C-Kermit, as supplemented by the update pages on
the web, and that we do plan to have a third edition -- or something
completely different in its place -- in the future, but I can't say when
or in what form.  In the meantime, we (and our publishers) still need
revenue to stay in operation.

A major difference between the first and second editions is the addition
of block structure to the command language syntax in C-Kermit 6.0.  Thus
all the examples in the later chapters are different and much nicer than
the earlier "comma,dash" syntax.  Anybody who is using the first edition
as a guide to writing script programs is much better off with the second.
I don't expect the fundamental structure of the language to change at
such a basic level again.

Anyway, there's something to be said for collecting the whole set :-)

- Frank


From tom.horsley@att.net Thu Jan 23 17:27:18 EST 2003
Article: 14030 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.gtei.net!wn12feed!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
Sender: tom@SPIKE
Newsgroups: comp.protocols.kermit.misc
Subject: Re: getting kermit command output to a file?
References: <u8yxcfxb6.fsf@att.net> <3E2F64E6.8060702@nyc.rr.com>
From: tom.horsley@att.net (Thomas A. Horsley)
Message-ID: <ufzrj5wx1.fsf@att.net>
Lines: 5
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
NNTP-Posting-Host: 110305cc296604a042750677f96f559e
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc05-news.ops.worldnet.att.net 1043360538 110305cc296604a042750677f96f559e (Thu, 23 Jan 2003 22:22:18 GMT)
NNTP-Posting-Date: Thu, 23 Jan 2003 22:22:18 GMT
Organization: AT&T Worldnet
Date: Thu, 23 Jan 2003 22:22:18 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14030

>CLEAR COMMAND SCROLLBACK
>SSH AGENT LIST
>SAVE COMMAND SCROLLBACK <file>

Great. I knew there had to be some way. Thanks!


From tom.horsley@att.net Fri Jan 24 11:24:50 EST 2003
Article: 14031 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.vmunix.org!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn11feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
Sender: tom@SPIKE
Newsgroups: comp.protocols.kermit.misc
Subject: Is this an infinite loop bug in find?
From: tom.horsley@att.net (Thomas A. Horsley)
Message-ID: <u7kcv5m5r.fsf@att.net>
Lines: 35
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
NNTP-Posting-Host: 87e748873747d365de554df3fb03da5e
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc05-news.ops.worldnet.att.net 1043374480 87e748873747d365de554df3fb03da5e (Fri, 24 Jan 2003 02:14:40 GMT)
NNTP-Posting-Date: Fri, 24 Jan 2003 02:14:40 GMT
Organization: AT&T Worldnet
Date: Fri, 24 Jan 2003 02:14:40 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14031

Details: Kermit 95 Version 2.1.3
         Windows XP Professional

I'm trying to implement my conditional ssh-add stuff, and starting small
with a single special case before I try to fancy it up and generalize it.

Here is a kermit script which works fine when I "take" it:

ssh agent list /fingerprint
save command scrollback \v(tmpdir)keyfing.txt
find /nolist 37:d3:8a:ed:a1:4c:cf:a9:bc:58:7b:a4:4f:51:bd:5d \v(tmpdir)keyfing.txt
if failure {
   ssh agent add \v(appdata)SSH/id_dsa
}

Here's the same script changed to stash the fingerprint in a macro:

define myfinger 37:d3:8a:ed:a1:4c:cf:a9:bc:58:7b:a4:4f:51:bd:5d
ssh agent list /fingerprint
save command scrollback \v(tmpdir)keyfing.txt
find /nolist \m(myfinger) \v(tmpdir)keyfing.txt
if failure {
   ssh agent add \v(appdata)SSH/id_dsa
}

When I run this version, it seems to get down to the find command and sit
there using infinite amounts of CPU time.

Actually, if I just manually define a similar macro and use it as the
pattern in a find command, it seems to do the same thing, so the "take" and
the surrounding script is probably unimportant.
--
>>==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
      email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL      |
<URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+


From robatworkGETRIDOFTHESESIXWORDS@mail.com Fri Jan 24 11:38:59 EST 2003
Article: 14032 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!ord-feed.news.verio.net!stl-feed.news.verio.net!newsreader.wustl.edu!gumby.it.wmich.edu!aanews.merit.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!peer1.news.newnet.co.uk!diablo.theplanet.net!news.theplanet.net!not-for-mail
From: Rob S <robatworkGETRIDOFTHESESIXWORDS@mail.com>
Newsgroups: comp.protocols.kermit.misc
Subject: File transfer / IP
Date: Fri, 24 Jan 2003 15:55:23 +0000
Lines: 25
Message-ID: <3e316067.28046498@news.ision.net.uk>
NNTP-Posting-Host: 195.92.194.11
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Trace: newsg3.svr.pol.co.uk 1043423663 8383 195.92.194.11 (24 Jan 2003 15:54:23 GMT)
NNTP-Posting-Date: 24 Jan 2003 15:54:23 GMT
X-Complaints-To: abuse@theplanet.net
X-Trace-PostClient-IP: 195.7.237.56
X-Newsreader: Forte Agent 1.91/32.564
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14032

Hi,

I'd appreciate a few pointers to get me started with the following:

Currently we transfer file between PCs connecting via serial or modem by putting
one into server mode on the relevant serial port and at the other doing
something like:

set port COM1
set speed 57600
GET /RECV1.DAT
etc.

If we now connect the PCs via ethernet and TCPIP instead so they can see each
other with addresses of say 192.168.0.1 and 192.168.0.2, how would I go about
transferring files with kermit? Are there similar server and port mode commands
for IP?

(Yes I know I could share the folders in windows or NFS mount them or.....)

thanks


-Rob
robatwork at mail dot com


From fdc@columbia.edu Fri Jan 24 11:59:20 EST 2003
Article: 14033 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Is this an infinite loop bug in find?
Date: 24 Jan 2003 11:38:51 -0500
Organization: Columbia University
Lines: 36
Message-ID: <b0rq6r$aev$1@watsol.cc.columbia.edu>
References: <u7kcv5m5r.fsf@att.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043426332 21280 128.59.39.139 (24 Jan 2003 16:38:52 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 24 Jan 2003 16:38:52 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14033

In article <u7kcv5m5r.fsf@att.net>,
Thomas A. Horsley <tom.horsley@att.net> wrote:
: Details: Kermit 95 Version 2.1.3
:          Windows XP Professional
: 
: I'm trying to implement my conditional ssh-add stuff, and starting small
: with a single special case before I try to fancy it up and generalize it.
: 
: ...if I just manually define a similar macro and use it as the
: pattern in a find command, it seems to do the same thing, so the "take" 
: and the surrounding script is probably unimportant.
:
It's a bug: The GREP (FIND) command did not expand pattern variables, and
if given one (such as "\m(foo)") would quickly descend into Quoting Hell.
It should be fixed in the latest C-Kermit daily build:

  http://www.columbia.edu/kermit/ckdaily.html

but the fix won't appear in K95 until the next release, which is not yet
even planned.  As a workaround, you could do something like this:

  define mygrep {
      local xx
      assign xx {
	  find \%1 \%2
	  if fail end 1
      }
      do xx
      if fail end 1
  }

And then use MYGREP instead of GREP.

Thanks for reporting it.

- Frank


From fdc@columbia.edu Fri Jan 24 11:59:25 EST 2003
Article: 14034 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: File transfer / IP
Date: 24 Jan 2003 11:59:12 -0500
Organization: Columbia University
Lines: 28
Message-ID: <b0rrd0$d9n$1@watsol.cc.columbia.edu>
References: <3e316067.28046498@news.ision.net.uk>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043427555 22179 128.59.39.139 (24 Jan 2003 16:59:15 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 24 Jan 2003 16:59:15 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14034

In article <3e316067.28046498@news.ision.net.uk>,
Rob S  <robatworkGETRIDOFTHESESIXWORDS@mail.com> wrote:

: I'd appreciate a few pointers to get me started with the following:
: 
: Currently we transfer file between PCs connecting via serial or modem by
: putting one into server mode on the relevant serial port and at the other
: doing something like:
: 
: set port COM1
: set speed 57600
: GET /RECV1.DAT
: etc.
: 
: If we now connect the PCs via ethernet and TCPIP instead so they can see
: each other with addresses of say 192.168.0.1 and 192.168.0.2, how would I go
: about transferring files with kermit? Are there similar server and port mode
: commands for IP?
: 
Sure; Kermit works the same on network connections, except you make the
connection differently: SET HOST instead of SET PORT; SET HOST * xxx to wait
for an incoming conneciton on port xxx.  The exact syntax depends on the
specific Kermit program.  See the tutorials:

  http://www.columbia.edu/kermit/ckututor.html  C-Kermit Tutorial
  http://www.columbia.edu/kermit/k95tutor.html  Kermit 95 Tutorial

- Frank


From JDanSkinner@JDanSkinner.com Sat Jan 25 15:28:47 EST 2003
Article: 14035 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Launching k95 2.1.3
Date: 25 Jan 2003 10:14:32 -0800
Organization: http://groups.google.com/
Lines: 8
Message-ID: <8ce22d01.0301251014.5ea6982d@posting.google.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1043518472 3128 127.0.0.1 (25 Jan 2003 18:14:32 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 25 Jan 2003 18:14:32 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14035

I connect to a number of remote and local systems using K95, some with
dialup, others telnet, and some ssh. Each connection is supported by
it's own script. With the change from 2.1.1 to 2.1.3, I've noticed a
significant increase in the number of frame resizings from initial
launch to the final sizing by the connection script. I'm wondering if
there is a way to disguise these changes in order to present a
somewhat more professional appearance to customers who are often
watching over my shoulder.


From fdc@columbia.edu Sat Jan 25 15:33:04 EST 2003
Article: 14036 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Launching k95 2.1.3
Date: 25 Jan 2003 15:30:57 -0500
Organization: Columbia University
Lines: 15
Message-ID: <b0us61$cee$1@watsol.cc.columbia.edu>
References: <8ce22d01.0301251014.5ea6982d@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043526705 26995 128.59.39.139 (25 Jan 2003 20:31:45 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 25 Jan 2003 20:31:45 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14036

In article <8ce22d01.0301251014.5ea6982d@posting.google.com>,
Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
: I connect to a number of remote and local systems using K95, some with
: dialup, others telnet, and some ssh. Each connection is supported by
: it's own script. With the change from 2.1.1 to 2.1.3, I've noticed a
: significant increase in the number of frame resizings from initial
: launch to the final sizing by the connection script. I'm wondering if
: there is a way to disguise these changes in order to present a
: somewhat more professional appearance to customers who are often
: watching over my shoulder.
:
One way might be to start it --minimize'd and the restore it at the
appropriate moment in your script with SET GUI WINDOW RUN-MODE RESTORE.

- Frank


From JDanSkinner@JDanSkinner.com Sun Jan 26 13:08:59 EST 2003
Article: 14038 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Launching k95 2.1.3
Date: 25 Jan 2003 20:29:00 -0800
Organization: http://groups.google.com/
Lines: 25
Message-ID: <8ce22d01.0301252028.2c1b59c1@posting.google.com>
References: <8ce22d01.0301251014.5ea6982d@posting.google.com> <b0us61$cee$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1043555340 19640 127.0.0.1 (26 Jan 2003 04:29:00 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 26 Jan 2003 04:29:00 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14038

fdc@columbia.edu (Frank da Cruz) wrote in message news:<b0us61$cee$1@watsol.cc.columbia.edu>...
> In article <8ce22d01.0301251014.5ea6982d@posting.google.com>,
> Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
> : I connect to a number of remote and local systems using K95, some with
> : dialup, others telnet, and some ssh. Each connection is supported by
> : it's own script. With the change from 2.1.1 to 2.1.3, I've noticed a
> : significant increase in the number of frame resizings from initial
> : launch to the final sizing by the connection script. I'm wondering if
> : there is a way to disguise these changes in order to present a
> : somewhat more professional appearance to customers who are often
> : watching over my shoulder.
> :
> One way might be to start it --minimize'd and the restore it at the
> appropriate moment in your script with SET GUI WINDOW RUN-MODE RESTORE.
> 
> - Frank

Kool idea!
I've been launching my scripts with file association.
I don't really want to make the association launch minimized
so I guess the launch should be:
c:\---k95g --minimized (script)
What should the (script) parameter be?
( I looked in help and docs but it didn't jump out at me.)
Regards...Dan.


From jaltman2@nyc.rr.com Sun Jan 26 13:09:06 EST 2003
Article: 14039 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E33B86E.6020705@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Launching k95 2.1.3
References: <8ce22d01.0301251014.5ea6982d@posting.google.com> <b0us61$cee$1@watsol.cc.columbia.edu> <8ce22d01.0301252028.2c1b59c1@posting.google.com>
In-Reply-To: <8ce22d01.0301252028.2c1b59c1@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 38
Date: Sun, 26 Jan 2003 10:27:01 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1043576821 66.108.138.151 (Sun, 26 Jan 2003 05:27:01 EST)
NNTP-Posting-Date: Sun, 26 Jan 2003 05:27:01 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14039

As I told Dan in private e-mail the reason the screen will change 
dimensions is because the script contents do not match the defaults used 
when starting k95g.

k95g.exe <scriptfile> --height:HH --width:WW --fontname:<name> 
--fontsize:<size>



Dan Skinner wrote:
> fdc@columbia.edu (Frank da Cruz) wrote in message news:<b0us61$cee$1@watsol.cc.columbia.edu>...
> 
>>In article <8ce22d01.0301251014.5ea6982d@posting.google.com>,
>>Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
>>: I connect to a number of remote and local systems using K95, some with
>>: dialup, others telnet, and some ssh. Each connection is supported by
>>: it's own script. With the change from 2.1.1 to 2.1.3, I've noticed a
>>: significant increase in the number of frame resizings from initial
>>: launch to the final sizing by the connection script. I'm wondering if
>>: there is a way to disguise these changes in order to present a
>>: somewhat more professional appearance to customers who are often
>>: watching over my shoulder.
>>:
>>One way might be to start it --minimize'd and the restore it at the
>>appropriate moment in your script with SET GUI WINDOW RUN-MODE RESTORE.
>>
>>- Frank
> 
> 
> Kool idea!
> I've been launching my scripts with file association.
> I don't really want to make the association launch minimized
> so I guess the launch should be:
> c:\---k95g --minimized (script)
> What should the (script) parameter be?
> ( I looked in help and docs but it didn't jump out at me.)
> Regards...Dan.



From JDanSkinner@JDanSkinner.com Sun Jan 26 13:38:24 EST 2003
Article: 14040 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Launching k95 2.1.3 in a pretty way
Date: 26 Jan 2003 10:22:28 -0800
Organization: http://groups.google.com/
Lines: 67
Message-ID: <8ce22d01.0301261022.68ac1eca@posting.google.com>
References: <8ce22d01.0301251014.5ea6982d@posting.google.com> <b0us61$cee$1@watsol.cc.columbia.edu> <8ce22d01.0301252028.2c1b59c1@posting.google.com> <3E33B86E.6020705@nyc.rr.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1043605348 19308 127.0.0.1 (26 Jan 2003 18:22:28 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 26 Jan 2003 18:22:28 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14040

Frank, Jeff;
As usual your advice is good and fast.
I tried the minimize idea cause it sounded cool.
It works but the final window does not POP open but
grows open in a not to "pretty" way. There may be a solution but
I went on to idea 2. 

Working from Jeff's inspiration I changed the launch 
>from  	c:\---script.ksc 
to 	c:\---k95g c:\---script.ksc –-xpos:15 -–ypos:15 
15/15 being the corner for the final frame. 
This met my original objective very well. Although the frame does
resize
A couple of times before the final size and font are established, the
corner anchor and a pretty consistent header allow the changes to look
like progress rather than disorder.

Question:  Without the –-xpos –-ypos the initial frame seems to open
at
A semi-random location.  Is there some rhyme or reason?

Thanks again for an outstanding product and great support.

Regards…Dan.





"Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message news:<3E33B86E.6020705@nyc.rr.com>...
> As I told Dan in private e-mail the reason the screen will change 
> dimensions is because the script contents do not match the defaults used 
> when starting k95g.
> 
> k95g.exe <scriptfile> --height:HH --width:WW --fontname:<name> 
> --fontsize:<size>
> 
> 
> 
> Dan Skinner wrote:
> > fdc@columbia.edu (Frank da Cruz) wrote in message news:<b0us61$cee$1@watsol.cc.columbia.edu>...
> > 
> >>In article <8ce22d01.0301251014.5ea6982d@posting.google.com>,
> >>Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
> >>: I connect to a number of remote and local systems using K95, some with
> >>: dialup, others telnet, and some ssh. Each connection is supported by
> >>: it's own script. With the change from 2.1.1 to 2.1.3, I've noticed a
> >>: significant increase in the number of frame resizings from initial
> >>: launch to the final sizing by the connection script. I'm wondering if
> >>: there is a way to disguise these changes in order to present a
> >>: somewhat more professional appearance to customers who are often
> >>: watching over my shoulder.
> >>:
> >>One way might be to start it --minimize'd and the restore it at the
> >>appropriate moment in your script with SET GUI WINDOW RUN-MODE RESTORE.
> >>
> >>- Frank
> > 
> > 
> > Kool idea!
> > I've been launching my scripts with file association.
> > I don't really want to make the association launch minimized
> > so I guess the launch should be:
> > c:\---k95g --minimized (script)
> > What should the (script) parameter be?
> > ( I looked in help and docs but it didn't jump out at me.)
> > Regards...Dan.


From not-a-real-address@usa.net Sun Jan 26 17:23:24 EST 2003
Article: 14041 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Launching k95 2.1.3 in a pretty way
Date: 26 Jan 2003 21:48:17 GMT
Organization: earthfriends
Message-ID: <m1n0lntwnc.gnus@usa.net>
User-Agent: Gnus/5.090015 (Oort Gnus v0.15) XEmacs/21.4 (Military
 Intelligence, i686-redhat-linux)
References: <8ce22d01.0301251014.5ea6982d@posting.google.com> <b0us61$cee$1@watsol.cc.columbia.edu>
 <8ce22d01.0301252028.2c1b59c1@posting.google.com>
 <3E33B86E.6020705@nyc.rr.com>
 <8ce22d01.0301261022.68ac1eca@posting.google.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 14
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14041

note: your article contains characters which are not legal for the mime
charset declared (iso-8859-1).

in comp.protocols.kermit.misc i read:

>I tried the minimize idea cause it sounded cool.
>It works but the final window does not POP open but
>grows open in a not to "pretty" way. 

you have window animations enabled, i.e., you told the system (or are
allowing the default) to do it that way.

-- 
bringing you boring signatures for 17 years


From JDanSkinner@JDanSkinner.com Mon Jan 27 17:45:25 EST 2003
Article: 14042 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Launching k95 2.1.3 in a pretty way
Date: 27 Jan 2003 12:30:43 -0800
Organization: http://groups.google.com/
Lines: 106
Message-ID: <8ce22d01.0301271230.7cb928ac@posting.google.com>
References: <8ce22d01.0301251014.5ea6982d@posting.google.com> <b0us61$cee$1@watsol.cc.columbia.edu> <8ce22d01.0301252028.2c1b59c1@posting.google.com> <3E33B86E.6020705@nyc.rr.com> <8ce22d01.0301261022.68ac1eca@posting.google.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1043699444 16623 127.0.0.1 (27 Jan 2003 20:30:44 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 27 Jan 2003 20:30:44 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14042

A final report on the k95 launch beautification project.

A little more tuning since the last report and now all of my launch
scripts are issued with the beautification functions.

Working from Jeff's inspiration and Franks original suggestion I
changed the launch
>from   c:\---script.ksc 
to 	c:\---k95g c:\---script.ksc --xpos:15 --ypos:15 --height:28\
        --width:80 --minimized

This yields initial launch on the task bar only.

Then I added (please don't yell at me) 
	set gui window run restore
as the first uncommented line in K95.ini
Issued here because frame sizing/positioning statements issued while
minimized don't seem to have the expected affect, and doing it here
meant I only had to do it once.  This causes the initial window to
leap out of the task bar to its final upper left anchored location.
	
I (grep)ed all the scripts for frame positioning statements and
removed them blindly.  Most didn't have any.

I have 2 subscripts (been around for a while) which set frame size,
font and font size depending on the target. (Linux or SCO Openserver)
These are consistent with positioning above.

Now after leaping to its final position some changes occur as the
screen changes from control to terminal and final height, width, font,
size etc are set. These changes are not objectionable as they mark an
orderly march of progress from launch to completed connection.

Thanks again!
Regards...Dan.



JDanSkinner@JDanSkinner.com (Dan Skinner) wrote in message news:<8ce22d01.0301261022.68ac1eca@posting.google.com>...
> Frank, Jeff;
> As usual your advice is good and fast.
> I tried the minimize idea cause it sounded cool.
> It works but the final window does not POP open but
> grows open in a not to "pretty" way. There may be a solution but
> I went on to idea 2. 
> 
> Working from Jeff's inspiration I changed the launch 
> from 	c:\---script.ksc 
> to 	c:\---k95g c:\---script.ksc –-xpos:15 -–ypos:15 
> 15/15 being the corner for the final frame. 
> This met my original objective very well. Although the frame does
> resize
> A couple of times before the final size and font are established, the
> corner anchor and a pretty consistent header allow the changes to look
> like progress rather than disorder.
> 
> Question:  Without the –-xpos –-ypos the initial frame seems to open
> at
> A semi-random location.  Is there some rhyme or reason?
> 
> Thanks again for an outstanding product and great support.
> 
> Regards…Dan.
> 
> 
> 
> 
> 
> "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message news:<3E33B86E.6020705@nyc.rr.com>...
> > As I told Dan in private e-mail the reason the screen will change 
> > dimensions is because the script contents do not match the defaults used 
> > when starting k95g.
> > 
> > k95g.exe <scriptfile> --height:HH --width:WW --fontname:<name> 
> > --fontsize:<size>
> > 
> > 
> > 
> > Dan Skinner wrote:
> > > fdc@columbia.edu (Frank da Cruz) wrote in message news:<b0us61$cee$1@watsol.cc.columbia.edu>...
> > > 
> > >>In article <8ce22d01.0301251014.5ea6982d@posting.google.com>,
> > >>Dan Skinner <JDanSkinner@JDanSkinner.com> wrote:
> > >>: I connect to a number of remote and local systems using K95, some with
> > >>: dialup, others telnet, and some ssh. Each connection is supported by
> > >>: it's own script. With the change from 2.1.1 to 2.1.3, I've noticed a
> > >>: significant increase in the number of frame resizings from initial
> > >>: launch to the final sizing by the connection script. I'm wondering if
> > >>: there is a way to disguise these changes in order to present a
> > >>: somewhat more professional appearance to customers who are often
> > >>: watching over my shoulder.
> > >>:
> > >>One way might be to start it --minimize'd and the restore it at the
> > >>appropriate moment in your script with SET GUI WINDOW RUN-MODE RESTORE.
> > >>
> > >>- Frank
> > > 
> > > 
> > > Kool idea!
> > > I've been launching my scripts with file association.
> > > I don't really want to make the association launch minimized
> > > so I guess the launch should be:
> > > c:\---k95g --minimized (script)
> > > What should the (script) parameter be?
> > > ( I looked in help and docs but it didn't jump out at me.)
> > > Regards...Dan.


From fdc@columbia.edu Wed Jan 29 12:16:55 EST 2003
Article: 14043 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux,comp.sys.hp.apps
Subject: Re: Secure ftp using SSL.
Date: 29 Jan 2003 12:15:31 -0500
Organization: Columbia University
Lines: 34
Message-ID: <b1927j$d9l$1@watsol.cc.columbia.edu>
References: <b16col$mb0$1@news2.pharma.com> <XkBZ9.573$yT.486@news.cpqcorp.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043860532 2272 128.59.39.139 (29 Jan 2003 17:15:32 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 29 Jan 2003 17:15:32 GMT
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15002 comp.protocols.kermit.misc:14043 comp.sys.hp.hpux:154662

In article <XkBZ9.573$yT.486@news.cpqcorp.net>,
Rick Jones  <foo@bar.baz.invalid> wrote:
: ...
: Are you looking for FTP over SSL on an HP-UX system? If so, if you are
: up on 11i, there is an OpenSSL distribution from HP available from
: software.hp.com.
:
Is it only for 11i?

: Otherwise, there is the HP-UX porting archive to consider - I start at
: http://hpux.cs.utah.edu/ .
: 
: Also, there is always www.openssh.org if you want to build your own.
: 
As noted in a previous posting, C-Kermit (which is part of HP-UX) includes
an SSL-enabled FTP client:

  http://www.columbia.edu/kermit/ftpclient.html

But HP is distributing a non-secure (and slightly dated) version of
C-Kermit, 8.0.200 instead of 8.0.206, built without the SSL/TLS modules.

If somebody has OpenSSL installed on HP-UX (any version) and the ANSI C
compiler and would like to try building a secure version of C-Kermit, please
contact me.  It should be just a matter of putting together a new makefile
target for HP-UX based on the SSL-enabled ones for (e.g.) Solaris, AIX,
Linux, etc -- i.e. adding a couple CFLAGS and linking with a couple extra
libraries.

We can't distribute SSL-enabled binaries (due to USA export law) but we
can (and do) distribute source code, so we should at least have a working
SSL target for HP-UX.

- Frank


From foo@bar.baz.invalid Wed Jan 29 14:26:59 EST 2003
Article: 14044 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news.linkpendium.com!nntp-relay.ihug.net!ihug.co.nz!news.compaq.com!news.cpqcorp.net!53ab2750!not-for-mail
Sender: Rick Jones <raj@tardy.cup.hp.com>
From: Rick Jones <foo@bar.baz.invalid>
Subject: Re: Secure ftp using SSL.
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux
References: <b16col$mb0$1@news2.pharma.com> <XkBZ9.573$yT.486@news.cpqcorp.net> <b1927j$d9l$1@watsol.cc.columbia.edu>
User-Agent: tin/1.4-19991113 ("No Labels") (UNIX) (HP-UX/B.11.00 (9000/785))
Lines: 21
Message-ID: <NrVZ9.54$tR1.14@news.cpqcorp.net>
Date: Wed, 29 Jan 2003 18:54:37 GMT
NNTP-Posting-Host: 15.244.44.58
X-Complaints-To: abuse@Compaq.com
X-Trace: news.cpqcorp.net 1043866477 15.244.44.58 (Wed, 29 Jan 2003 10:54:37 PST)
NNTP-Posting-Date: Wed, 29 Jan 2003 10:54:37 PST
Organization: Hewlett-Packard Company
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15003 comp.protocols.kermit.misc:14044 comp.sys.hp.hpux:154663

In comp.sys.hp.apps Frank da Cruz <fdc@columbia.edu> wrote:
> In article <XkBZ9.573$yT.486@news.cpqcorp.net>,
> Rick Jones  <foo@bar.baz.invalid> wrote:
> : ...
> : Are you looking for FTP over SSL on an HP-UX system? If so, if you are
> : up on 11i, there is an OpenSSL distribution from HP available from
> : software.hp.com.
> :
> Is it only for 11i?

That is my understanding, but just a second and I'll check...

Well, what do you know.  I did a search on "openssh" at
www.software.hp.com and followed the link - there was a software
selector that listed 11.0, 11i (aka 11.11) and 11i 1.6 (aka 11.22 -
IPF systems only)

rick jones
-- 
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to raj in cup.hp.com  but NOT BOTH...


From mblackburn@glenraven.com Wed Jan 29 16:38:54 EST 2003
Article: 14045 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newshosting.com!news-xfer2.atl.newshosting.com!140.99.99.194.MISMATCH!newsfeed1.easynews.com!easynews.com!easynews!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!enews1
From: "Marvin Blackburn" <mblackburn@glenraven.com>
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux
Subject: Re: Secure ftp using SSL.
Date: Wed, 29 Jan 2003 15:47:15 -0500
Organization: http://extra.newsguy.com
Lines: 27
Message-ID: <b19ekk0hc1@enews1.newsguy.com>
References: <b16col$mb0$1@news2.pharma.com> <XkBZ9.573$yT.486@news.cpqcorp.net> <b1927j$d9l$1@watsol.cc.columbia.edu> <NrVZ9.54$tR1.14@news.cpqcorp.net>
NNTP-Posting-Host: p-070.newsdawg.com
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15004 comp.protocols.kermit.misc:14045 comp.sys.hp.hpux:154665

I didnt think that ssh used ssl for its encryption.

"Rick Jones" <foo@bar.baz.invalid> wrote in message
news:NrVZ9.54$tR1.14@news.cpqcorp.net...
> In comp.sys.hp.apps Frank da Cruz <fdc@columbia.edu> wrote:
> > In article <XkBZ9.573$yT.486@news.cpqcorp.net>,
> > Rick Jones  <foo@bar.baz.invalid> wrote:
> > : ...
> > : Are you looking for FTP over SSL on an HP-UX system? If so, if you are
> > : up on 11i, there is an OpenSSL distribution from HP available from
> > : software.hp.com.
> > :
> > Is it only for 11i?
>
> That is my understanding, but just a second and I'll check...
>
> Well, what do you know.  I did a search on "openssh" at
> www.software.hp.com and followed the link - there was a software
> selector that listed 11.0, 11i (aka 11.11) and 11i 1.6 (aka 11.22 -
> IPF systems only)
>
> rick jones
> --
> these opinions are mine, all mine; HP might not want them anyway... :)
> feel free to post, OR email to raj in cup.hp.com  but NOT BOTH...




From jaltman2@nyc.rr.com Wed Jan 29 18:20:29 EST 2003
Article: 14046 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux
Subject: Re: Secure ftp using SSL.
References: <b16col$mb0$1@news2.pharma.com> <XkBZ9.573$yT.486@news.cpqcorp.net> <b1927j$d9l$1@watsol.cc.columbia.edu> <NrVZ9.54$tR1.14@news.cpqcorp.net> <b19ekk0hc1@enews1.newsguy.com>
In-Reply-To: <b19ekk0hc1@enews1.newsguy.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 5
Message-ID: <h3ZZ9.736$KG1.483125@twister.nyc.rr.com>
Date: Wed, 29 Jan 2003 23:01:33 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1043881293 66.108.138.151 (Wed, 29 Jan 2003 18:01:33 EST)
NNTP-Posting-Date: Wed, 29 Jan 2003 18:01:33 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15005 comp.protocols.kermit.misc:14046 comp.sys.hp.hpux:154666

It doesn't.  However, OpenSSH does use the crypto library from OpenSSL.

Marvin Blackburn wrote:
> I didnt think that ssh used ssl for its encryption.



From foo@bar.baz.invalid Wed Jan 29 18:41:06 EST 2003
Article: 14047 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!mtvwca1-snh1.ops.genuity.net!paloalto-snf1.gtei.net!news.gtei.net!news.compaq.com!news.cpqcorp.net!53ab2750!not-for-mail
Sender: Rick Jones <raj@tardy.cup.hp.com>
From: Rick Jones <foo@bar.baz.invalid>
Subject: Re: Secure ftp using SSL.
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux
References: <b16col$mb0$1@news2.pharma.com> <XkBZ9.573$yT.486@news.cpqcorp.net> <b1927j$d9l$1@watsol.cc.columbia.edu> <NrVZ9.54$tR1.14@news.cpqcorp.net>
User-Agent: tin/1.4-19991113 ("No Labels") (UNIX) (HP-UX/B.11.00 (9000/785))
Lines: 19
Message-ID: <gCZZ9.89$652.47@news.cpqcorp.net>
Date: Wed, 29 Jan 2003 23:38:52 GMT
NNTP-Posting-Host: 15.244.44.58
X-Complaints-To: abuse@Compaq.com
X-Trace: news.cpqcorp.net 1043883532 15.244.44.58 (Wed, 29 Jan 2003 15:38:52 PST)
NNTP-Posting-Date: Wed, 29 Jan 2003 15:38:52 PST
Organization: Hewlett-Packard Company
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15006 comp.protocols.kermit.misc:14047 comp.sys.hp.hpux:154667

In comp.sys.hp.apps Rick Jones <foo@bar.baz.invalid> wrote:
> In comp.sys.hp.apps Frank da Cruz <fdc@columbia.edu> wrote:
>> In article <XkBZ9.573$yT.486@news.cpqcorp.net>,
>> Rick Jones  <foo@bar.baz.invalid> wrote:
>> : ...
>> : Are you looking for FTP over SSL on an HP-UX system? If so, if you are
>> : up on 11i, there is an OpenSSL distribution from HP available from
>> Is it only for 11i?
> Well, what do you know.  I did a search on "openssh" at

And lest there be any confusion (beyond my own) the astute reader will
notice that my intial post mentioning OpenSSL was incorrect and should
have said OpenSSH...

rick jones
-- 
Wisdom Teeth are impacted, people are affected by the effects of events.
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to raj in cup.hp.com  but NOT BOTH...


From jaltman@watsun.cc.columbia.edu Wed Jan 29 19:09:46 EST 2003
Article: 14048 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux
Subject: Re: Secure ftp using SSL.
Date: 30 Jan 2003 00:07:40 GMT
Organization: Columbia University
Lines: 30
Message-ID: <b19qcc$i0c$1@newsmaster.cc.columbia.edu>
References: <b16col$mb0$1@news2.pharma.com> <b1927j$d9l$1@watsol.cc.columbia.edu> <NrVZ9.54$tR1.14@news.cpqcorp.net> <gCZZ9.89$652.47@news.cpqcorp.net>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1043885260 18444 128.59.39.2 (30 Jan 2003 00:07:40 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 30 Jan 2003 00:07:40 GMT
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15007 comp.protocols.kermit.misc:14048 comp.sys.hp.hpux:154668

In article <gCZZ9.89$652.47@news.cpqcorp.net>,
Rick Jones  <foo@bar.baz.invalid> wrote:
: In comp.sys.hp.apps Rick Jones <foo@bar.baz.invalid> wrote:
: > In comp.sys.hp.apps Frank da Cruz <fdc@columbia.edu> wrote:
: >> In article <XkBZ9.573$yT.486@news.cpqcorp.net>,
: >> Rick Jones  <foo@bar.baz.invalid> wrote:
: >> : ...
: >> : Are you looking for FTP over SSL on an HP-UX system? If so, if you are
: >> : up on 11i, there is an OpenSSL distribution from HP available from
: >> Is it only for 11i?
: > Well, what do you know.  I did a search on "openssh" at
: 
: And lest there be any confusion (beyond my own) the astute reader will
: notice that my intial post mentioning OpenSSL was incorrect and should
: have said OpenSSH...
: 
: rick jones

In which case there is absolutely no relationship between FTP over SSL/TLS 
which would require an SSL/TLS enabled FTP Server and Client and the SSH
protocol.  The SFTP which comes with OpenSSH has no relationship what so
ever with FTP.

Look to ftp://ftp.runestig.com/pub/ for several SSL/TLS enabled FTP daemons
and to C-Kermit 8.0 for an SSL/TLS enabled FTP client.

 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From foo@bar.baz.invalid Wed Jan 29 20:03:27 EST 2003
Article: 14049 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!mtvwca1-snh1.ops.genuity.net!paloalto-snf1.gtei.net!news.gtei.net!news.compaq.com!news.cpqcorp.net!53ab2750!not-for-mail
Sender: Rick Jones <raj@tardy.cup.hp.com>
From: Rick Jones <foo@bar.baz.invalid>
Subject: Re: Secure ftp using SSL.
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux
References: <b16col$mb0$1@news2.pharma.com> <b1927j$d9l$1@watsol.cc.columbia.edu> <NrVZ9.54$tR1.14@news.cpqcorp.net> <gCZZ9.89$652.47@news.cpqcorp.net> <b19qcc$i0c$1@newsmaster.cc.columbia.edu>
User-Agent: tin/1.4-19991113 ("No Labels") (UNIX) (HP-UX/B.11.00 (9000/785))
Lines: 14
Message-ID: <SP_Z9.93$Qc2.64@news.cpqcorp.net>
Date: Thu, 30 Jan 2003 01:01:38 GMT
NNTP-Posting-Host: 15.244.44.58
X-Complaints-To: abuse@Compaq.com
X-Trace: news.cpqcorp.net 1043888498 15.244.44.58 (Wed, 29 Jan 2003 17:01:38 PST)
NNTP-Posting-Date: Wed, 29 Jan 2003 17:01:38 PST
Organization: Hewlett-Packard Company
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15008 comp.protocols.kermit.misc:14049 comp.sys.hp.hpux:154669

In comp.sys.hp.apps Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
> In which case there is absolutely no relationship between FTP over
> SSL/TLS which would require an SSL/TLS enabled FTP Server and Client
> and the SSH protocol.  The SFTP which comes with OpenSSH has no
> relationship what so ever with FTP.

I'll step back now and try to find a towel with which to wipe the egg
>from  my face... 

rick jones
-- 
Wisdom Teeth are impacted, people are affected by the effects of events.
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to raj in cup.hp.com  but NOT BOTH...


From Ralf.Hildebrandt@charite.de Thu Jan 30 08:53:38 EST 2003
Article: 14050 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news-lei1.dfn.de!news-ber1.dfn.de!zrz.TU-Berlin.DE!not-for-mail
From: Ralf Hildebrandt <Ralf.Hildebrandt@charite.de>
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux
Subject: Re: Secure ftp using SSL.
Date: 30 Jan 2003 06:26:15 GMT
Organization: Technical University Berlin, Germany
Lines: 6
Message-ID: <slrnb3hhdp.86v.Ralf.Hildebrandt@postamt1.charite.de>
References: <b16col$mb0$1@news2.pharma.com> <XkBZ9.573$yT.486@news.cpqcorp.net> <b1927j$d9l$1@watsol.cc.columbia.edu> <NrVZ9.54$tR1.14@news.cpqcorp.net> <b19ekk0hc1@enews1.newsguy.com>
NNTP-Posting-Host: barrier-17.charite.de
User-Agent: slrn/0.9.7.4pl1 (Linux)
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15009 comp.protocols.kermit.misc:14050 comp.sys.hp.hpux:154671

On 2003-01-29, Marvin Blackburn <mblackburn@glenraven.com> wrote:

> I didnt think that ssh used ssl for its encryption.

It uses OpenSSL as a library. That's what he said.



From colin (at) wew (dot) co (dot) uk Fri Jan 31 09:11:21 EST 2003
Article: 14051 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!cyclone.bc.net!sjc70.webusenet.com!news.webusenet.com!sn-xit-02!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!Lonmay.wew.co.uk!nobody
From: "Colin M" <colin (at) wew (dot) co (dot) uk>
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux
Subject: Re: Secure ftp using SSL.
Date: Thu, 30 Jan 2003 12:25:34 -0000
Organization: Posted via Supernews, http://www.supernews.com
Message-ID: <e95b1b.tr8.ln@Lonmay.wew.co.uk>
References: <b16col$mb0$1@news2.pharma.com> <b1927j$d9l$1@watsol.cc.columbia.edu> <NrVZ9.54$tR1.14@news.cpqcorp.net> <gCZZ9.89$652.47@news.cpqcorp.net> <b19qcc$i0c$1@newsmaster.cc.columbia.edu> <SP_Z9.93$Qc2.64@news.cpqcorp.net>
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4807.1700
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
X-Complaints-To: abuse@supernews.com
Lines: 18
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15010 comp.protocols.kermit.misc:14051 comp.sys.hp.hpux:154683

"Rick Jones" <foo@bar.baz.invalid> wrote in message
news:SP_Z9.93$Qc2.64@news.cpqcorp.net...
> In comp.sys.hp.apps Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
> > In which case there is absolutely no relationship between FTP over
> > SSL/TLS which would require an SSL/TLS enabled FTP Server and Client
> > and the SSH protocol.  The SFTP which comes with OpenSSH has no
> > relationship what so ever with FTP.
>
> I'll step back now and try to find a towel with which to wipe the egg
> from my face...

Given FTPs peculiarities SSL encapsulation has not been a big hit. I'd
recommend you make sure this is your only option as opposed to HTTPS /
SSL-nfs / SSL-SMB / scp

Colin




From jaltman2@nyc.rr.com Fri Jan 31 09:11:32 EST 2003
Article: 14052 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux
Subject: Re: Secure ftp using SSL.
References: <b16col$mb0$1@news2.pharma.com> <b1927j$d9l$1@watsol.cc.columbia.edu> <NrVZ9.54$tR1.14@news.cpqcorp.net> <gCZZ9.89$652.47@news.cpqcorp.net> <b19qcc$i0c$1@newsmaster.cc.columbia.edu> <SP_Z9.93$Qc2.64@news.cpqcorp.net> <e95b1b.tr8.ln@Lonmay.wew.co.uk>
In-Reply-To: <e95b1b.tr8.ln@Lonmay.wew.co.uk>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 44
Message-ID: <_Dq_9.4148$Of4.1143268@twister.nyc.rr.com>
Date: Fri, 31 Jan 2003 08:40:26 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1044002426 66.108.138.151 (Fri, 31 Jan 2003 03:40:26 EST)
NNTP-Posting-Date: Fri, 31 Jan 2003 03:40:26 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15011 comp.protocols.kermit.misc:14052 comp.sys.hp.hpux:154684

Colin M wrote:
> "Rick Jones" <foo@bar.baz.invalid> wrote in message
> news:SP_Z9.93$Qc2.64@news.cpqcorp.net...
> 
> Given FTPs peculiarities SSL encapsulation has not been a big hit. I'd
> recommend you make sure this is your only option as opposed to HTTPS /
> SSL-nfs / SSL-SMB / scp
> 
> Colin

As with everything else one needs to understand what you mean by a "bit 
hit".  The only reason that TLS secured FTP is not considered a "bit 
hit" by the masses is because it is not implemented in your browser.  It 
is not implemented in the browser because anonymous FTP sites do not 
need to be secure for downloading; and browsers do not (in general) 
support uploading via FTP.

Secure FTP clients and servers utilize managed authentication 
mechanisms.  Whether the identity of the client and server are verified 
via a GSSAPI method such as Kerberos or X.509 certs (SSL/TLS); the 
management of the credentials must be performed.  Therefore, secure FTP 
servers have only been deployed in those environments in which there is 
a pre-existing managed infrastructure.

The commercial and government systems that have deployed secure FTP are 
quite large.  There are a number of open source implementations for Unix 
supported by Peter Runestig that integrate SSL/TLS into BSD FTP/FTPD and 
ProFTPD.  C-Kermit is a client that supports SRP, GSSAPI Kerberos V, 
Kerberos IV, and SSL/TLS.  Linux, OpenBSD, and NetBSD all include 
SSL/TLS secured ProFTPD out of the box.

For Windows there are many commercial implementations including 
WFTPD-PRO from Texas Imperial Software.  Kermit 95 is available as a 
client as well as several other competing implementations.

Since you use the term "encapsulation" let me point out that FTP 
Security does not use "encapsulation" of the protocol streams (command 
and data) but instead integrates SSL/TLS, GSSAPI, etc. into the protocol 
streams.  When you use a PRIVATE session in FTP your communication over 
the command and data channels is both authenticated and encrypted. 
There is no attempt to wrap the communications within something else. 
What you are most likely thinking about are folks who try to protect FTP 
communication by tunneling it across SSH sessions.



From fdc@columbia.edu Mon Feb  3 11:42:22 EST 2003
Article: 14053 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux
Subject: Re: Secure ftp using SSL.
Date: 3 Feb 2003 11:42:16 -0500
Organization: Columbia University
Lines: 47
Message-ID: <b1m658$r5c$1@watsol.cc.columbia.edu>
References: <b16col$mb0$1@news2.pharma.com> <SP_Z9.93$Qc2.64@news.cpqcorp.net> <e95b1b.tr8.ln@Lonmay.wew.co.uk> <_Dq_9.4148$Of4.1143268@twister.nyc.rr.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: newsmaster.cc.columbia.edu 1044290537 4161 128.59.39.139 (3 Feb 2003 16:42:17 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 3 Feb 2003 16:42:17 GMT
Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15020 comp.protocols.kermit.misc:14053 comp.sys.hp.hpux:154758

In article <_Dq_9.4148$Of4.1143268@twister.nyc.rr.com>,
Jeffrey Altman [Road Runner NYC] <jaltman2@nyc.rr.com> wrote:
: Colin M wrote:
: > ...
: > Given FTPs peculiarities SSL encapsulation has not been a big hit. I'd
: > recommend you make sure this is your only option as opposed to HTTPS /
: > SSL-nfs / SSL-SMB / scp
: 
: As with everything else one needs to understand what you mean by a "bit 
: hit".  The only reason that TLS secured FTP is not considered a "bit 
: hit" by the masses is because it is not implemented in your browser...
:
"big hit" :-)

Anyway, Jeff gave an excellent overview of the situation.  Whenever secure
file transfer is needed in the general case -- downloads AND uploads, binary
AND text, etc -- secured FTP is a good choice because FTP is mature and
proven in decades of practice, and is intrinsically platform-neutral, thus
can be used with not only Windows and Linux, but also IBM mainframes, VMS,
Tandem, you name it.  I hope I don't have to elaborate on why this is
A Good Thing.

FTP can be secured by (among other IETF standard and approved methods)
SSL/TLS.  The Kermit FTP client supports this, but until now has not been
available in this configuration for HP-UX.  Now, thanks to Tapani Tarvainen
of the University of JyvÃ¤skylÃ¤ in Finland, it's available for
HP-UX 11.xx too:

  http://www.columbia.edu/kermit/ckdaily.html

Again, this is source code only because we are not permitted by the US
government to put binaries for secure versions of Kermit on our public FTP
site.  To obtain it for your site, download from the page cited above,
then follow the directions for building from the main C-Kermit page:

  http://www.columbia.edu/kermit/ckermit.html#source

(except don't download the 8.0.206 version because you already downloaded
the newer one) and use "make hpux1100o+openssl" to compile and link.
The ANSI optimizing C compiler and OpenSSL libraries and headers are
required.  For details see:

  http://www.columbia.edu/kermit/security.html#x4.2

(especially Section 4.2.3).

- Frank


From JDanSkinner@JDanSkinner.com Wed Feb  5 09:37:18 EST 2003
Article: 14054 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Launching K95
Date: 4 Feb 2003 15:15:36 -0800
Organization: http://groups.google.com/
Lines: 12
Message-ID: <8ce22d01.0302041515.580c2553@posting.google.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1044400536 30913 127.0.0.1 (4 Feb 2003 23:15:36 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 4 Feb 2003 23:15:36 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14054

I was so pleased with myself for making the launch so
beautiful.  It worked prefectly for (what) 8 days, then
it failed to "restore" - remember I stuck it in k95.ini.
Some investigation proved that the Kermit (K95 2.1.3 had decided 
(On its own?) to change from c:\windows\---\k95.ini
to c:\k95\k95.ini (left over from 1.1.21.)  I copied the new k95.ini 
to the old location (C:\k95) and all is well, except I have no idea how
I caused the change.

PS how do I change it back?  I did a search of registry without luck.

Regards...Dan.


From jaltman@columbia.edu Wed Feb  5 09:37:24 EST 2003
Article: 14055 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: Jeffrey Altman <jaltman@columbia.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Launching K95
References: <8ce22d01.0302041515.580c2553@posting.google.com>
In-Reply-To: <8ce22d01.0302041515.580c2553@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 22
Message-ID: <OQ00a.9294$KG1.3747787@twister.nyc.rr.com>
Date: Wed, 05 Feb 2003 04:57:18 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1044421038 66.108.138.151 (Tue, 04 Feb 2003 23:57:18 EST)
NNTP-Posting-Date: Tue, 04 Feb 2003 23:57:18 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14055

There is no way that Kermit could change from one to the other.
K95 looks in the directory listed in the registry as the Common 
Application Directory first; if it cannot find the K95.INI file there it 
checks the end user's profile directory tree; if it can't find it there 
it checks the K95 exe directory.  The order of checks is hardcoded into 
the executable.  It is not determined by registry values.


Dan Skinner wrote:
> I was so pleased with myself for making the launch so
> beautiful.  It worked prefectly for (what) 8 days, then
> it failed to "restore" - remember I stuck it in k95.ini.
> Some investigation proved that the Kermit (K95 2.1.3 had decided 
> (On its own?) to change from c:\windows\---\k95.ini
> to c:\k95\k95.ini (left over from 1.1.21.)  I copied the new k95.ini 
> to the old location (C:\k95) and all is well, except I have no idea how
> I caused the change.
> 
> PS how do I change it back?  I did a search of registry without luck.
> 
> Regards...Dan.



From JDanSkinner@JDanSkinner.com Wed Feb  5 12:03:09 EST 2003
Article: 14057 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Launching K95
Date: 5 Feb 2003 08:32:06 -0800
Organization: http://groups.google.com/
Lines: 29
Message-ID: <8ce22d01.0302050832.24c216b6@posting.google.com>
References: <8ce22d01.0302041515.580c2553@posting.google.com> <OQ00a.9294$KG1.3747787@twister.nyc.rr.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1044462726 18265 127.0.0.1 (5 Feb 2003 16:32:06 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 5 Feb 2003 16:32:06 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14057

I beg to differ. There is a way because it happened.
Perhaps you could provide some detail on "Common Application Directory"?
The script being launched is in c:\k95\scripts, does that have meaning?
The simple question is how do I cause the proper k95.ini to be launched
with k95g.exe ver 2.1.3?
Regards...Dan.

Jeffrey Altman <jaltman@columbia.edu> wrote in message news:<OQ00a.9294$KG1.3747787@twister.nyc.rr.com>...
> There is no way that Kermit could change from one to the other.
> K95 looks in the directory listed in the registry as the Common 
> Application Directory first; if it cannot find the K95.INI file there it 
> checks the end user's profile directory tree; if it can't find it there 
> it checks the K95 exe directory.  The order of checks is hardcoded into 
> the executable.  It is not determined by registry values.
> 
> 
> Dan Skinner wrote:
> > I was so pleased with myself for making the launch so
> > beautiful.  It worked prefectly for (what) 8 days, then
> > it failed to "restore" - remember I stuck it in k95.ini.
> > Some investigation proved that the Kermit (K95 2.1.3 had decided 
> > (On its own?) to change from c:\windows\---\k95.ini
> > to c:\k95\k95.ini (left over from 1.1.21.)  I copied the new k95.ini 
> > to the old location (C:\k95) and all is well, except I have no idea how
> > I caused the change.
> > 
> > PS how do I change it back?  I did a search of registry without luck.
> > 
> > Regards...Dan.


From jaltman2@nyc.rr.com Wed Feb  5 12:20:15 EST 2003
Article: 14058 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E4144B5.80101@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Launching K95
References: <8ce22d01.0302041515.580c2553@posting.google.com> <OQ00a.9294$KG1.3747787@twister.nyc.rr.com> <8ce22d01.0302050832.24c216b6@posting.google.com>
In-Reply-To: <8ce22d01.0302050832.24c216b6@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 28
Date: Wed, 05 Feb 2003 17:03:16 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1044464596 66.108.138.151 (Wed, 05 Feb 2003 12:03:16 EST)
NNTP-Posting-Date: Wed, 05 Feb 2003 12:03:16 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14058

First of all you should read the Migration Instructions from

   http://www.kermit-project.org/k95upgrade.html

If you follow those instructions you will not have multiple K95.INI 
files laying around your hard disk.

The Common Application directory is a Windows concept.  In K95 you can
determine the current value by using the ORIENTATION command or by
examining the value of \v(common).  The location of this directory is
different on each Windows platform.

The Registry Setting in which this location is stored is:

   HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell 
Folders\
     "Common AppData"


Dan Skinner wrote:
> I beg to differ. There is a way because it happened.
> Perhaps you could provide some detail on "Common Application Directory"?
> The script being launched is in c:\k95\scripts, does that have meaning?
> The simple question is how do I cause the proper k95.ini to be launched
> with k95g.exe ver 2.1.3?
> Regards...Dan.
> 



From JDanSkinner@JDanSkinner.com Thu Feb  6 10:32:53 EST 2003
Article: 14059 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.protocols.kermit.misc
Subject: Using HTTP functions in C-Kermit
Date: 5 Feb 2003 15:40:00 -0800
Organization: http://groups.google.com/
Lines: 25
Message-ID: <8ce22d01.0302051540.6fc3e640@posting.google.com>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1044488400 22621 127.0.0.1 (5 Feb 2003 23:40:00 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 5 Feb 2003 23:40:00 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14059

I'm trying to emulate this form.
-----------------------------------------------------------------------------
<form  action=/q><td align=center nowrap><FONT face=arial size=2>Enter
symbol(s)</Font>&nbsp;<input size=15 name=s><select name=d><option
value=v1 selected>Basic<option value=v2>DayWatch<option
value=v3>Performance<option value=e>Real-time Mkt<option
value=t>Detailed
<option value=c>Chart
<option value=r>Research
<option value=o>Options
<option value=f8>Order Book
</select><input value=" Get " type=submit>&nbsp; <a href=/l><font
face=arial size=2>Symbol Lookup</font></a></td></form>
-----------------------------------------------------------------------------
a browser url of   http://finance.yahoo.com/q?s=one&d=v1 works fine

in C-Kermit  
http  open  finance.yahoo.com   
is happy.however
http get q?s=one&d=v1  
yields error -  (wildcards not allowed - ?s=one&d=v1 ) (the ? Is
entred with \?)
How do I do a form with method=get?
Help appreciated
Regards...Dan.


From jaltman2@nyc.rr.com Thu Feb  6 10:33:02 EST 2003
Article: 14060 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Using HTTP functions in C-Kermit
References: <8ce22d01.0302051540.6fc3e640@posting.google.com>
In-Reply-To: <8ce22d01.0302051540.6fc3e640@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 34
Message-ID: <Z3j0a.111$3e5.165084@twister.nyc.rr.com>
Date: Thu, 06 Feb 2003 01:42:17 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1044495737 66.108.138.151 (Wed, 05 Feb 2003 20:42:17 EST)
NNTP-Posting-Date: Wed, 05 Feb 2003 20:42:17 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14060

The problem is that "q?s=one&d=v1" is not a valid file name to store 
resulting data.  Therefore, you need to provide a valid local filename

   HTTP GET q?s=one&d=v1  <local-file-name>



Dan Skinner wrote:
> I'm trying to emulate this form.
> -----------------------------------------------------------------------------
> <form  action=/q><td align=center nowrap><FONT face=arial size=2>Enter
> symbol(s)</Font>&nbsp;<input size=15 name=s><select name=d><option
> value=v1 selected>Basic<option value=v2>DayWatch<option
> value=v3>Performance<option value=e>Real-time Mkt<option
> value=t>Detailed
> <option value=c>Chart
> <option value=r>Research
> <option value=o>Options
> <option value=f8>Order Book
> </select><input value=" Get " type=submit>&nbsp; <a href=/l><font
> face=arial size=2>Symbol Lookup</font></a></td></form>
> -----------------------------------------------------------------------------
> a browser url of   http://finance.yahoo.com/q?s=one&d=v1 works fine
> 
> in C-Kermit  
> http  open  finance.yahoo.com   
> is happy.however
> http get q?s=one&d=v1  
> yields error -  (wildcards not allowed - ?s=one&d=v1 ) (the ? Is
> entred with \?)
> How do I do a form with method=get?
> Help appreciated
> Regards...Dan.



From tom.horsley@att.net Fri Feb  7 15:06:09 EST 2003
Article: 14061 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.gtei.net!wn12feed!wn13feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
Sender: tom@SPIKE
Newsgroups: comp.protocols.kermit.misc
Subject: input pattern matching blowing my mind...
From: tom.horsley@att.net (Thomas A. Horsley)
Message-ID: <uisvwssje.fsf@att.net>
Lines: 62
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
NNTP-Posting-Host: 8045abab4473203c19392f2a14c86b04
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc05-news.ops.worldnet.att.net 1044586885 8045abab4473203c19392f2a14c86b04 (Fri, 07 Feb 2003 03:01:25 GMT)
NNTP-Posting-Date: Fri, 07 Feb 2003 03:01:25 GMT
Organization: AT&T Worldnet
Date: Fri, 07 Feb 2003 03:01:25 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14061

Running 2.1.3 k95 gui kermit on Windows XP.

Here is a fragment of a script I've been playing with to try and recognize
the sorts of passphrase prompts generated by openssh:

;
; Testing hacks...
;
output \13
input 10 \Fpattern({\10l*x>?})
if success {
   output echo \39Saw prompt ---\v(inmatch)---\39\13
   input 10 \Fpattern({\10l*x>?})
   output sh ./booger\13
   input 10 \Fpattern({nter?passphrase?for*:?})
;   input 10 {\10Enter passphrase for}
   if success {
      output echo \39Saw message ---\v(inmatch)---\39\13
   }
;   output ssh-add\13
;   input 10 \Fpattern({Enter?passphrase?for?*:?})
;   if success {
;      askq /GUI \%p \v(inmatch)
;      output \%p\13
;   }
}
connect

The first couple of patterns are just to see if pattern matching works at
all (it does, and I find inmatch set to the expected prompt string which on
the system I am connected to is actually "linux> ").

The "booger" shell script I invoke simply does an echo of an ssh prompt like
string so I can test without actually running ssh commands.

The next set of variously commented out stuff shows the pattern I finally
got to work. Note that the leading "E" in the "Enter" is left out of
the pattern.

Apparently I can't match an upper case E at the beginning of the pattern
come hell or high water :-).

I suspect something is going on with case twiddling, because when I try the
commented out variation without the pattern, the contents of inmatch which
echoes has a lower case "enter" at the beginning instead of "Enter" (the
string actually generated by the "booger" script).

Are there bugs here? Or am I just not aquainted with the devious
details of what is going on?

I tried [Ee] and ? in place of the leading E and neither one of
those variations worked. I can only get this to match when I
ignore the leading E completely (when using patterns).

P.S. In case it matters, the actual "booger" script looks like:

echo Enter passphrase for google google oogly woogly: 

--
>>==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
      email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL      |
<URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+


From fdc@columbia.edu Fri Feb  7 15:11:49 EST 2003
Article: 14062 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: input pattern matching blowing my mind...
Date: 7 Feb 2003 15:11:44 -0500
Organization: Columbia University
Lines: 29
Message-ID: <b213u0$i95$1@watsol.cc.columbia.edu>
References: <uisvwssje.fsf@att.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1044648705 27453 128.59.39.139 (7 Feb 2003 20:11:45 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 7 Feb 2003 20:11:45 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14062

In article <uisvwssje.fsf@att.net>,
Thomas A. Horsley <tom.horsley@att.net> wrote:
: Here is a fragment of a script I've been playing with to try and recognize
: the sorts of passphrase prompts generated by openssh:
: 
: ;   ...
: ;   input 10 \Fpattern({Enter?passphrase?for?*:?})
: ;   ...
: ...
: 
: The next set of variously commented out stuff shows the pattern I finally
: got to work. Note that the leading "E" in the "Enter" is left out of
: the pattern.
: 
: Apparently I can't match an upper case E at the beginning of the pattern
: come hell or high water :-).
: 
: I suspect something is going on with case twiddling...
:
Well you've found something, to be sure.  It seems to happen only
in \fpattern() arguments, and only when SET INPUT CASE is OFF.  If you
SET [ INPUT ] CASE ON, then it matches.  I haven't looked at the code
yet and can't imagine why it happens only with the letter E (if indeed
that's the case).  Maybe you should talk to that guy who wrote a whole
novel that did not contain the letter E...

I'll fix it next time I have a chance to do any programming.

- Frank


From tom.horsley@att.net Sun Feb  9 16:37:18 EST 2003
Article: 14063 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.gtei.net!wn12feed!wn13feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
Sender: tom@SPIKE
Newsgroups: comp.protocols.kermit.misc
Subject: Re: input pattern matching blowing my mind...
References: <uisvwssje.fsf@att.net> <b213u0$i95$1@watsol.cc.columbia.edu>
From: tom.horsley@att.net (Thomas A. Horsley)
Message-ID: <u8ywrd5o8.fsf@att.net>
Lines: 49
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
NNTP-Posting-Host: c304182efaaddfe794c873897cc4b1fc
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc05-news.ops.worldnet.att.net 1044660999 c304182efaaddfe794c873897cc4b1fc (Fri, 07 Feb 2003 23:36:39 GMT)
NNTP-Posting-Date: Fri, 07 Feb 2003 23:36:39 GMT
Organization: AT&T Worldnet
Date: Fri, 07 Feb 2003 23:36:39 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14063

>It seems to happen only in \fpattern() arguments, and only when SET INPUT
>CASE is OFF.

Thanks! That works for me, but I have even more confusing results
now. Here is the script in its current form (which works):

output \13
input 10 {linux> }
if success {
   output ssh-add\13
   set input case observe
   input 10 \Fpattern({Enter passphrase for*:?})
   if success {
      askq /GUI \%p \v(inmatch)
      output \%p\13
   }
   while 1 {
      minput 10 {try again: } {linux> }
      if failure { break }
      if = \v(minput) 2 { break }
      askq /GUI \%p \v(inmatch)
      output \%p\13
   }
}
connect

If I try to move everything into the while loop:

output \13
input 10 {linux> }
if success {
   output ssh-add\13
   while 1 {
      set input case observe
      minput 10 {try again: } {linux> } \Fpattern({Enter passphrase for*:?})
      if failure { break }
      if = \v(minput) 2 { break }
      askq /GUI \%p \v(inmatch)
      output \%p\13
   }
}
connect

It (once again) never matches the initial prompt. I can't even get
it to work in this case by leaving off the "E" :-).
--
>>==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
      email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL      |
<URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+


From fdc@columbia.edu Sun Feb  9 16:46:00 EST 2003
Article: 14064 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: input pattern matching blowing my mind...
Date: 9 Feb 2003 16:45:47 -0500
Organization: Columbia University
Lines: 44
Message-ID: <b26i6b$iiv$1@watsol.cc.columbia.edu>
References: <uisvwssje.fsf@att.net> <b213u0$i95$1@watsol.cc.columbia.edu> <u8ywrd5o8.fsf@att.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1044827148 2505 128.59.39.139 (9 Feb 2003 21:45:48 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 9 Feb 2003 21:45:48 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14064

In article <u8ywrd5o8.fsf@att.net>,
Thomas A. Horsley <tom.horsley@att.net> wrote:
: >It seems to happen only in \fpattern() arguments, and only when SET INPUT
: >CASE is OFF.
: 
I should have said CASE ON but you figured it out...

: Thanks! That works for me, but I have even more confusing results
: now. Here is the script in its current form (which works):
: ...
: If I try to move everything into the while loop:
: 
: output \13
: input 10 {linux> }
: if success {
:    output ssh-add\13
:    while 1 {
:       set input case observe
:       minput 10 {try again: } {linux> } \Fpattern({Enter passphrase for*:?})
:       if failure { break }
:       if = \v(minput) 2 { break }
:       askq /GUI \%p \v(inmatch)
:       output \%p\13
:    }
: }
: connect
: 
: It (once again) never matches the initial prompt. I can't even get
: it to work in this case by leaving off the "E" :-).
:
Whatever the problem is, it's the same one.  As noted on page 458 of Using
C-Kermit, a few commands including SET [ INPUT ] CASE are on the call stack.
The braces around the WHILE statement's command list push a new context
onto the stack.

Anyway there's no reason to put the SET INPUT CASE command inside the
WHILE loop since it only needs to be executed once, and the setting is
inherited when you start a new stack level.

I still haven't had a chance to look at the source code, but let me just
ask if it makes a difference if you remove the braces from around the
\finput() argument, since they should be superfluous in this case.

- Frank


From fdc@columbia.edu Sun Feb  9 16:47:14 EST 2003
Article: 14065 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: input pattern matching blowing my mind...
Date: 9 Feb 2003 16:46:55 -0500
Organization: Columbia University
Lines: 13
Message-ID: <b26i8f$il0$1@watsol.cc.columbia.edu>
References: <uisvwssje.fsf@att.net> <b213u0$i95$1@watsol.cc.columbia.edu> <u8ywrd5o8.fsf@att.net> <b26i6b$iiv$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1044827216 2525 128.59.39.139 (9 Feb 2003 21:46:56 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 9 Feb 2003 21:46:56 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14065

In article <b26i6b$iiv$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
: In article <u8ywrd5o8.fsf@att.net>,
: Thomas A. Horsley <tom.horsley@att.net> wrote:
: ...
: I still haven't had a chance to look at the source code, but let me just
: ask if it makes a difference if you remove the braces from around the
: \finput() argument, since they should be superfluous in this case.
: 
I seem to be incapable of posting a message without a typo this week...
That's "\fpattern() argument"...

- Frank


From tom.horsley@att.net Mon Feb 10 10:07:20 EST 2003
Article: 14066 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.gtei.net!wn12feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
Sender: tom@SPIKE
Newsgroups: comp.protocols.kermit.misc
Subject: Re: input pattern matching blowing my mind...
References: <uisvwssje.fsf@att.net> <b213u0$i95$1@watsol.cc.columbia.edu> <u8ywrd5o8.fsf@att.net> <b26i6b$iiv$1@watsol.cc.columbia.edu> <b26i8f$il0$1@watsol.cc.columbia.edu>
From: tom.horsley@att.net (Thomas A. Horsley)
Message-ID: <uel6glv7y.fsf@att.net>
Lines: 49
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
NNTP-Posting-Host: b1e191106e3fcadfd6c50bb9b8c6e673
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc04-news.ops.worldnet.att.net 1044844465 b1e191106e3fcadfd6c50bb9b8c6e673 (Mon, 10 Feb 2003 02:34:25 GMT)
NNTP-Posting-Date: Mon, 10 Feb 2003 02:34:25 GMT
Organization: AT&T Worldnet
Date: Mon, 10 Feb 2003 02:34:25 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14066

: I still haven't had a chance to look at the source code, but let me just
: ask if it makes a difference if you remove the braces...

I tried this:

set input case observe
output ssh-add\13
while 1 {
   minput 10 {try again: } {\%1> } \Fpattern(Enter?passphrase?for*:?)
   if failure { break }
   if = \v(minput) 2 { break }
   askq /GUI \%p \v(inmatch)
   output \%p\13
}

And it doesn't work (never seems to match, times out). I also tried this:

set input case observe
output ssh-add\13
while 1 {
   minput 10 {try again: } {\%1> } \Fpattern(Enter passphrase for*:?)
   if failure { break }
   if = \v(minput) 2 { break }
   askq /GUI \%p \v(inmatch)
   output \%p\13
}

And it does match something, unfortunately it matches the "Enter"
and then the "passphrase" (but curiously, not the for*:?) so I
get two separate prompts.

Also tried this variation:

set input case observe
output ssh-add\13
while 1 {
   minput 10 {try again: } {\%1> } {\Fpattern(Enter passphrase for*:?)}
   if failure { break }
   if = \v(minput) 2 { break }
   askq /GUI \%p \v(inmatch)
   output \%p\13
}

And it never matches, but times out. Whatever is going on seems fun if
nothing else :-).
--
>>==>> The *Best* political site <URL:http://www.vote-smart.org/> >>==+
      email: Tom.Horsley@worldnet.att.net icbm: Delray Beach, FL      |
<URL:http://home.att.net/~Tom.Horsley> Free Software and Politics <<==+


From dan@wavefront.ca Mon Feb 10 10:09:10 EST 2003
Article: 14067 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: dan@wavefront.ca (Dan Tappin)
Newsgroups: comp.protocols.kermit.misc
Subject: Serial Communications with a Keyspan Adapter on Mac OS X
Date: 9 Feb 2003 21:40:46 -0800
Organization: http://groups.google.com/
Lines: 44
Message-ID: <a42d788b.0302092140.545556cc@posting.google.com>
NNTP-Posting-Host: 142.179.222.72
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1044855646 23890 127.0.0.1 (10 Feb 2003 05:40:46 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 10 Feb 2003 05:40:46 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14067

I am trying to talk to a APC UPS via kermit.

I am running Mac OS X and and using a Keyspan serial adapter.

I have a cable to connect the serial port to the UPS as descriped
here:

http://www.exploits.org/nut/

It details the pin-out between a Mac serial port and an APC UPS.

I have installed kermit but I can't seem to get a responce back from
the unit.  Here is an example:

[junior:/usr/local/bin] admin% ./kermit
C-Kermit 8.0.206, 24 Oct 2002, for Mac OS X 1.0
 Copyright (C) 1985, 2002,
  Trustees of Columbia University in the City of New York.
Type ? or HELP for help.
(/usr/local/bin/) C-Kermit>set line /dev/tty.USA28X11P1.1
(/usr/local/bin/) C-Kermit>set carrier-watch off
(/usr/local/bin/) C-Kermit>set speed 2400
/dev/tty.USA28X11P1.1, 2400 bps
(/usr/local/bin/) C-Kermit>set serial 8n1
(/usr/local/bin/) C-Kermit>connect
Connecting to /dev/tty.USA28X11P1.1, speed 2400
 Escape character: Ctrl-\ (ASCII 28, FS): enabled
Type the escape character followed by C to get back,
or followed by ? to see other options.
----------------------------------------------------

(Back at junior.wavefront.ca)
----------------------------------------------------
(/usr/local/bin/) C-Kermit>^C...
(/usr/local/bin/) C-Kermit>quit
Closing /dev/tty.USA28X11P1.1...OK

No matter what command I send to the UPS I get no response back.

Any ideas / pointers out there?

Thanks,

Dan


From fdc@columbia.edu Mon Feb 10 10:27:10 EST 2003
Article: 14070 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Serial Communications with a Keyspan Adapter on Mac OS X
Date: 10 Feb 2003 10:26:48 -0500
Organization: Columbia University
Lines: 70
Message-ID: <b28gbo$557$1@watsol.cc.columbia.edu>
References: <a42d788b.0302092140.545556cc@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1044890809 14121 128.59.39.139 (10 Feb 2003 15:26:49 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 10 Feb 2003 15:26:49 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14070

In article <a42d788b.0302092140.545556cc@posting.google.com>,
Dan Tappin <dan@wavefront.ca> wrote:
: I am trying to talk to a APC UPS via kermit.
: 
: I am running Mac OS X and and using a Keyspan serial adapter.
: 
: I have a cable to connect the serial port to the UPS as descriped
: here:
: 
: http://www.exploits.org/nut/
: 
: It details the pin-out between a Mac serial port and an APC UPS.
: 
: I have installed kermit but I can't seem to get a responce back from
: the unit.  Here is an example:
: 
: [junior:/usr/local/bin] admin% ./kermit
: C-Kermit 8.0.206, 24 Oct 2002, for Mac OS X 1.0
:  Copyright (C) 1985, 2002,
:   Trustees of Columbia University in the City of New York.
: Type ? or HELP for help.
: (/usr/local/bin/) C-Kermit>set line /dev/tty.USA28X11P1.1
: (/usr/local/bin/) C-Kermit>set carrier-watch off
: (/usr/local/bin/) C-Kermit>set speed 2400
: (/usr/local/bin/) C-Kermit>set serial 8n1
:
At this point, what does SHOW COMM say?

: No matter what command I send to the UPS I get no response back.
: 
: Any ideas / pointers out there?
: 
There are several components to the connection, so the trick is to
isolate the culprit.

 . Can you use C-Kermit on Mac OS X to communicate with any other
   serial devices through the same serial port?  (For example, can
   you use C-Kermit to dial an external modem, using a regular modem
   cable?)

 . Can you use any other terminal or emulator to communicate with
   the UPS?  (either on your Mac or on any other computer?)

Obviously the cable has to be right.  I don't have hands-on access to
Mac OS X so have not been able to check its serial-port / modem
characteristics.  I assume you chose the DB9-Din8 cable?

  http://www.exploits.org/nut/library/cables/mac-940-0024C.png

But neither DB9 nor Din8 pin assignments are well standardized, so how
do we know the diagram applies to your setup?

Unix-based OS's tend to have multiple device names for the same physical
device, associated with different drivers (one for direct-connect, one for
modems, one for hardware flow control, one for dialing in, one for dialing
out, etc etc).

If the Mac has a Din-8 like earlier Macs, then it's RS-422, not RS-232,
and does not even have modem signals.  So if the driver requires them,
you're out of luck; you'll need to switch to a direct-connect driver.

I assume the driver came with your Keyspan serial adapter?  In that case,
you probably need to check with Keyspan about how to connect to the UPS
with three wires from Mac OS X.

Finally, you have to be sure the UPS itself does not require modem
signals (DTR, CD, CTS, DSR, etc), since the cable in the diagram is not
supplying them.  And of course the speeds have to match, etc.

- Frank


From Christophe.lacroix@sophia.inria.fr Mon Feb 10 10:27:25 EST 2003
Article: 14068 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!freenix!jussieu.fr!univ-lyon1.fr!unice.fr!news.cma.fr!news-sop.inria.fr!not-for-mail
From: Christophe lacroix <Christophe.lacroix@sophia.inria.fr>
Newsgroups: comp.protocols.kermit.misc
Subject: beginner information about Kermit
Date: Mon, 10 Feb 2003 13:55:39 +0100
Organization: INRIA Sophia Antipolis
Lines: 11
Message-ID: <3E47A14B.E27DC495@sophia.inria.fr>
NNTP-Posting-Host: indi.inria.fr
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.17 i686)
X-Accept-Language: fr-FR,en
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14068

Hi all, 

I begin to learn the protocole Kermit, 
I want to know if there are some nice web site (book) 
which provide an "easy to start" informations about Kermit.
 
Note: I want to send some trams on my serial line

Thanks

Christophe


From fdc@columbia.edu Mon Feb 10 10:28:10 EST 2003
Article: 14069 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: input pattern matching blowing my mind...
Date: 10 Feb 2003 10:08:52 -0500
Organization: Columbia University
Lines: 11
Message-ID: <b28fa4$2rq$1@watsol.cc.columbia.edu>
References: <uisvwssje.fsf@att.net> <b26i6b$iiv$1@watsol.cc.columbia.edu> <b26i8f$il0$1@watsol.cc.columbia.edu> <uel6glv7y.fsf@att.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1044889734 13393 128.59.39.139 (10 Feb 2003 15:08:54 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 10 Feb 2003 15:08:54 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14069

In article <uel6glv7y.fsf@att.net>,
Thomas A. Horsley <tom.horsley@att.net> wrote:
: : I still haven't had a chance to look at the source code, but let me just
: : ask if it makes a difference if you remove the braces...
: ...
: And it never matches, but times out. Whatever is going on seems fun if
: nothing else :-).
:
For you maybe :-)  It's on my list.  Thanks for the detective work.

- Frank


From fdc@columbia.edu Mon Feb 10 10:28:13 EST 2003
Article: 14071 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: beginner information about Kermit
Date: 10 Feb 2003 10:28:05 -0500
Organization: Columbia University
Lines: 11
Message-ID: <b28ge5$58i$1@watsol.cc.columbia.edu>
References: <3E47A14B.E27DC495@sophia.inria.fr>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1044890886 14279 128.59.39.139 (10 Feb 2003 15:28:06 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 10 Feb 2003 15:28:06 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14071

In article <3E47A14B.E27DC495@sophia.inria.fr>,
Christophe lacroix  <Christophe.lacroix@sophia.inria.fr> wrote:
: I begin to learn the protocole Kermit, 
: I want to know if there are some nice web site (book) 
: which provide an "easy to start" informations about Kermit.
:  
The best place to start is at the Kermit website:

  http://www.columbia.edu/kermit/

- Frank


From curtis.steward@goodrich.com Mon Feb 10 16:27:27 EST 2003
Article: 14072 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: curtis.steward@goodrich.com (Curtis Steward)
Newsgroups: comp.protocols.kermit.misc
Subject: SSL-Telnet waiting for WILL AUTHENTICATION subnegotiation
Date: 10 Feb 2003 13:07:08 -0800
Organization: http://groups.google.com/
Lines: 66
Message-ID: <f53f8c5c.0302101307.43a79f75@posting.google.com>
NNTP-Posting-Host: 207.180.255.121
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1044911228 2936 127.0.0.1 (10 Feb 2003 21:07:08 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 10 Feb 2003 21:07:08 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14072

I'm trying to get straight SSL authentication to work as described in:
http://www.columbia.edu/kermit/security80.html (compiled with
"linux+openssl" no flags).  I understand that ~/.tlslogin will give me
a complete cert to userid map with the code as is.

After pouring over the doc I'm receiving the following:

c-kermit8.0
...
iksd <hostname>
...
TELNET RCVD DO NEW-ENVIRONMENT
TELNET RCVD SB AUTHENTICATION SEND SSL CLIENT_TO_SERVER|ONE_WAY   IAC
SE
Loading RSA certificate into SSL
Enter pass phrase: <pass-phrase>
Authenticating with SSL
TELNET SENT SB AUTHENTICATION IS SSL CLIENT_TO_SERVER|ONE_WAY START
IAC SE
TELNET RCVD DONT TERMINAL-TYPE
TELNET RCVD SB NEW-ENVIRONMENT SEND  IAC SE
TELNET RCVD DONT COM-PORT-CONTROL
 Negotiations..............................
*************************
The Telnet server is not sending required responses.

?Telnet waiting for WILL AUTHENTICATION subnegotiation

You can continue to wait or you can cancel with Ctrl-C.
In case the Telnet server never responds as required,
you can try connecting to this host with TELNET /NOWAIT.
Use SET HINTS OFF to suppress further hints.
*************************

...

/etc/iksd.conf
set auth ssl rsa-cert-file /root/HomeWIP/pki/cmscert.pem       #
points to host cert?
set auth ssl rsa-key-file /root/HomeWIP/pki/cms.jms.lucascargo.com.pem
# points to host key?
set auth ssl verify-dir /usr/local/ca                          # pem
is hashed
set auth ssl verify-file /usr/local/ca/cacert.pem
set telopt start-tls refused                                   # just
SSL

script
#!/usr/local/bin/kermit +
set debug on
set debug session
set auth ssl debug on
set auth ssl rsa-cert-file w.pem                   ;personal cert pem
set auth ssl rsa-key-file work_priv.pem            ;personal key pem
set auth ssl verbose on
set auth ssl verify-dir /usr/local/ca              ;CA directory
set auth ssl verify-file /usr/local/ca/cacert.pem  ;CA cert pem
set login userid <userid>
set telnet auth type ssl                           ;just SSL

I've tried sb-implies-will-do on/off on both client and server
sides with no luck.

TIA,

cs


From jaltman2@nyc.rr.com Mon Feb 10 18:49:31 EST 2003
Article: 14073 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!diablo.theplanet.net!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E482A46.2010509@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSL-Telnet waiting for WILL AUTHENTICATION subnegotiation
References: <f53f8c5c.0302101307.43a79f75@posting.google.com>
In-Reply-To: <f53f8c5c.0302101307.43a79f75@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 84
Date: Mon, 10 Feb 2003 22:36:33 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1044916593 66.108.138.151 (Mon, 10 Feb 2003 17:36:33 EST)
NNTP-Posting-Date: Mon, 10 Feb 2003 17:36:33 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14073

You do not want to use the broken protocol AUTH SSL.  You want to use 
the START_TLS option.  Remove

   SET TeLNET AUTH TYPE SSL

and replace it with

   SET TeLOPT START-TLS REQUIRE

Why are you refusing START-TLS on the SERVER?

The AUTH SSL protocol is only meant for use with old Eric Young telnet 
servers.



Curtis Steward wrote:
> I'm trying to get straight SSL authentication to work as described in:
> http://www.columbia.edu/kermit/security80.html (compiled with
> "linux+openssl" no flags).  I understand that ~/.tlslogin will give me
> a complete cert to userid map with the code as is.
> 
> After pouring over the doc I'm receiving the following:
> 
> c-kermit8.0
> ...
> iksd <hostname>
> ...
> TELNET RCVD DO NEW-ENVIRONMENT
> TELNET RCVD SB AUTHENTICATION SEND SSL CLIENT_TO_SERVER|ONE_WAY   IAC
> SE
> Loading RSA certificate into SSL
> Enter pass phrase: <pass-phrase>
> Authenticating with SSL
> TELNET SENT SB AUTHENTICATION IS SSL CLIENT_TO_SERVER|ONE_WAY START
> IAC SE
> TELNET RCVD DONT TERMINAL-TYPE
> TELNET RCVD SB NEW-ENVIRONMENT SEND  IAC SE
> TELNET RCVD DONT COM-PORT-CONTROL
>  Negotiations..............................
> *************************
> The Telnet server is not sending required responses.
> 
> ?Telnet waiting for WILL AUTHENTICATION subnegotiation
> 
> You can continue to wait or you can cancel with Ctrl-C.
> In case the Telnet server never responds as required,
> you can try connecting to this host with TELNET /NOWAIT.
> Use SET HINTS OFF to suppress further hints.
> *************************
> 
> ...
> 
> /etc/iksd.conf
> set auth ssl rsa-cert-file /root/HomeWIP/pki/cmscert.pem       #
> points to host cert?
> set auth ssl rsa-key-file /root/HomeWIP/pki/cms.jms.lucascargo.com.pem
> # points to host key?
> set auth ssl verify-dir /usr/local/ca                          # pem
> is hashed
> set auth ssl verify-file /usr/local/ca/cacert.pem
> set telopt start-tls refused                                   # just
> SSL
> 
> script
> #!/usr/local/bin/kermit +
> set debug on
> set debug session
> set auth ssl debug on
> set auth ssl rsa-cert-file w.pem                   ;personal cert pem
> set auth ssl rsa-key-file work_priv.pem            ;personal key pem
> set auth ssl verbose on
> set auth ssl verify-dir /usr/local/ca              ;CA directory
> set auth ssl verify-file /usr/local/ca/cacert.pem  ;CA cert pem
> set login userid <userid>
> set telnet auth type ssl                           ;just SSL
> 
> I've tried sb-implies-will-do on/off on both client and server
> sides with no luck.
> 
> TIA,
> 
> cs



From fdc@columbia.edu Mon Feb 10 19:26:11 EST 2003
Article: 14074 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: input pattern matching blowing my mind...
Date: 10 Feb 2003 19:26:03 -0500
Organization: Columbia University
Lines: 24
Message-ID: <b29fur$r02$1@watsol.cc.columbia.edu>
References: <uisvwssje.fsf@att.net> <b26i6b$iiv$1@watsol.cc.columbia.edu> <b26i8f$il0$1@watsol.cc.columbia.edu> <uel6glv7y.fsf@att.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1044923164 9776 128.59.39.139 (11 Feb 2003 00:26:04 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 11 Feb 2003 00:26:04 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14074

In article <uel6glv7y.fsf@att.net>,
Thomas A. Horsley <tom.horsley@att.net> wrote:
: I tried this:
: ...
: And it doesn't work (never seems to match, times out). I also tried this:
: ...
: And it does match something, unfortunately it matches the "Enter"
: and then the "passphrase" (but curiously, not the for*:?) so I
: get two separate prompts.
: ...
: Also tried this variation:
: ...
: And it never matches, but times out. Whatever is going on seems fun if
: nothing else :-).
:
I was able to dig into the code today, found the problem, and seem to
have fixed it.  You should now be able to use both case-sensitive and
case-indendent \fpattern() matches in both INPUT and MINPUT statements:

  http://www.columbia.edu/kermit/ckdaily.html

Thanks again for the report.

- Frank


From spider_rabbit@yahoo.com Tue Feb 11 10:59:33 EST 2003
Article: 14075 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: spider_rabbit@yahoo.com (tirch)
Newsgroups: comp.protocols.kermit.misc
Subject: secure ftp
Date: 10 Feb 2003 20:57:44 -0800
Organization: http://groups.google.com/
Lines: 10
Message-ID: <18c77c47.0302102057.8f449cb@posting.google.com>
NNTP-Posting-Host: 64.2.55.207
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1044939464 9260 127.0.0.1 (11 Feb 2003 04:57:44 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 11 Feb 2003 04:57:44 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14075

Hello all, this is my first time posting and I've looked around the
groups. You all look like you have a really good handle on secure ftp
protocols.

My question is, what is the most popular way of transferring files
securely? What do most commercial sites use? I think it is either scp
or sftp. Does anyone use ftps?

Thanks in advance. 
spider_rabbit


From fdc@columbia.edu Tue Feb 11 10:59:36 EST 2003
Article: 14076 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: secure ftp
Date: 11 Feb 2003 10:59:30 -0500
Organization: Columbia University
Lines: 22
Message-ID: <b2b6l2$gmu$1@watsol.cc.columbia.edu>
References: <18c77c47.0302102057.8f449cb@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1044979171 18625 128.59.39.139 (11 Feb 2003 15:59:31 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 11 Feb 2003 15:59:31 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14076

In article <18c77c47.0302102057.8f449cb@posting.google.com>,
tirch <spider_rabbit@yahoo.com> wrote:
: Hello all, this is my first time posting and I've looked around the
: groups. You all look like you have a really good handle on secure ftp
: protocols.
: 
: My question is, what is the most popular way of transferring files
: securely? What do most commercial sites use? I think it is either scp
: or sftp. Does anyone use ftps?
: 
Serious sites do, like IBM:

  http://www.columbia.edu/kermit/ibm_ie.html

FTP has numerous advantages over scp and sftp, primarily that it handles
text-file format conversion across unlike platforms.  SSL/TLS has
important advantages over SSH (which scp and sftp are based on), primarily
the ability to revoke compromised security keys.  For details see:

  http://www.columbia.edu/kermit/security.html

- Frank


From fdc@columbia.edu Tue Feb 11 11:07:13 EST 2003
Article: 14078 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit 8 - RUN Command - Apply output to kermit variable ?
Date: 11 Feb 2003 11:07:07 -0500
Organization: Columbia University
Lines: 19
Message-ID: <b2b73b$hi0$1@watsol.cc.columbia.edu>
References: <cd7b490f.0302110800.46ada4a8@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1044979629 19072 128.59.39.139 (11 Feb 2003 16:07:09 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 11 Feb 2003 16:07:09 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14078

In article <cd7b490f.0302110800.46ada4a8@posting.google.com>,
Michael Benton <michael.benton@adpcl.co.uk> wrote:
: I would like to run a unix command from within my kermit command file,
: and whave the resulting text/output piped into a kermit variable ? Is
: this possible ?
:
.result := \fcommand(some unix command and its args)
echo \m(result)

: My Using C-Kermit book does not explain the RUN command very well. I
: am trying to convert kshell scripts to kermit scripts, but there are a
: lot of unix commands to be run and lots of grepping.
: 
C-Kermit 8.0 includes a GREP command; "help grep" for details.  It might
have some other intrinsic commands you can use too -- COPY, RENAME,
DIRECTORY, DELETE, etc -- all of these have lots of options.  Use "help"
to see what they are.

- Frank


From curtis.steward@goodrich.com Tue Feb 11 15:58:51 EST 2003
Article: 14079 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: curtis.steward@goodrich.com (Curtis Steward)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSL-Telnet waiting for WILL AUTHENTICATION subnegotiation
Date: 11 Feb 2003 09:21:22 -0800
Organization: http://groups.google.com/
Lines: 145
Message-ID: <f53f8c5c.0302110921.bbf187d@posting.google.com>
References: <f53f8c5c.0302101307.43a79f75@posting.google.com> <3E482A46.2010509@nyc.rr.com>
NNTP-Posting-Host: 207.180.255.121
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1044984082 5446 127.0.0.1 (11 Feb 2003 17:21:22 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 11 Feb 2003 17:21:22 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14079

Jeff,

I didn't realize that "AUTH SSL" shouldn't be used.  Thanks
for the tip, that's why I also had "start-tls refused", trying
to force SSL...

  I've changed from SSL to TLS.
  Added the "start-tls required".
  I've also had to resort to "--database:off" on the server, see
syslog.
  However, things still hang:

Negotiations..TELNET RCVD DO START-TLS
TELNET SENT SB START-TLS FOLLOWS IAC SE
TELNET RCVD DO AUTHENTICATION
TELNET RCVD DO NAWS
TELNET RCVD WILL SUPPRESS-GO-AHEAD
TELNET RCVD DO SUPPRESS-GO-AHEAD
TELNET RCVD WILL ECHO
TELNET RCVD DO NEW-ENVIRONMENT
TELNET RCVD SB START-TLS FOLLOWS  IAC SE
[TLS - handshake starting]
Loading RSA certificate into SSL
Enter pass phrase: <passphrase>
SSL_handshake:UNKWN  before/connect initialization
SSL_connect:UNKWN  before/connect initialization
SSL_connect:3WCH_A SSLv3 write client hello A
HANG...

syslog
Feb 10 16:37:58 cms iksd[825]: file[] /var/log/95dfd2cb.339: rename to
/var/log/iksd.lck failed (No such file or directory)

script
#!/usr/local/bin/kermit +
set debug on
set debug session
set auth tls debug on
set auth tls rsa-cert-file w.pem                   ;personal cert pem
set auth tls rsa-key-file work_priv.pem            ;personal key pem
set auth tls verbose on
set auth tls verify-dir /usr/local/ca              ;CA directory
set auth tls verify-file /usr/local/ca/cacert.pem  ;CA cert pem w/hash
set login userid <userid>
set telopt start-tls required

iksd.conf
set auth tls rsa-cert-file /root/HomeWIP/pki/c.pem  #points to host
cert?
set auth tls rsa-key-file /root/HomeWIP/pki/cms.jms.lucascargo.com.pem
 #points to host key?
set auth tls verify-dir /usr/local/ca
set auth tls verify-file /usr/local/ca/cacert.pem

Is the host settings for the iksd.conf's rsa's suppose to be the host
client?  And is the CA key the only key that needs hashed?  

Thanks

cs

"Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message news:<3E482A46.2010509@nyc.rr.com>...
> You do not want to use the broken protocol AUTH SSL.  You want to use 
> the START_TLS option.  Remove
> 
>    SET TeLNET AUTH TYPE SSL
> 
> and replace it with
> 
>    SET TeLOPT START-TLS REQUIRE
> 
> Why are you refusing START-TLS on the SERVER?
> 
> The AUTH SSL protocol is only meant for use with old Eric Young telnet 
> servers.
> 
> 
> 
> Curtis Steward wrote:
> > I'm trying to get straight SSL authentication to work as described in:
> > http://www.columbia.edu/kermit/security80.html (compiled with
> > "linux+openssl" no flags).  I understand that ~/.tlslogin will give me
> > a complete cert to userid map with the code as is.
> > 
> > After pouring over the doc I'm receiving the following:
> > 
> > c-kermit8.0
> > ...
> > iksd <hostname>
> > ...
> > TELNET RCVD DO NEW-ENVIRONMENT
> > TELNET RCVD SB AUTHENTICATION SEND SSL CLIENT_TO_SERVER|ONE_WAY   IAC
> > SE
> > Loading RSA certificate into SSL
> > Enter pass phrase: <pass-phrase>
> > Authenticating with SSL
> > TELNET SENT SB AUTHENTICATION IS SSL CLIENT_TO_SERVER|ONE_WAY START
> > IAC SE
> > TELNET RCVD DONT TERMINAL-TYPE
> > TELNET RCVD SB NEW-ENVIRONMENT SEND  IAC SE
> > TELNET RCVD DONT COM-PORT-CONTROL
> >  Negotiations..............................
> > *************************
> > The Telnet server is not sending required responses.
> > 
> > ?Telnet waiting for WILL AUTHENTICATION subnegotiation
> > 
> > You can continue to wait or you can cancel with Ctrl-C.
> > In case the Telnet server never responds as required,
> > you can try connecting to this host with TELNET /NOWAIT.
> > Use SET HINTS OFF to suppress further hints.
> > *************************
> > 
> > ...
> > 
> > /etc/iksd.conf
> > set auth ssl rsa-cert-file /root/HomeWIP/pki/cmscert.pem       #
> > points to host cert?
> > set auth ssl rsa-key-file /root/HomeWIP/pki/cms.jms.lucascargo.com.pem
> > # points to host key?
> > set auth ssl verify-dir /usr/local/ca                          # pem
> > is hashed
> > set auth ssl verify-file /usr/local/ca/cacert.pem
> > set telopt start-tls refused                                   # just
> > SSL
> > 
> > script
> > #!/usr/local/bin/kermit +
> > set debug on
> > set debug session
> > set auth ssl debug on
> > set auth ssl rsa-cert-file w.pem                   ;personal cert pem
> > set auth ssl rsa-key-file work_priv.pem            ;personal key pem
> > set auth ssl verbose on
> > set auth ssl verify-dir /usr/local/ca              ;CA directory
> > set auth ssl verify-file /usr/local/ca/cacert.pem  ;CA cert pem
> > set login userid <userid>
> > set telnet auth type ssl                           ;just SSL
> > 
> > I've tried sb-implies-will-do on/off on both client and server
> > sides with no luck.
> > 
> > TIA,
> > 
> > cs


From jaltman@columbia.edu Tue Feb 11 15:59:19 EST 2003
Article: 14082 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E493E29.5040800@columbia.edu>
From: Jeffrey Altman <jaltman@columbia.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSL-Telnet waiting for WILL AUTHENTICATION subnegotiation
References: <f53f8c5c.0302101307.43a79f75@posting.google.com> <3E482A46.2010509@nyc.rr.com> <f53f8c5c.0302110921.bbf187d@posting.google.com>
In-Reply-To: <f53f8c5c.0302110921.bbf187d@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 85
Date: Tue, 11 Feb 2003 18:15:44 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1044987344 66.108.138.151 (Tue, 11 Feb 2003 13:15:44 EST)
NNTP-Posting-Date: Tue, 11 Feb 2003 13:15:44 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14082

Curtis Steward wrote:
> Jeff,
> 
> I didn't realize that "AUTH SSL" shouldn't be used.  Thanks
> for the tip, that's why I also had "start-tls refused", trying
> to force SSL...
> 
>   I've changed from SSL to TLS.
>   Added the "start-tls required".
>   I've also had to resort to "--database:off" on the server, see
> syslog.
>   However, things still hang:
> 
> Negotiations..TELNET RCVD DO START-TLS
> TELNET SENT SB START-TLS FOLLOWS IAC SE
> TELNET RCVD DO AUTHENTICATION
> TELNET RCVD DO NAWS
> TELNET RCVD WILL SUPPRESS-GO-AHEAD
> TELNET RCVD DO SUPPRESS-GO-AHEAD
> TELNET RCVD WILL ECHO
> TELNET RCVD DO NEW-ENVIRONMENT
> TELNET RCVD SB START-TLS FOLLOWS  IAC SE
> [TLS - handshake starting]
> Loading RSA certificate into SSL
> Enter pass phrase: <passphrase>
> SSL_handshake:UNKWN  before/connect initialization
> SSL_connect:UNKWN  before/connect initialization
> SSL_connect:3WCH_A SSLv3 write client hello A
> HANG...
> 
> syslog
> Feb 10 16:37:58 cms iksd[825]: file[] /var/log/95dfd2cb.339: rename to
> /var/log/iksd.lck failed (No such file or directory)

How is iksd being started?

> 
> script
> #!/usr/local/bin/kermit +
> set debug on
> set debug session
> set auth tls debug on
> set auth tls rsa-cert-file w.pem                   ;personal cert pem
> set auth tls rsa-key-file work_priv.pem            ;personal key pem
> set auth tls verbose on
> set auth tls verify-dir /usr/local/ca              ;CA directory
> set auth tls verify-file /usr/local/ca/cacert.pem  ;CA cert pem w/hash
> set login userid <userid>
> set telopt start-tls required

The file /usr/local/ca/cacert.pem must contain the CA certificate used 
to sign the IKSD host certificate


> iksd.conf
> set auth tls rsa-cert-file /root/HomeWIP/pki/c.pem  #points to host
> cert?
> set auth tls rsa-key-file /root/HomeWIP/pki/cms.jms.lucascargo.com.pem
>  #points to host key?

These are the server's certificate and key in PEM format.

> set auth tls verify-dir /usr/local/ca
> set auth tls verify-file /usr/local/ca/cacert.pem

These are only necessary if you are attempting to verify client 
certificates.

> Is the host settings for the iksd.conf's rsa's suppose to be the host
> client?  And is the CA key the only key that needs hashed?  

> Thanks
> 
> cs

To debug IKSD include a

   LOG DEBUG /root/iksd.debug.\v(pid).log

command in your iksd.conf file.  If you are not getting a response to 
the "client hello A" it is most likely a problem related to firewall's 
blocking the negotiation OR perhaps a file system access problem on the 
host.




From henry.thorpe@att.net Tue Feb 11 16:00:07 EST 2003
Article: 14080 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.gtei.net!wn12feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
Message-ID: <3E493B69.6090609@att.net>
From: "Henry E. Thorpe" <henry.thorpe@att.net>
Organization: Just me!
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: input pattern matching blowing my mind...
References: <uisvwssje.fsf@att.net> <b26i6b$iiv$1@watsol.cc.columbia.edu> <b26i8f$il0$1@watsol.cc.columbia.edu> <uel6glv7y.fsf@att.net> <b29fur$r02$1@watsol.cc.columbia.edu>
In-Reply-To: <b29fur$r02$1@watsol.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 31
NNTP-Posting-Host: 8bb59bb0a75d76a6c83980542f181ea6
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc04-news.ops.worldnet.att.net 1044986657 8bb59bb0a75d76a6c83980542f181ea6 (Tue, 11 Feb 2003 18:04:17 GMT)
NNTP-Posting-Date: Tue, 11 Feb 2003 18:04:17 GMT
Date: Tue, 11 Feb 2003 18:04:17 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14080

Frank;

That's swell, 'cept Tom is using K95.  Any idea when a patch may be 
available?

Frank da Cruz wrote:
> In article <uel6glv7y.fsf@att.net>,
> Thomas A. Horsley <tom.horsley@att.net> wrote:
> : I tried this:
> : ...
> : And it doesn't work (never seems to match, times out). I also tried this:
> : ...
> : And it does match something, unfortunately it matches the "Enter"
> : and then the "passphrase" (but curiously, not the for*:?) so I
> : get two separate prompts.
> : ...
> : Also tried this variation:
> : ...
> : And it never matches, but times out. Whatever is going on seems fun if
> : nothing else :-).
> :
> I was able to dig into the code today, found the problem, and seem to
> have fixed it.  You should now be able to use both case-sensitive and
> case-indendent \fpattern() matches in both INPUT and MINPUT statements:
> 
>   http://www.columbia.edu/kermit/ckdaily.html
> 
> Thanks again for the report.
> 
> - Frank



From jaltman@columbia.edu Tue Feb 11 16:01:44 EST 2003
Article: 14083 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E496014.3020309@columbia.edu>
From: Jeffrey Altman <jaltman@columbia.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: input pattern matching blowing my mind...
References: <uisvwssje.fsf@att.net> <b26i6b$iiv$1@watsol.cc.columbia.edu> <b26i8f$il0$1@watsol.cc.columbia.edu> <uel6glv7y.fsf@att.net> <b29fur$r02$1@watsol.cc.columbia.edu> <3E493B69.6090609@att.net>
In-Reply-To: <3E493B69.6090609@att.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 44
Date: Tue, 11 Feb 2003 20:40:30 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1044996030 66.108.138.151 (Tue, 11 Feb 2003 15:40:30 EST)
NNTP-Posting-Date: Tue, 11 Feb 2003 15:40:30 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14083

When I worked for the Kermit Project I would make test builds available 
upon request for those who needed access to bug fixes in between 
releases.  As I no longer work for the project I do not put time in on a 
regular basis anymore.  However, for the promise of beer I might be 
convinced to create a test build.  :-)

- Jeff

Henry E. Thorpe wrote:
> Frank;
> 
> That's swell, 'cept Tom is using K95.  Any idea when a patch may be 
> available?
> 
> Frank da Cruz wrote:
> 
>> In article <uel6glv7y.fsf@att.net>,
>> Thomas A. Horsley <tom.horsley@att.net> wrote:
>> : I tried this:
>> : ...
>> : And it doesn't work (never seems to match, times out). I also tried 
>> this:
>> : ...
>> : And it does match something, unfortunately it matches the "Enter"
>> : and then the "passphrase" (but curiously, not the for*:?) so I
>> : get two separate prompts.
>> : ...
>> : Also tried this variation:
>> : ...
>> : And it never matches, but times out. Whatever is going on seems fun if
>> : nothing else :-).
>> :
>> I was able to dig into the code today, found the problem, and seem to
>> have fixed it.  You should now be able to use both case-sensitive and
>> case-indendent \fpattern() matches in both INPUT and MINPUT statements:
>>
>>   http://www.columbia.edu/kermit/ckdaily.html
>>
>> Thanks again for the report.
>>
>> - Frank
> 
> 



From henry.thorpe@att.net Tue Feb 11 16:01:50 EST 2003
Article: 14081 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newspeer1.nwr.nac.net!news.astraweb.com!news-small.astraweb.com!news-xfer.cox.net!cox.net!cyclone1.gnilink.net!wn12feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
Message-ID: <3E493C0F.9020703@att.net>
From: "Henry E. Thorpe" <henry.thorpe@att.net>
Organization: Just me!
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: secure ftp
References: <18c77c47.0302102057.8f449cb@posting.google.com>
In-Reply-To: <18c77c47.0302102057.8f449cb@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 15
NNTP-Posting-Host: 8bb59bb0a75d76a6c83980542f181ea6
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc04-news.ops.worldnet.att.net 1044986824 8bb59bb0a75d76a6c83980542f181ea6 (Tue, 11 Feb 2003 18:07:04 GMT)
NNTP-Posting-Date: Tue, 11 Feb 2003 18:07:04 GMT
Date: Tue, 11 Feb 2003 18:07:04 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14081

AT&T WorldNet uses Start_TLS FTP for it's internet facing web upload 
servers (upload.att.net).

tirch wrote:
> Hello all, this is my first time posting and I've looked around the
> groups. You all look like you have a really good handle on secure ftp
> protocols.
> 
> My question is, what is the most popular way of transferring files
> securely? What do most commercial sites use? I think it is either scp
> or sftp. Does anyone use ftps?
> 
> Thanks in advance. 
> spider_rabbit



From curtis.steward@goodrich.com Wed Feb 12 10:13:06 EST 2003
Article: 14084 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: curtis.steward@goodrich.com (Curtis Steward)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSL-Telnet waiting for WILL AUTHENTICATION subnegotiation
Date: 11 Feb 2003 15:09:34 -0800
Organization: http://groups.google.com/
Lines: 193
Message-ID: <f53f8c5c.0302111509.12c6ae2f@posting.google.com>
References: <f53f8c5c.0302101307.43a79f75@posting.google.com> <3E482A46.2010509@nyc.rr.com> <f53f8c5c.0302110921.bbf187d@posting.google.com> <3E493E29.5040800@columbia.edu>
NNTP-Posting-Host: 207.180.255.121
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1045004975 3618 127.0.0.1 (11 Feb 2003 23:09:35 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 11 Feb 2003 23:09:35 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14084

Jeffrey Altman <jaltman@columbia.edu> wrote in message news:<3E493E29.5040800@columbia.edu>...
> Curtis Steward wrote:
> > Jeff,
> > 
> > I didn't realize that "AUTH SSL" shouldn't be used.  Thanks
> > for the tip, that's why I also had "start-tls refused", trying
> > to force SSL...
> > 
> >   I've changed from SSL to TLS.
> >   Added the "start-tls required".
> >   I've also had to resort to "--database:off" on the server, see
> > syslog.
> >   However, things still hang:
> > 
> > Negotiations..TELNET RCVD DO START-TLS
> > TELNET SENT SB START-TLS FOLLOWS IAC SE
> > TELNET RCVD DO AUTHENTICATION
> > TELNET RCVD DO NAWS
> > TELNET RCVD WILL SUPPRESS-GO-AHEAD
> > TELNET RCVD DO SUPPRESS-GO-AHEAD
> > TELNET RCVD WILL ECHO
> > TELNET RCVD DO NEW-ENVIRONMENT
> > TELNET RCVD SB START-TLS FOLLOWS  IAC SE
> > [TLS - handshake starting]
> > Loading RSA certificate into SSL
> > Enter pass phrase: <passphrase>
> > SSL_handshake:UNKWN  before/connect initialization
> > SSL_connect:UNKWN  before/connect initialization
> > SSL_connect:3WCH_A SSLv3 write client hello A
> > HANG...
> > 
> > syslog
> > Feb 10 16:37:58 cms iksd[825]: file[] /var/log/95dfd2cb.339: rename to
> > /var/log/iksd.lck failed (No such file or directory)
> 
> How is iksd being started?
> 

I'm using xinetd:

# default: on
#        server_args     = -A --syslog:6 --database:off
service kermit
{
	socket_type	= stream        
	wait		= no
	user		= root
	server		= /usr/sbin/iksd
        server_args     = -A 
	disable		= no
}

FYI, I am doing client/server testing on the same host, from what
I figure "iks localhost" should be cool?

> > 
> > script
> > #!/usr/local/bin/kermit +
> > set debug on
> > set debug session
> > set auth tls debug on
> > set auth tls rsa-cert-file w.pem                   ;personal cert pem
> > set auth tls rsa-key-file work_priv.pem            ;personal key pem
> > set auth tls verbose on
> > set auth tls verify-dir /usr/local/ca              ;CA directory
> > set auth tls verify-file /usr/local/ca/cacert.pem  ;CA cert pem w/hash
> > set login userid <userid>
> > set telopt start-tls required
> 
> The file /usr/local/ca/cacert.pem must contain the CA certificate used 
> to sign the IKSD host certificate

Yep

> 
> 
> > iksd.conf
> > set auth tls rsa-cert-file /root/HomeWIP/pki/c.pem  #points to host
> > cert?
> > set auth tls rsa-key-file /root/HomeWIP/pki/cms.jms.lucascargo.com.pem
> >  #points to host key?
> 
> These are the server's certificate and key in PEM format.

Yep again

> 
> > set auth tls verify-dir /usr/local/ca
> > set auth tls verify-file /usr/local/ca/cacert.pem
> 
> These are only necessary if you are attempting to verify client 
> certificates.

Would this be the personal and/or client host certificates?
>From  what I understand the following would give me client(personal
user) authentication:

                       kermit client      kermit server
personal user cert     rsa-cert-file      ~/.tlslogin
client host cert       N/A                N/A
server host cert       N/A                rsa-cert-file
CA cert                verify-file        N/A

I'm just after user authentication, client host could come later.

> 
> > Is the host settings for the iksd.conf's rsa's suppose to be the host
> > client?  And is the CA key the only key that needs hashed?  
>  
> > Thanks
> > 
> > cs
> 
> To debug IKSD include a
> 
>    LOG DEBUG /root/iksd.debug.\v(pid).log
> 
> command in your iksd.conf file.  If you are not getting a response to 
> the "client hello A" it is most likely a problem related to firewall's 
> blocking the negotiation OR perhaps a file system access problem on the 
> host.

...

dbinit dbfile 1[(NULL)]
dbinit dbdir 2[/var/log/]
dbinit dbfile 2[/var/log/iksd.db]
dbinit mypid=1255
getlocalipaddr setting buf to[149.223.210.203]
dbinit myip[95dfd2cb]=-1780493621
ckgetpeer[cms.jms.lucascargo.com]=-1780493621
dbinit peerip[95dfd2cb]=-1780493621
dbinit peerip[95dfd2cb]=-1780493621
dbinit dbenabled=1
getslot idstring[95dfd2cb:0000001255
]
getslot tempfile[/var/log/95dfd2cb.4e7]
getslot lockfile[/var/log/iksd.lck]
zrename old[/var/log/95dfd2cb.4e7]
zrename new[/var/log/iksd.lck]
zrename setroot[]=0
isdir stat[/var/log/iksd.lck]=-1
isdir errno=2
zrename no dir[/var/log/iksd.lck]
zrename rename()[/var/log/95dfd2cb.4e7]=0
zfnqfp fname[/var/log/95dfd2cb.4e7]=4096
zfnqfp realpath fails[/var/log/95dfd2cb.4e7]=2
zfnqfp while *s[/var/log/95dfd2cb.4e7]
zfnqfp len=21
isdir stat[/var/log/95dfd2cb.4e7]=-1
isdir errno=2
zfnqfp path[/var/log/95dfd2cb.4e7]=21
zfnqfp name[95dfd2cb.4e7]
zfnqfp fname[/var/log/iksd.lck]=4096
isdir stat[/var/log/iksd.lck]=0
isdir islink=0
isdir statbuf.st_mode=33152
zfnqfp realpath path[/var/log/iksd.lck]
zfnqfp realpath name[iksd.lck]
getslot has lock[/var/log/iksd.lck]
getslot dbfile[/var/log/iksd.db]
zchki setroot[]=0
STAT=5
zchki stat ok:[/var/log/iksd.db]=0
zchki access ok:[/var/log/iksd.db]=4096
getslot record=0
getslot dbflags:0x00
getslot dbpid:0x04a2
getslot dbip:0x95dfd2cb
getslot free slot=0
getslot records=1

...

And from syslog...

Feb 11 14:13:51 cms iksd[1255]: file[4] /root/iksd.debug.1255.log:
create ok
Feb 11 14:13:51 cms iksd[1255]: file[] /var/log/95dfd2cb.4e7: rename
to /var/log/iksd.lck failed (No such file or directory)

FYI, I tried again after doing a "mkdir /var/log/iksd.lck":

[root@cms pki]# ls /var/log/iksd.lck
95dfd2cb.45f

syslog...

Feb 11 13:47:20 cms iksd[1119]: file[] /var/log/95dfd2cb.45f: rename
to /var/log/iksd.lck/95dfd2cb.45f failed (No such file or directory)

Couldn't find an example or case outside of stunnel, if I get this one
working, I'm writing it up :).


From jaltman@columbia.edu Wed Feb 12 10:13:16 EST 2003
Article: 14085 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!c03.atl99!sjc70.webusenet.com!news.webusenet.com!nf3.bellglobal.com!cyclone.mw.ipsvc.net!news.mw.ipsvc.net!cyclone.kc.rr.com!news-east.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E49881E.2040907@columbia.edu>
From: Jeffrey Altman <jaltman@columbia.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSL-Telnet waiting for WILL AUTHENTICATION subnegotiation
References: <f53f8c5c.0302101307.43a79f75@posting.google.com> <3E482A46.2010509@nyc.rr.com> <f53f8c5c.0302110921.bbf187d@posting.google.com> <3E493E29.5040800@columbia.edu> <f53f8c5c.0302111509.12c6ae2f@posting.google.com>
In-Reply-To: <f53f8c5c.0302111509.12c6ae2f@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 125
Date: Tue, 11 Feb 2003 23:31:24 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1045006284 66.108.138.151 (Tue, 11 Feb 2003 18:31:24 EST)
NNTP-Posting-Date: Tue, 11 Feb 2003 18:31:24 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14085



>>>set auth tls verify-dir /usr/local/ca
>>>set auth tls verify-file /usr/local/ca/cacert.pem
>>
>>These are only necessary if you are attempting to verify client 
>>certificates.
> 
> 
> Would this be the personal and/or client host certificates?
> From what I understand the following would give me client(personal
> user) authentication:
> 
>                        kermit client      kermit server
> personal user cert     rsa-cert-file      ~/.tlslogin
> client host cert       N/A                N/A
> server host cert       N/A                rsa-cert-file
> CA cert                verify-file        N/A
> 
> I'm just after user authentication, client host could come later.

You can't perform client host authentication with TLs.  You can only 
perform user authentication.

> 
>>>Is the host settings for the iksd.conf's rsa's suppose to be the host
>>>client?  And is the CA key the only key that needs hashed?  
>>
>> 
>>
>>>Thanks
>>>
>>>cs
>>
>>To debug IKSD include a
>>
>>   LOG DEBUG /root/iksd.debug.\v(pid).log
>>
>>command in your iksd.conf file.  If you are not getting a response to 
>>the "client hello A" it is most likely a problem related to firewall's 
>>blocking the negotiation OR perhaps a file system access problem on the 
>>host.
> 
> 
> ...
> 
> dbinit dbfile 1[(NULL)]
> dbinit dbdir 2[/var/log/]
> dbinit dbfile 2[/var/log/iksd.db]
> dbinit mypid=1255
> getlocalipaddr setting buf to[149.223.210.203]
> dbinit myip[95dfd2cb]=-1780493621
> ckgetpeer[cms.jms.lucascargo.com]=-1780493621
> dbinit peerip[95dfd2cb]=-1780493621
> dbinit peerip[95dfd2cb]=-1780493621
> dbinit dbenabled=1
> getslot idstring[95dfd2cb:0000001255
> ]
> getslot tempfile[/var/log/95dfd2cb.4e7]
> getslot lockfile[/var/log/iksd.lck]
> zrename old[/var/log/95dfd2cb.4e7]
> zrename new[/var/log/iksd.lck]
> zrename setroot[]=0
> isdir stat[/var/log/iksd.lck]=-1
> isdir errno=2
> zrename no dir[/var/log/iksd.lck]
> zrename rename()[/var/log/95dfd2cb.4e7]=0
> zfnqfp fname[/var/log/95dfd2cb.4e7]=4096
> zfnqfp realpath fails[/var/log/95dfd2cb.4e7]=2
> zfnqfp while *s[/var/log/95dfd2cb.4e7]
> zfnqfp len=21
> isdir stat[/var/log/95dfd2cb.4e7]=-1
> isdir errno=2
> zfnqfp path[/var/log/95dfd2cb.4e7]=21
> zfnqfp name[95dfd2cb.4e7]
> zfnqfp fname[/var/log/iksd.lck]=4096
> isdir stat[/var/log/iksd.lck]=0
> isdir islink=0
> isdir statbuf.st_mode=33152
> zfnqfp realpath path[/var/log/iksd.lck]
> zfnqfp realpath name[iksd.lck]
> getslot has lock[/var/log/iksd.lck]
> getslot dbfile[/var/log/iksd.db]
> zchki setroot[]=0
> STAT=5
> zchki stat ok:[/var/log/iksd.db]=0
> zchki access ok:[/var/log/iksd.db]=4096
> getslot record=0
> getslot dbflags:0x00
> getslot dbpid:0x04a2
> getslot dbip:0x95dfd2cb
> getslot free slot=0
> getslot records=1
> 
> ...
> 
> And from syslog...
> 
> Feb 11 14:13:51 cms iksd[1255]: file[4] /root/iksd.debug.1255.log:
> create ok
> Feb 11 14:13:51 cms iksd[1255]: file[] /var/log/95dfd2cb.4e7: rename
> to /var/log/iksd.lck failed (No such file or directory)
> 
> FYI, I tried again after doing a "mkdir /var/log/iksd.lck":
> 
> [root@cms pki]# ls /var/log/iksd.lck
> 95dfd2cb.45f
> 
> syslog...
> 
> Feb 11 13:47:20 cms iksd[1119]: file[] /var/log/95dfd2cb.45f: rename
> to /var/log/iksd.lck/95dfd2cb.45f failed (No such file or directory)
> 
> Couldn't find an example or case outside of stunnel, if I get this one
> working, I'm writing it up :).


The file that is missing is /var/log/95dfd2cb.4e7.  iksd.lck is the 
destination file.

Is this host accessible from the Internet?

If so, please send access information to kermit-support@columbia.edu 
along with the entire debug.log file.



From gsoapacct@yahoo.com Thu Feb 13 14:52:52 EST 2003
Article: 14087 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: gsoapacct@yahoo.com
Newsgroups: comp.protocols.kermit.misc
Subject: Is Kermit SSH the same as openssh?
Date: 12 Feb 2003 16:31:55 -0800
Organization: http://groups.google.com/
Lines: 2
Message-ID: <d634efd8.0302121631.375931d8@posting.google.com>
NNTP-Posting-Host: 131.120.76.56
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1045096315 584 127.0.0.1 (13 Feb 2003 00:31:55 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 13 Feb 2003 00:31:55 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14087

I am having to decide which is better, openssh or Kermit, for sshd on
a Solaris system.  Is there even any differences?  What do you think?


From jaltman2@nyc.rr.com Thu Feb 13 14:52:59 EST 2003
Article: 14088 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E4B3873.7050809@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Is Kermit SSH the same as openssh?
References: <d634efd8.0302121631.375931d8@posting.google.com>
In-Reply-To: <d634efd8.0302121631.375931d8@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 6
Date: Thu, 13 Feb 2003 06:14:55 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1045116895 66.108.138.151 (Thu, 13 Feb 2003 01:14:55 EST)
NNTP-Posting-Date: Thu, 13 Feb 2003 01:14:55 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14088

Kermit does not provide SSHD capabilities.

gsoapacct@yahoo.com wrote:
> I am having to decide which is better, openssh or Kermit, for sshd on
> a Solaris system.  Is there even any differences?  What do you think?



From heiby_u@falkor.chi.il.us Thu Feb 13 15:00:16 EST 2003
Article: 14089 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc04.POSTED!not-for-mail
From: Ron Heiby <heiby_u@falkor.chi.il.us>
Newsgroups: comp.protocols.kermit.misc
Subject: RedHat 8.0 Linux and K-95 Character Set
Message-ID: <a2hm4vkvlqliq3e1558u5d2io804gqrh2p@4ax.com>
X-Newsreader: Forte Agent 1.91/32.564
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 27
NNTP-Posting-Host: 12.248.231.128
X-Complaints-To: abuse@attbi.com
X-Trace: sccrnsc04 1045120434 12.248.231.128 (Thu, 13 Feb 2003 07:13:54 GMT)
NNTP-Posting-Date: Thu, 13 Feb 2003 07:13:54 GMT
Organization: AT&T Broadband
Date: Thu, 13 Feb 2003 07:13:55 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14089

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi! With the release of Red Hat 8.0, the default for terminal output
appears to be set up to be UTF-8. I base this, in part, upon my LANG
environment variable being set to "en_us.UTF-8". Among other things, the
"man" command seems to be putting out multi-byte characters. An example
appears to be (octal) 342 200 220, which I am guessing is supposed to be
some kind of dash or minus sign.

I am logged in to a RH 8.0 system using K-95 2.1.3. My TERM environment
variable is "vt320", and my K-95 terminal type is set to "vt320". My K-95
character set is set to "utf8".

When I run the "man" command, and it wants to display the character
described above, on my screen I see a hollow rectangle. What am I doing
wrong? Thanks!

-----BEGIN PGP SIGNATURE-----
Version: PGP Personal Privacy 6.5.8
Comment: Until recently, the last PGP with full source disclosure.

iQA/AwUBPktFm28pw+2/9pUJEQKw1gCeMs6Oe/2bGfO0APqeKk+cVmBdB0UAoJ1+
vk13+sXd0xcqbyQCdJ3cMnYx
=qsI/
-----END PGP SIGNATURE-----



From jaltman2@nyc.rr.com Thu Feb 13 15:00:24 EST 2003
Article: 14090 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: RedHat 8.0 Linux and K-95 Character Set
References: <a2hm4vkvlqliq3e1558u5d2io804gqrh2p@4ax.com>
In-Reply-To: <a2hm4vkvlqliq3e1558u5d2io804gqrh2p@4ax.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 32
Message-ID: <RWH2a.19926$Mh3.5191413@twister.nyc.rr.com>
Date: Thu, 13 Feb 2003 07:37:21 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1045121841 66.108.138.151 (Thu, 13 Feb 2003 02:37:21 EST)
NNTP-Posting-Date: Thu, 13 Feb 2003 02:37:21 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14090

The font you are using does not support the specified character.


Ron Heiby wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi! With the release of Red Hat 8.0, the default for terminal output
> appears to be set up to be UTF-8. I base this, in part, upon my LANG
> environment variable being set to "en_us.UTF-8". Among other things, the
> "man" command seems to be putting out multi-byte characters. An example
> appears to be (octal) 342 200 220, which I am guessing is supposed to be
> some kind of dash or minus sign.
> 
> I am logged in to a RH 8.0 system using K-95 2.1.3. My TERM environment
> variable is "vt320", and my K-95 terminal type is set to "vt320". My K-95
> character set is set to "utf8".
> 
> When I run the "man" command, and it wants to display the character
> described above, on my screen I see a hollow rectangle. What am I doing
> wrong? Thanks!
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGP Personal Privacy 6.5.8
> Comment: Until recently, the last PGP with full source disclosure.
> 
> iQA/AwUBPktFm28pw+2/9pUJEQKw1gCeMs6Oe/2bGfO0APqeKk+cVmBdB0UAoJ1+
> vk13+sXd0xcqbyQCdJ3cMnYx
> =qsI/
> -----END PGP SIGNATURE-----
> 



From fdc@columbia.edu Thu Feb 13 15:22:07 EST 2003
Article: 14092 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Dealing with '\' char in strings of file locations
Date: 13 Feb 2003 14:52:27 -0500
Organization: Columbia University
Lines: 66
Message-ID: <b2gt1r$jmj$1@watsol.cc.columbia.edu>
References: <a70f50e.0302121525.7922c8c3@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045165948 26759 128.59.39.139 (13 Feb 2003 19:52:28 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 13 Feb 2003 19:52:28 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14092

In article <a70f50e.0302121525.7922c8c3@posting.google.com>,
Wes <wesdog@hotmail.com> wrote:
: This is my first experience with Kermit... So far I like what I see. 
: However, I do have a question.
: 
: My problem is that I will be running a script from a workstation
: called "serverx".  The script will log into a FTP server and download
: a text file containing a file path in UNC format on each line
: (\\serverx\share\dir\file.txt) which, by the way, references a file on
: the workstation "serverx" (the UNC path would translate into
: c:\share\dir\file.txt).  If that file is located on the workstation
: kermit will upload the file to another FTP server and put it in the
: same sub directory (ftp://servery/dir/).
: 
: Since the UNC format in the file has '\' in it, how do I deal with
: this sitution.  Here is what I have so far...  I am not really sure
: how to proceed.  Any help would be great.
: 
As you know, backslash is a distinguished character in the Kermit command
and scripting language, just as it is in many other scripting languages.
In all these languages, there is an unfortunate conflict with DOS pathnames
and UNCs.  The situation is discussed in "Using C-Kermit" on page 48 and
greater length here:

  http://www.columbia.edu/kermit/ckermit70.html#x1.11

: One more question, can somebody explain "recursive evaluation" to me?
: 
Kermit has two kinds of user-defined scalar variables: The \%x kind
(which are evaluated recursively) and the \m(name) kind.  The difference
comes into play when a variable's definition includes backslashes.  Whenever
you refer to a recursively evaluated variable, it is evaluated, and then its
value is evaluated, and then that value is evaluated, etc, until done. To
illustrate:

  define \%a one
  define \%b two
  define \%c \%a \%b three
  echo \%c                    <-- recursive evaluation
  one two three
  define text \%a \%b three
  echo \m(text)               <-- one-level-deep evaluation
  \%a \%b three  

Obviously the intention of recursive evaluation is to handle variables
whose definitions refer to other variables.  Therefore, this type of
variable should not be used to hold DOS pathnames or UNCs.

To handle the kind of situation you describe, use one-level-deep
(named) variables:

  fopen /read \%c somefile
  if fail ...
  fread /line \%c line
  if fail ...
  
and then refer to the line you have just read as \m(line).  Alternatively
you can use \fdefinition() to evaluate \%x variables one level deep:

  fopen /read \%c somefile
  if fail ...
  fread /line \%c \%a
  if fail ...
  echo \fdef(\%a)

- Frank


From fdc@columbia.edu Thu Feb 13 15:22:11 EST 2003
Article: 14093 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Is Kermit SSH the same as openssh?
Date: 13 Feb 2003 15:00:03 -0500
Organization: Columbia University
Lines: 28
Message-ID: <b2gtg3$k2f$1@watsol.cc.columbia.edu>
References: <d634efd8.0302121631.375931d8@posting.google.com> <3E4B3873.7050809@nyc.rr.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045166405 27120 128.59.39.139 (13 Feb 2003 20:00:05 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 13 Feb 2003 20:00:05 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14093

In article <3E4B3873.7050809@nyc.rr.com>,
Jeffrey Altman [Road Runner NYC] <jaltman2@nyc.rr.com> wrote:
: gsoapacct@yahoo.com wrote:
: > I am having to decide which is better, openssh or Kermit, for sshd on
: > a Solaris system.  Is there even any differences?  What do you think?
: 
: Kermit does not provide SSHD capabilities.
: 
If the question is really, "how should I provide secure remote shell access 
to my computer over the Internet?", there are numerous answers, including
sshd as well as any of various Telnet and/or Rlogin servers secured by
Kerberos, SSL/TLS, or SRP:

  http://www.columbia.edu/kermit/security.html

Kermit, when installed as an Internet Kermit Service (IKS):

  http://www.columbia.edu/kermit/iksd.html

also has various security options, but clients get only the Kermit prompt,
not a shell, but of course that's just the ticket for certain applications.

As Jeff noted, Kermit is not an SSH *server* but Kermit 95 on Windows is
an SSH client:

  http://www.columbia.edu/kermit/k95.html

- Frank


From userdog@rennert.net Thu Feb 13 15:27:33 EST 2003
Article: 14091 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!c03.atl99!rip!news.webusenet.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssrv26.news.prodigy.com.POSTED!not-for-mail
From: Schmackd0wn <userdog@rennert.net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: C-Kermit script F10 send
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 17
Message-ID: <MmT2a.1120$UF6.62973@newssrv26.news.prodigy.com>
NNTP-Posting-Host: 63.68.111.2
X-Complaints-To: abuse@prodigy.net
X-Trace: newssrv26.news.prodigy.com 1045168684 ST000 63.68.111.2 (Thu, 13 Feb 2003 14:38:04 CST)
NNTP-Posting-Date: Thu, 13 Feb 2003 14:38:04 CST
Organization: Prodigy Internet http://www.prodigy.com
X-UserInfo1: SCSYQN_@FS@WG]QYBJID^]UJUC\\@G@OKPQL_DILJZ]BGIELK^RAQFW[ML\THRCKV^GGZKJMGV^^_JSCFFUA_QXFGVSCYRPILH]TRVKC^LSN@DX_HCAFX__@J\DAJBVMY\ZWZCZLPA^MVH_P@\\EOMW\YSXHG__IJQY_@M[A[[AXQ_XDSTAR]\PG]NVAQUVM
Date: Thu, 13 Feb 2003 20:38:04 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14091

I've done what I think is a pretty exhaustive search over google groups 
but can't find anything to help me with the following problem. I'm 
throwing myself at the mercy of this group with a post.

The situation: I have C-Kermit set up on a RH7.3 box to dial into a 
provider to initiate a download, but to instigate the download I need to 
send an F10. I know that Kermit isn't a terminal emulator and that I'd 
have to do some stuff with my shell, but I'm not sure that would help in 
the long run- I want to put this all in a script to automate the 
process, which is the same day in and day out. Minicom can send a macro 
of ^[[010q to force the download screen remotely, but it doesn't launch 
kermit properly to start the download, and I'd rather use Kermit for all 
of it. So, is there any way to send F10 via a C-Kermit script? The 
script I've written works great up to that point.

Any help would be appreciated. Thanks.



From fdc@columbia.edu Thu Feb 13 15:27:40 EST 2003
Article: 14094 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: RedHat 8.0 Linux and K-95 Character Set
Date: 13 Feb 2003 15:22:01 -0500
Organization: Columbia University
Lines: 47
Message-ID: <b2gup9$lg2$1@watsol.cc.columbia.edu>
References: <a2hm4vkvlqliq3e1558u5d2io804gqrh2p@4ax.com> <RWH2a.19926$Mh3.5191413@twister.nyc.rr.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045167722 28079 128.59.39.139 (13 Feb 2003 20:22:02 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 13 Feb 2003 20:22:02 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14094

In article <RWH2a.19926$Mh3.5191413@twister.nyc.rr.com>,
Jeffrey Altman [Road Runner NYC] <jaltman2@nyc.rr.com> wrote:
: Ron Heiby wrote:
: > Hi! With the release of Red Hat 8.0, the default for terminal output
: > appears to be set up to be UTF-8. I base this, in part, upon my LANG
: > environment variable being set to "en_us.UTF-8". Among other things, the
: > "man" command seems to be putting out multi-byte characters. An example
: > appears to be (octal) 342 200 220, which I am guessing is supposed to be
: > some kind of dash or minus sign.
: > 
: > I am logged in to a RH 8.0 system using K-95 2.1.3. My TERM environment
: > variable is "vt320", and my K-95 terminal type is set to "vt320". My K-95
: > character set is set to "utf8".
: > 
: > When I run the "man" command, and it wants to display the character
: > described above, on my screen I see a hollow rectangle. What am I doing
: > wrong? Thanks!
:
: The font you are using does not support the specified character.
: 
342 200 220 (octal) in UTF-8 translates to U+2010, which is a hyphen in the
General Punctuation Block (2000-206F), where such things as "smart" quotes,
em-dashes, per mil signs, and daggers are gathered.

A quick check of fonts on my PC reveals which ones show this and other
characters in this block:

  Andale Mono WT J:       All
  Andale Mono:            Some (but not hyphen)
  Courier:                Only left and right single quote
  Courier New:            Some (but not hyphen)
  Everson Mono Terminal:  All
  Fixedsys:               Only left and right single quote
  Lucida Console:         Some (but not hyphen)
  System:                 Only left and right single quote
  Terminal:               (Not Unicode - shows wrong characters)

Andale Mono WT J is an excellent Unicode fixed-pitch font, so naturally it
does not come free with Windows; you have to buy it from Agfa Monotype.

Everson Mono Terminal (EMT) is distributed with K95 so that our customers
will have some way to view non-CJK characters that are not available in
other fonts.

So use EMT, or buy Andale Mono WT J, or switch your Linux locale.

- Frank


From fdc@columbia.edu Thu Feb 13 15:27:43 EST 2003
Article: 14095 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit script F10 send
Date: 13 Feb 2003 15:27:20 -0500
Organization: Columbia University
Lines: 39
Message-ID: <b2gv38$lp8$1@watsol.cc.columbia.edu>
References: <MmT2a.1120$UF6.62973@newssrv26.news.prodigy.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045168042 28250 128.59.39.139 (13 Feb 2003 20:27:22 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 13 Feb 2003 20:27:22 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14095

In article <MmT2a.1120$UF6.62973@newssrv26.news.prodigy.com>,
Schmackd0wn  <userdog@rennert.net> wrote:
: I've done what I think is a pretty exhaustive search over google groups 
: but can't find anything to help me with the following problem. I'm 
: throwing myself at the mercy of this group with a post.
: 
I think you'll find this is a low-key friendly group.

: The situation: I have C-Kermit set up on a RH7.3 box to dial into a 
: provider to initiate a download, but to instigate the download I need to 
: send an F10.
:
There's no such character as F10.  To instigate the download you have to
send a sequence of characters (all sorts of different character sequences
can be associated with function keys depending on the application and on
which terminal is being emulated or assumed).

: I know that Kermit isn't a terminal emulator and that I'd 
: have to do some stuff with my shell, but I'm not sure that would help in 
: the long run- I want to put this all in a script to automate the 
: process, which is the same day in and day out. Minicom can send a macro 
: of ^[[010q to force the download screen remotely, but it doesn't launch 
: kermit properly to start the download, and I'd rather use Kermit for all 
: of it. So, is there any way to send F10 via a C-Kermit script? The 
: script I've written works great up to that point.
: 
Have Kermit send the same character sequence.  The command is OUTPUT.
The syntax is in this case is:

  OUPUT \27[010q

For an introduction to Kermit script writing, see:

  http://www.columbia.edu/kermit/ckscripts.html

- Frank

P.S. You might find the SEARCH link at the Kermit website more helpful
than Google searches when you're trying to found out something about Kermit.


From userdog@rennert.net Thu Feb 13 16:10:06 EST 2003
Article: 14096 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.vmunix.org!feed.news.nacamar.de!newsfeed.freenet.de!207.99.101.34.MISMATCH!newspeer1.nwr.nac.net!news.astraweb.com!news-small.astraweb.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssrv26.news.prodigy.com.POSTED!not-for-mail
From: Schmackd0wn <userdog@rennert.net>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit script F10 send
References: <MmT2a.1120$UF6.62973@newssrv26.news.prodigy.com> <b2gv38$lp8$1@watsol.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 52
Message-ID: <reU2a.1139$UF6.70032@newssrv26.news.prodigy.com>
NNTP-Posting-Host: 63.68.111.2
X-Complaints-To: abuse@prodigy.net
X-Trace: newssrv26.news.prodigy.com 1045172247 ST000 63.68.111.2 (Thu, 13 Feb 2003 15:37:27 CST)
NNTP-Posting-Date: Thu, 13 Feb 2003 15:37:27 CST
Organization: Prodigy Internet http://www.prodigy.com
X-UserInfo1: OXM_G]WD\BR]G^I]OJHNO_PAAB]@PAPDLXUNNHLIWIWTEPIB_NVUAH_[BL[\IRKIANGGJBFNJF_DOLSCENSY^U@FRFUEXR@KFXYDBPWBCDQJA@X_DCBHXR[C@\EOKCJLED_SZ@RMWYXYWE_P@\\GOIW^@SYFFSWHFIXMADO@^[ADPRPETLBJ]RDGENSKQQZN
Date: Thu, 13 Feb 2003 21:37:27 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14096

AHA.

Believe me, I was all over that script writing link, I just couldn't 
figure out how to stick anything other the ASCII 1..255 in there, and I 
was getting the impression that it might be the first non-winmodem thing 
that linux couldn't do.

I'm now on the right road. Thanks much for this and the tip on searching 
the kermit website, I'll definitely use that in the future.
J.

Frank da Cruz wrote:
> In article <MmT2a.1120$UF6.62973@newssrv26.news.prodigy.com>,
> Schmackd0wn  <userdog@rennert.net> wrote:
> : I've done what I think is a pretty exhaustive search over google groups 
> : but can't find anything to help me with the following problem. I'm 
> : throwing myself at the mercy of this group with a post.
> : 
> I think you'll find this is a low-key friendly group.
> 
> : The situation: I have C-Kermit set up on a RH7.3 box to dial into a 
> : provider to initiate a download, but to instigate the download I need to 
> : send an F10.
> :
> There's no such character as F10.  To instigate the download you have to
> send a sequence of characters (all sorts of different character sequences
> can be associated with function keys depending on the application and on
> which terminal is being emulated or assumed).
> 
> : I know that Kermit isn't a terminal emulator and that I'd 
> : have to do some stuff with my shell, but I'm not sure that would help in 
> : the long run- I want to put this all in a script to automate the 
> : process, which is the same day in and day out. Minicom can send a macro 
> : of ^[[010q to force the download screen remotely, but it doesn't launch 
> : kermit properly to start the download, and I'd rather use Kermit for all 
> : of it. So, is there any way to send F10 via a C-Kermit script? The 
> : script I've written works great up to that point.
> : 
> Have Kermit send the same character sequence.  The command is OUTPUT.
> The syntax is in this case is:
> 
>   OUPUT \27[010q
> 
> For an introduction to Kermit script writing, see:
> 
>   http://www.columbia.edu/kermit/ckscripts.html
> 
> - Frank
> 
> P.S. You might find the SEARCH link at the Kermit website more helpful
> than Google searches when you're trying to found out something about Kermit.



From heiby_u@falkor.chi.il.us Thu Feb 13 17:05:27 EST 2003
Article: 14097 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail
From: Ron Heiby <heiby_u@falkor.chi.il.us>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: RedHat 8.0 Linux and K-95 Character Set
Message-ID: <f34o4vsc7cmonppnttusfkcppnf49dvkna@4ax.com>
References: <a2hm4vkvlqliq3e1558u5d2io804gqrh2p@4ax.com> <RWH2a.19926$Mh3.5191413@twister.nyc.rr.com> <b2gup9$lg2$1@watsol.cc.columbia.edu>
X-Newsreader: Forte Agent 1.91/32.564
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 10
NNTP-Posting-Host: 12.248.231.128
X-Complaints-To: abuse@attbi.com
X-Trace: rwcrnsc54 1045173144 12.248.231.128 (Thu, 13 Feb 2003 21:52:24 GMT)
NNTP-Posting-Date: Thu, 13 Feb 2003 21:52:24 GMT
Organization: AT&T Broadband
Date: Thu, 13 Feb 2003 21:52:24 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14097

fdc@columbia.edu (Frank da Cruz) wrote:
>In article <RWH2a.19926$Mh3.5191413@twister.nyc.rr.com>,
>Jeffrey Altman [Road Runner NYC] <jaltman2@nyc.rr.com> wrote:
>: The font you are using does not support the specified character.

>So use EMT, or buy Andale Mono WT J, or switch your Linux locale.

Thanks for the quick replies. Simple (smack forehead) diagnosis. Simple prescriptions.
The only other thing was for the operator to remember to switch back to utf8 from the
charset setting made as an experiment.


From heiby_u@falkor.chi.il.us Thu Feb 13 17:26:53 EST 2003
Article: 14098 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!wn14feed!wn13feed!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail
From: Ron Heiby <heiby_u@falkor.chi.il.us>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: RedHat 8.0 Linux and K-95 Character Set
Message-ID: <6d5o4vgob49hjtibic9oj7rplgf0rp03qd@4ax.com>
References: <a2hm4vkvlqliq3e1558u5d2io804gqrh2p@4ax.com> <RWH2a.19926$Mh3.5191413@twister.nyc.rr.com> <b2gup9$lg2$1@watsol.cc.columbia.edu>
X-Newsreader: Forte Agent 1.91/32.564
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 7
NNTP-Posting-Host: 12.248.231.128
X-Complaints-To: abuse@attbi.com
X-Trace: rwcrnsc51.ops.asp.att.net 1045173791 12.248.231.128 (Thu, 13 Feb 2003 22:03:11 GMT)
NNTP-Posting-Date: Thu, 13 Feb 2003 22:03:11 GMT
Organization: AT&T Broadband
Date: Thu, 13 Feb 2003 22:03:11 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14098

fdc@columbia.edu (Frank da Cruz) wrote:
>Andale Mono WT J is an excellent Unicode fixed-pitch font, so naturally it
>does not come free with Windows; you have to buy it from Agfa Monotype.

I went to the Agfa Monotype web site to find out pricing for this font. I found "Andale
Mono", but not "Andale Mono WT J". Any difference? Also, does K-95 care whether I have
it in TrueType or Postscript?


From fdc@columbia.edu Thu Feb 13 17:26:56 EST 2003
Article: 14099 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: RedHat 8.0 Linux and K-95 Character Set
Date: 13 Feb 2003 17:26:26 -0500
Organization: Columbia University
Lines: 54
Message-ID: <b2h62i$abd$1@watsol.cc.columbia.edu>
References: <a2hm4vkvlqliq3e1558u5d2io804gqrh2p@4ax.com> <RWH2a.19926$Mh3.5191413@twister.nyc.rr.com> <b2gup9$lg2$1@watsol.cc.columbia.edu> <6d5o4vgob49hjtibic9oj7rplgf0rp03qd@4ax.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045175187 3402 128.59.39.139 (13 Feb 2003 22:26:27 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 13 Feb 2003 22:26:27 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14099

In article <6d5o4vgob49hjtibic9oj7rplgf0rp03qd@4ax.com>,
Ron Heiby  <heiby_u@falkor.chi.il.us> wrote:
: fdc@columbia.edu (Frank da Cruz) wrote:
: >Andale Mono WT J is an excellent Unicode fixed-pitch font, so naturally it
: >does not come free with Windows; you have to buy it from Agfa Monotype.
: 
: I went to the Agfa Monotype web site to find out pricing for this font. I
: found "Andale Mono", but not "Andale Mono WT J". Any difference?
:
A world of difference, quite literally :-)

: Also, does K-95 care whether I have it in TrueType or Postscript?
:
TrueType.

We discuss the font issue somewhere in the documentation, although perhaps
not with as much candor as the following:

Andale Mono WT J is exactly the font every Kermit user ever wanted, but the
vendor currently doesn't sell it retail.  It's an OEM font.  They wanted to
license it to us for inclusion in K95, but it would have more than doubled
the price of the shrinkwrap, and could not even have been included in bulk
or academic site licenses without adding several 0's to the price.

I told them they should start selling it retail.  One way to convince them
is for people to ask.  Send e-mail to support@monotype.com.  If they get a
lot of these, maybe they'll put it on the market.  It won't be cheap, but
it might be affordable, and once it starts moving the price might come down.

Meanwhile EMT is our attempt to fill the gap, but it needs a lot of work.
We simply don't have the font expertise, tools, and [wo]manpower that
Monotype does.  Still EMT is not bad at all at certain sizes in certain
color combinations (such as black on white) for text applications.  The main
problems with EMT are what many people characterize as its thinness or
lightness, the loose line spacing, and the failure of box- and line-drawing
characters to align.  (This stuff is not hard to do in a bitmap font like
Terminal, but it's REALLY hard to get right with a well-populated Unicode
font).  For the record, EMT was contributed by volunteers who enjoy working
on fonts and promoting Unicode, and we're grateful for it.  We hope it will
be improved in future releases.

EMT includes Latin, Cyrillic, Greek, Coptic, Arabic, Hebrew, Armenian,
Georgian, Runes, Ogham, Canadian Syllabics, Cherokee, Math, Symbols, Line
and Box Drawing Characters (including the new Unicode 3.1 Terminal Emulation
Characters proposed by us), Dingbats, and APL, which is way more than any
monospace font that comes with Windows or, to my knowledge, any that you can
download for free.  (If I'm wrong, I'd like to find out!)

Andale Mono WT J includes all of that (except the new terminal emulation
characters), plus Chinese, Japanese, Korean (Hangul), Indic, Ethiopic,
Syriac, Thai, Lao, Braille, and some other stuff, and its line/box
characters mostly line up and join correctly.

- Frank


From wesdog@hotmail.com Thu Feb 13 18:09:56 EST 2003
Article: 14100 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: wesdog@hotmail.com (Wes)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Dealing with '\' char in strings of file locations
Date: 13 Feb 2003 14:51:38 -0800
Organization: http://groups.google.com/
Lines: 20
Message-ID: <a70f50e.0302131451.4fe831f@posting.google.com>
References: <a70f50e.0302121525.7922c8c3@posting.google.com>
NNTP-Posting-Host: 65.207.13.3
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1045176698 14432 127.0.0.1 (13 Feb 2003 22:51:38 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 13 Feb 2003 22:51:38 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14100

I have learned alot since my last post...  I believe I understand the
difference between ASSIGN, EVALUATE and DEFINE.

However I am still having trouble getting my mind around parsing UNC
paths.  I have a UNC path "\\myserver\dir\subdir\file.txt" in the same
location of each line (char 50 through 300 is reserved for the UNC,
whitespace fills in what isnt used).

My goal here is to whack off everything except "subdir\file.txt" so I
can tell kermit FTP to put this file in my FTP server.  I have tried
to use \fcontents() but to no avail.

How do I turn off evaluation of the slashes so when I parse the line,
the original text isnt mangled?

Can somebody show me how to use function like \ftrim() or
\fsubstring() in such a way to keep my string intact?

Thanks in advance.
Wes


From fdc@columbia.edu Thu Feb 13 18:10:14 EST 2003
Article: 14101 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Dealing with '\' char in strings of file locations
Date: 13 Feb 2003 18:09:33 -0500
Organization: Columbia University
Lines: 35
Message-ID: <b2h8jd$dp7$1@watsol.cc.columbia.edu>
References: <a70f50e.0302121525.7922c8c3@posting.google.com> <a70f50e.0302131451.4fe831f@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045177775 5205 128.59.39.139 (13 Feb 2003 23:09:35 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 13 Feb 2003 23:09:35 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14101

In article <a70f50e.0302131451.4fe831f@posting.google.com>,
Wes <wesdog@hotmail.com> wrote:
: I have learned alot since my last post...  I believe I understand the
: difference between ASSIGN, EVALUATE and DEFINE.
: 
: However I am still having trouble getting my mind around parsing UNC
: paths.  I have a UNC path "\\myserver\dir\subdir\file.txt" in the same
: location of each line (char 50 through 300 is reserved for the UNC,
: whitespace fills in what isnt used).
: 
Let's assume the UNC is stored in a macro (variable) called line, and
that it's left-adjusted in columns 50-300, right-padded by spaces.

  assign unc \ftrim(\fsubstr(\m(line),50,250))

This extracts the UNC and trims trailing blanks.  Now we can change those
pesky backslashes into harmless "forward" slashes:

  assign unc \freplace(\m(unc),\\,/)

Now the \m(unc) value is:

  //myserver/dir/subdir/file.txt

Of course all this could be combined into one statement:

  assign unc \ftrim(\fsubstr(\freplace(\m(line),\\,/),50,250))

Now to whack off the unwanted parts, you can use:

  void \fsplit(\m(unc),&a,/)
  asg \%n \fdim(&a)
  asg path \&a[\%n-1]/\&a[\%n]

- Frank


From jaltman@watsun.cc.columbia.edu Fri Feb 14 10:01:02 EST 2003
Article: 14102 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Dealing with '\' char in strings of file locations
Date: 14 Feb 2003 05:58:53 GMT
Organization: Columbia University
Lines: 57
Message-ID: <b2i0it$lfs$1@newsmaster.cc.columbia.edu>
References: <a70f50e.0302121525.7922c8c3@posting.google.com> <a70f50e.0302131451.4fe831f@posting.google.com> <b2h8jd$dp7$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045202333 22012 128.59.39.2 (14 Feb 2003 05:58:53 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 14 Feb 2003 05:58:53 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14102

Just FYI:

The hostname portion of the UNC path must use backslashes.  They cannot be 
replaced with forward slashes.  When command quoting is ON, you must 
represent it as

  \\\\hostname\\dir\\subdir\\file.txt

or 

  \\\\hostname\\dir/subdir/file.txt



In article <b2h8jd$dp7$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
: In article <a70f50e.0302131451.4fe831f@posting.google.com>,
: Wes <wesdog@hotmail.com> wrote:
: : I have learned alot since my last post...  I believe I understand the
: : difference between ASSIGN, EVALUATE and DEFINE.
: : 
: : However I am still having trouble getting my mind around parsing UNC
: : paths.  I have a UNC path "\\myserver\dir\subdir\file.txt" in the same
: : location of each line (char 50 through 300 is reserved for the UNC,
: : whitespace fills in what isnt used).
: : 
: Let's assume the UNC is stored in a macro (variable) called line, and
: that it's left-adjusted in columns 50-300, right-padded by spaces.
: 
:   assign unc \ftrim(\fsubstr(\m(line),50,250))
: 
: This extracts the UNC and trims trailing blanks.  Now we can change those
: pesky backslashes into harmless "forward" slashes:
: 
:   assign unc \freplace(\m(unc),\\,/)
: 
: Now the \m(unc) value is:
: 
:   //myserver/dir/subdir/file.txt
: 
: Of course all this could be combined into one statement:
: 
:   assign unc \ftrim(\fsubstr(\freplace(\m(line),\\,/),50,250))
: 
: Now to whack off the unwanted parts, you can use:
: 
:   void \fsplit(\m(unc),&a,/)
:   asg \%n \fdim(&a)
:   asg path \&a[\%n-1]/\&a[\%n]
: 
: - Frank


 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From fdc@columbia.edu Fri Feb 14 10:07:00 EST 2003
Article: 14103 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Dealing with '\' char in strings of file locations
Date: 14 Feb 2003 10:06:49 -0500
Organization: Columbia University
Lines: 29
Message-ID: <b2j0m9$i09$1@watsol.cc.columbia.edu>
References: <a70f50e.0302121525.7922c8c3@posting.google.com> <a70f50e.0302131451.4fe831f@posting.google.com> <b2h8jd$dp7$1@watsol.cc.columbia.edu> <b2i0it$lfs$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045235210 3936 128.59.39.139 (14 Feb 2003 15:06:50 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 14 Feb 2003 15:06:50 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14103

In article <b2i0it$lfs$1@newsmaster.cc.columbia.edu>,
Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
: The hostname portion of the UNC path must use backslashes.  They cannot be 
: replaced with forward slashes.  When command quoting is ON, you must 
: represent it as
: 
:   \\\\hostname\\dir\\subdir\\file.txt
: 
: or 
: 
:   \\\\hostname\\dir/subdir/file.txt
: 
Right.

To clarify: the slash reversal was only to simplify subsequent string
manipulation, in this case extraction of the subdirectory and filename
>from  the UNC.  (Exercise for the reader: try it without reversing the
slashes :-)

If you wanted to actually use a UNC you had read from a file (e.g. into
a macro variable called "line"), you would do:

  assign unc \freplace(\m(line),\\,\\\\)

This would give:

  \\\\hostname\\dir\\subdir\\file.txt

- Frank


From wesdog@hotmail.com Sat Feb 15 13:37:49 EST 2003
Article: 14104 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: wesdog@hotmail.com (Wes)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Dealing with '\' char in strings of file locations
Date: 14 Feb 2003 17:16:31 -0800
Organization: http://groups.google.com/
Lines: 11
Message-ID: <a70f50e.0302141716.965b0bc@posting.google.com>
References: <a70f50e.0302121525.7922c8c3@posting.google.com> <a70f50e.0302131451.4fe831f@posting.google.com> <b2h8jd$dp7$1@watsol.cc.columbia.edu> <b2i0it$lfs$1@newsmaster.cc.columbia.edu> <b2j0m9$i09$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 65.207.13.3
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1045271791 14488 127.0.0.1 (15 Feb 2003 01:16:31 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 15 Feb 2003 01:16:31 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14104

Frank and Jeffrey,

I finally got everything working on 95.  On the way I discovered that
whitespace between a function and the open paren causes issues, and
'if' statements where the open curley bracket was on the next line
won't run the commands.

I did discover "help function", which came in handy.  Thanks for the
help.

Wes


From fdc@columbia.edu Sat Feb 15 13:37:51 EST 2003
Article: 14105 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Dealing with '\' char in strings of file locations
Date: 15 Feb 2003 13:37:09 -0500
Organization: Columbia University
Lines: 21
Message-ID: <b2m1cl$m9k$1@watsol.cc.columbia.edu>
References: <a70f50e.0302121525.7922c8c3@posting.google.com> <b2i0it$lfs$1@newsmaster.cc.columbia.edu> <b2j0m9$i09$1@watsol.cc.columbia.edu> <a70f50e.0302141716.965b0bc@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045334230 11582 128.59.39.139 (15 Feb 2003 18:37:10 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 15 Feb 2003 18:37:10 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14105

In article <a70f50e.0302141716.965b0bc@posting.google.com>,
Wes <wesdog@hotmail.com> wrote:
: I finally got everything working on 95.  On the way I discovered that
: whitespace between a function and the open paren causes issues, and
: 'if' statements where the open curley bracket was on the next line
: won't run the commands.
: 
It's important to understand this is a word- and line-oriented command
language and not a fully tokenized compiled programming language like C
where spaces and linebreaks are largely ignored.  Therefore you don't have
as many choices about style.  It's always best to follow the examples in
the script library:

  http://www.columbia.edu/kermit/ckscripts.html

We are in the planning stages of a new book that covers concepts like this
better and brings together the scattered material on scripting.  Once it's
available, script writing should become much easier.  No, I can't say when
it will be available; it takes as long as it takes.

- Frank


From fdc@columbia.edu Sat Feb 15 15:29:16 EST 2003
Article: 14106 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.unix.admin,comp.unix.programmer,comp.protocols.kermit.misc
Subject: Re: Listing Files with full date
Date: 15 Feb 2003 15:24:56 -0500
Organization: Columbia University
Lines: 100
Message-ID: <b2m7mo$qil$1@watsol.cc.columbia.edu>
References: <b2ja2g$pq3$2@reader1.panix.com> <v4r81bm1h4vh35@corp.supernews.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045340697 15990 128.59.39.139 (15 Feb 2003 20:24:57 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 15 Feb 2003 20:24:57 GMT
Xref: newsmaster.cc.columbia.edu comp.unix.admin:148899 comp.unix.programmer:158863 comp.protocols.kermit.misc:14106

Jane O <janeohin@aol.com> wrote:
> How can I list files so that the "year" shows up instead of just
> Month, day, time

> 16757 Feb 10 15:44  abc.proc*
>  9435 Jan 24 13:29  def.proc*
>  8639 Jan 30 13:23  xyz.proc
>
Believe it or not, you can use Kermit for this; it has a rather
featureful DIRECTORY command.  Here's a small directory as seen
by ls -lG:

  $ ls -lG
  total 124
  -rw-rw----   1 fdc          2962 Dec 22  1999 archive.txt
  -rw-rw----   1 fdc          5934 Jan 12  1990 ascii.tbl
  -rw-rw----   1 fdc         15317 Sep 20  2000 sail.txt
  -rw-rw----   1 fdc         89237 Aug  2  1988 yacc.txt
  -rw-rw----   1 fdc          2180 Feb  8 15:29 webpages.txt
  $

And as seen by Kermit:

  C-Kermit> dir
  -rw-rw----      2962  1999-12-22 15:08:34  archive.txt
  -rw-rw----      5934  1990-01-12 14:17:47  ascii.tbl
  -rw-rw----     15317  2000-09-20 10:55:31  sail.txt
  -rw-rw----     89237  1988-08-02 21:22:02  yacc.txt
  -rw-rw----      2180  2003-02-08 15:29:48  webpages.txt
  C-Kermit>

The dates are yyyy-mm-dd by default, but if you wish you show them
the "English" way:

  C-Kermit> dir /englishdate
  -rw-rw----      2962  22-Dec-1999 15:08:34  archive.txt
  -rw-rw----      5934  12-Jan-1990 14:17:47  ascii.tbl
  -rw-rw----      2180   8-Feb-2003 15:29:48  webpages.txt
  -rw-rw----     15317  20-Sep-2000 10:55:31  sail.txt
  -rw-rw----     89237   2-Aug-1988 21:22:02  yacc.txt
  C-Kermit>

You can sort them by date:

  C-Kermit> dir /sort:date
  -rw-rw----     89237  1988-08-02 21:22:02  yacc.txt
  -rw-rw----      5934  1990-01-12 14:17:47  ascii.tbl
  -rw-rw----      2962  1999-12-22 15:08:34  archive.txt
  -rw-rw----     15317  2000-09-20 10:55:31  sail.txt
  -rw-rw----      2180  2003-02-08 15:29:48  webpages.txt
  C-Kermit>

Or in reverse order by date:

  C-Kermit> dir /sort:date /reverse
  -rw-rw----      2180  2003-02-08 15:29:48  webpages.txt
  -rw-rw----     15317  2000-09-20 10:55:31  sail.txt
  -rw-rw----      2962  1999-12-22 15:08:34  archive.txt
  -rw-rw----      5934  1990-01-12 14:17:47  ascii.tbl
  -rw-rw----     89237  1988-08-02 21:22:02  yacc.txt
  C-Kermit>

(or by size, or by name, etc).  You can write the results to a file,
store it in an array, etc.  There are tons more options too:

  C-Kermit> dir ? Enter or Return to confirm the command, or
   file specification, or switch, one of the following:
   /after:       /dotfiles     /message:       /nosort      /smaller-than:
   /all          /englishdate  /nobackupfiles  /not-after:  /sort:
   /array:       /except:      /nodotfiles     /not-before: /summary
   /ascending    /files        /nofollowlinks  /noxfermode  /type:
   /backup       /heading      /noheading      /output:     /xfermode
   /before:      /isodate      /nomessage      /page        /verbose
   /brief        /larger-than: /nopage         /recursive
   /directories  /followlinks  /norecursive    /reverse
  C-Kermit>

("help directory" for details).  Many of these same options are available
on other file-related commands such as SEND, GET, DELETE, etc.  So, to
answer the commonly asked question, "How do I delete files that are more
than five days old?":

  C-Kermit> delete /before:-5days *

: > I need to compare the files dates !
: 
Kermit has a command for this:

  if newer <file1> <file2> <command>

It also has all sorts of date conversion, comparison, and arithmetic
functions:

  http://www.columbia.edu/kermit/ckermit80.html#x8.13

You can find Kermit here:

  http://www.columbia.edu/kermit/

- Frank


From not-a-real-address@usa.net Sun Feb 16 13:46:13 EST 2003
Article: 14107 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-xit-01!sn-post-02!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: RedHat 8.0 Linux and K-95 Character Set
Date: 16 Feb 2003 00:15:51 GMT
Organization: earthfriends
Message-ID: <m1k7g16qyo.gnus@usa.net>
User-Agent: Gnus/5.090016 (Oort Gnus v0.16) XEmacs/21.4 (Military
 Intelligence)
References: <a2hm4vkvlqliq3e1558u5d2io804gqrh2p@4ax.com> <RWH2a.19926$Mh3.5191413@twister.nyc.rr.com>
 <b2gup9$lg2$1@watsol.cc.columbia.edu>
 <6d5o4vgob49hjtibic9oj7rplgf0rp03qd@4ax.com>
 <b2h62i$abd$1@watsol.cc.columbia.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 16
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14107

in comp.protocols.kermit.misc i read:

>Andale Mono WT J is exactly the font every Kermit user ever wanted, but the
>vendor currently doesn't sell it retail.  

>Meanwhile EMT is our attempt to fill the gap, but it needs a lot of work.

microsoft has some better fonts available for download too (though they
seem to have pulled some lately) at
<http://www.microsoft.com/typography/fonts/>, e.g., Trebuchet MS is
supposed to be fully wgl4 including greek and cyrillic, and Arial Unicode
MS is positively huge at 24 megabytes and boasts that it has glyphs for
every unicode 2.0 code point.

-- 
bringing you boring signatures for 17 years


From not-a-real-address@usa.net Sun Feb 16 13:48:27 EST 2003
Article: 14108 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!news.supernews.com!not-for-mail
From: those who know me have no need of my name <not-a-real-address@usa.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Is Kermit SSH the same as openssh?
Date: 16 Feb 2003 00:24:21 GMT
Organization: earthfriends
Message-ID: <m1fzqp6pnw.gnus@usa.net>
User-Agent: Gnus/5.090016 (Oort Gnus v0.16) XEmacs/21.4 (Military
 Intelligence)
References: <d634efd8.0302121631.375931d8@posting.google.com> <3E4B3873.7050809@nyc.rr.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: abuse@supernews.com
Lines: 16
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14108

in comp.protocols.kermit.misc i read:
>gsoapacct@yahoo.com wrote:

>> I am having to decide which is better, openssh or Kermit, for sshd on
>> a Solaris system.  Is there even any differences?  What do you think?
>
>Kermit does not provide SSHD capabilities.

nor ssh (client) capabilities, except in k95 (bit of an anachronistic name
now).  it would be excellent if it did those things, but it doesn't, so you
must install openssh anyway.  i suggest using kermit to control the client
session, as that provides in-band kermit protocol, i.e., it adds to what
ssh alone can do.

-- 
bringing you boring signatures for 17 years


From fdc@columbia.edu Sun Feb 16 13:51:37 EST 2003
Article: 14109 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: RedHat 8.0 Linux and K-95 Character Set
Date: 16 Feb 2003 13:48:16 -0500
Organization: Columbia University
Lines: 22
Message-ID: <b2omdg$r8k$1@watsol.cc.columbia.edu>
References: <a2hm4vkvlqliq3e1558u5d2io804gqrh2p@4ax.com> <6d5o4vgob49hjtibic9oj7rplgf0rp03qd@4ax.com> <b2h62i$abd$1@watsol.cc.columbia.edu> <m1k7g16qyo.gnus@usa.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045421297 10366 128.59.39.139 (16 Feb 2003 18:48:17 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 16 Feb 2003 18:48:17 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14109

In article <m1k7g16qyo.gnus@usa.net>,
those who know me have no need of my name  <not-a-real-address@usa.net> wrote:
: in comp.protocols.kermit.misc i read:
: 
: >Andale Mono WT J is exactly the font every Kermit user ever wanted, but the
: >vendor currently doesn't sell it retail.  
: 
: >Meanwhile EMT is our attempt to fill the gap, but it needs a lot of work.
: 
: microsoft has some better fonts available for download too (though they
: seem to have pulled some lately) at
: <http://www.microsoft.com/typography/fonts/>, e.g., Trebuchet MS is
: supposed to be fully wgl4 including greek and cyrillic...
:
It's not a monospace font, which is what you need in a terminal emulator.

: and Arial Unicode MS is positively huge at 24 megabytes and boasts that it
: has glyphs for every unicode 2.0 code point.
: 
But isn't monospace.

- Frank


From fdc@columbia.edu Sun Feb 16 13:51:42 EST 2003
Article: 14110 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Is Kermit SSH the same as openssh?
Date: 16 Feb 2003 13:50:56 -0500
Organization: Columbia University
Lines: 9
Message-ID: <b2omig$reb$1@watsol.cc.columbia.edu>
References: <d634efd8.0302121631.375931d8@posting.google.com> <3E4B3873.7050809@nyc.rr.com> <m1fzqp6pnw.gnus@usa.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045421457 10445 128.59.39.139 (16 Feb 2003 18:50:57 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 16 Feb 2003 18:50:57 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14110

In article <m1fzqp6pnw.gnus@usa.net>,
those who know me have no need of my name  <not-a-real-address@usa.net> wrote:
: ... except in k95 (bit of an anachronistic name now)...
:
See:

  http://www.columbia.edu/kermit/k95faq.html#name

- Frank


From observer@helpful.aq Sun Feb 16 16:42:16 EST 2003
Article: 14111 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!cyclone.swbell.net!bos-service1.ext.raytheon.com!cambridge1-snf1.gtei.net!news.gtei.net!transfer.stratus.com!stratagy.com!runge-kutta.org!helpful.aq
From: Helpful Observer <observer@helpful.aq>
Newsgroups: comp.unix.misc,comp.protocols.kermit.misc
Subject: Re: Nasty nulls in FTP
Date: Sun, 16 Feb 2003 15:15:15 -0500
Organization: minuscule vestiges
Lines: 33
Expires: 14 Mar 2003 01:01:01 -0000
Message-ID: <nasty.nulls.on.the.internet@helpful.aq>
References: <1194685a.0302131007.4d6c674f@posting.google.com>
 <m1wuk37a6p.gnus@usa.net> <3e4ccd43$3_3@news.iglou.com> <m1wuk37a6p.gnus@usa.net> <3e4ccd43$3_3@news.iglou.com>
NNTP-Posting-Host: list.stratagy.com
Xref: newsmaster.cc.columbia.edu comp.unix.misc:59679 comp.protocols.kermit.misc:14111


On 13 Feb 2003 10:07:47 -0800, generic*arigatoo.net wrote...
> 
> I'm transferring files from a OS/3900 mainframe to a Unix box.  The   
> mainframe data contains nulls (x00), which causes lines in the data to
> be truncated in transit.
> 
> Is there an FTP option to handle this?


Somebody gave advice to simply use the 'binary' mode of the
FTP protocol.  This may not be the whole problem.

First of all, I suggest that you consider whether some part
of this IBM-mainframe data is textual, with characters encoded
in EBCDIC, rather than in ASCII.  Hardly any computers other
than IBM mainframes use EBCDIC these days, and your Unix
machine will need to see ASCII.  Converting between the two
encodings is possible but there are pitfalls for the unwary.

Another poster mentioned Kermit, and that's not a bad idea,
since the Kermit protocol was designed to be able to handle
data transfers involving EBCDIC-to-ASCII translation.  Try

        http://www.columbia.edu/kermit/

BUT, is the data really a pure stream of text characters, or is it
data with some arbitrary encoding?  I hope you are not expecting
to copy a DB2 database from the IBM machine and plop the raw
file onto some Sun box running Oracle and watch it 'just work'!

--
H.O.



From fdc@columbia.edu Sun Feb 16 16:52:11 EST 2003
Article: 14112 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.unix.misc,comp.protocols.kermit.misc
Subject: Re: Nasty nulls in FTP
Date: 16 Feb 2003 16:51:17 -0500
Organization: Columbia University
Lines: 60
Message-ID: <b2p14l$5f7$1@watsol.cc.columbia.edu>
References: <1194685a.0302131007.4d6c674f@posting.google.com> <m1wuk37a6p.gnus@usa.net> <3e4ccd43$3_3@news.iglou.com> <nasty.nulls.on.the.internet@helpful.aq>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045432281 17771 128.59.39.139 (16 Feb 2003 21:51:21 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 16 Feb 2003 21:51:21 GMT
Xref: newsmaster.cc.columbia.edu comp.unix.misc:59682 comp.protocols.kermit.misc:14112

In article <nasty.nulls.on.the.internet@helpful.aq>,
Helpful Observer  <observer@helpful.aq> wrote:
: 
: On 13 Feb 2003 10:07:47 -0800, generic*arigatoo.net wrote...
: > 
: > I'm transferring files from a OS/3900 mainframe to a Unix box.  The   
: > mainframe data contains nulls (x00), which causes lines in the data to
: > be truncated in transit.
: > 
: > Is there an FTP option to handle this?
: 
: Somebody gave advice to simply use the 'binary' mode of the
: FTP protocol.  This may not be the whole problem.
: 
: First of all, I suggest that you consider whether some part
: of this IBM-mainframe data is textual, with characters encoded
: in EBCDIC, rather than in ASCII.  Hardly any computers other
: than IBM mainframes use EBCDIC these days, and your Unix
: machine will need to see ASCII.  Converting between the two
: encodings is possible but there are pitfalls for the unwary.
: 
FTP text mode these days means ASCII; the client sends TYPE A
and the server agrees or not.  If it disagrees, the client
presumably stops right there; therefore if you downloaded in
text mode, the server should have translated EBCDIC to ASCII.
But if it really is text, you still wouldn't find NULs in it.
At least not unless they are record padding or somesuch.

In that case, there's always the chance the file was transferred
correctly, but your Unix software stops when it sees a NUL.
If you load the file into EMACS, you might be pleasantly surprised
to see the whole thing, but with a bunch of ^@'s mixed in, which
you can easily remove.

: Another poster mentioned Kermit, and that's not a bad idea,
: since the Kermit protocol was designed to be able to handle
: data transfers involving EBCDIC-to-ASCII translation.  Try
: 
:         http://www.columbia.edu/kermit/
: 
: BUT, is the data really a pure stream of text characters, or is it
: data with some arbitrary encoding?
:
Exactly.  File transfer is one thing, application-specific data
conversion is another, usually accomplished by "export" and "import"
functions in the application itself.  In any case IBM Mainframe
Kermit gives you some options to deal with different record formats,
depending on the underlying OS (CMS, TSO, etc).  IBM Mainframe
Kermit is here:

  http://www.columbia.edu/kermit/k3270.html

: I hope you are not expecting
: to copy a DB2 database from the IBM machine and plop the raw
: file onto some Sun box running Oracle and watch it 'just work'!
: 
Right.  Not only is character encoding different, so (in all
likelihood) is internal format for numbers and other data types.

- Frank


From metceed@yahoo.com Mon Feb 17 18:03:05 EST 2003
Article: 14113 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!arclight.uoregon.edu!logbridge.uoregon.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: metceed@yahoo.com (Minty)
Newsgroups: comp.protocols.kermit.misc
Subject: Running multiple kermit scripts on one connection
Date: 17 Feb 2003 14:58:58 -0800
Organization: http://groups.google.com/
Lines: 49
Message-ID: <775a2ab0.0302171458.f8f21f9@posting.google.com>
NNTP-Posting-Host: 134.178.30.65
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1045522738 16674 127.0.0.1 (17 Feb 2003 22:58:58 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 17 Feb 2003 22:58:58 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14113

I'm trying to run multiple kermit scripts over one dial-up connection.
More specifically:

I am writing a program that will automatically send an alert. One the
the ways it sends an alert is via an sms message. I have an account
with an pstn-to-sms gateway provider. So I can dial-up this gateway
modem, and using the TAP protocol, I can send sms messages.

What I want to do is control, within my program, the 2 main aspects of
the sending process. The 'loggin on' part, and the 'sending messages
part'. I already have a kermit script that does both. I want to
seperate those to parts and call them seperately from my program. The
reason is that there could be many messages going out for the one
connection. This is decided at run-time. Another reason is so that the
program can know which alerts got sent and which didn't.

So, if for example I'm sending out 2 alerts, the steps would be as
follows:

1-The program would run a kermit script, that opens connection from
local pc to local modem, dials the gateway modem and logs on, as per
the TAP protocol. The script would be called with the gateway provider
number as parameter.

2-Then the program would run another kermit script, that sends
messages as per TAP protocol, with the message and sms number as
parameters, noting the exit code.

3-It would again call the same send script with another message and
another number as parameter, again noting the exit code.

4-It calls another scipt, that logs off the connection to the gateway
modem, and also closes connection from local pc to local modem.

Now, the problem I have noted with running multiple kermit scripts, is
that at the end of running one script, it closes the connection to the
gateway modem and also the connection from the local pc to the local
modem.

I'm using the latest kermit 95 version on a Windows 2000 machine. 

Anyone have any ideas on how I could do this? I'm sure it's only a
setting I would have to set with kermit, but I haven't found it.

One idea I did try was to manually open an instance of kermit and open
connection to local modem manually. Then call the other scripts to use
this connection, but they wouldn't use it.

Thanks in advance for any help forthcoming.


From fdc@columbia.edu Mon Feb 17 18:31:10 EST 2003
Article: 14114 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
Date: 17 Feb 2003 18:31:01 -0500
Organization: Columbia University
Lines: 111
Message-ID: <b2rrbl$ks3$1@watsol.cc.columbia.edu>
References: <775a2ab0.0302171458.f8f21f9@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045524663 17337 128.59.39.139 (17 Feb 2003 23:31:03 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 17 Feb 2003 23:31:03 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14114

In article <775a2ab0.0302171458.f8f21f9@posting.google.com>,
Minty <metceed@yahoo.com> wrote:
: I'm trying to run multiple kermit scripts over one dial-up connection.
: More specifically:
: 
: I am writing a program that will automatically send an alert. One the
: the ways it sends an alert is via an sms message. I have an account
: with an pstn-to-sms gateway provider. So I can dial-up this gateway
: modem, and using the TAP protocol, I can send sms messages.
: 
: What I want to do is control, within my program, the 2 main aspects of
: the sending process. The 'loggin on' part, and the 'sending messages
: part'. I already have a kermit script that does both. I want to
: seperate those to parts and call them seperately from my program. The
: reason is that there could be many messages going out for the one
: connection. This is decided at run-time. Another reason is so that the
: program can know which alerts got sent and which didn't.
: 
: So, if for example I'm sending out 2 alerts, the steps would be as
: follows:
: 
: 1-The program would run a kermit script, that opens connection from
: local pc to local modem, dials the gateway modem and logs on, as per
: the TAP protocol. The script would be called with the gateway provider
: number as parameter.
: 
: 2-Then the program would run another kermit script, that sends
: messages as per TAP protocol, with the message and sms number as
: parameters, noting the exit code.
: 
: 3-It would again call the same send script with another message and
: another number as parameter, again noting the exit code.
: 
: 4-It calls another scipt, that logs off the connection to the gateway
: modem, and also closes connection from local pc to local modem.
: 
: Now, the problem I have noted with running multiple kermit scripts, is
: that at the end of running one script, it closes the connection to the
: gateway modem and also the connection from the local pc to the local
: modem.
: 
: I'm using the latest kermit 95 version on a Windows 2000 machine. 
: 
: Anyone have any ideas on how I could do this? I'm sure it's only a
: setting I would have to set with kermit, but I haven't found it.
: 
: One idea I did try was to manually open an instance of kermit and open
: connection to local modem manually. Then call the other scripts to use
: this connection, but they wouldn't use it.
: 
Ideally you'd like to be able to start Kermit and then send it messages
when you want it to do something.  Unfortunately, Kermit doesn't have a
way to wait for or send messages, so we have to devise a cunning plan.

One idea would be to turn your application upside down and let Kermit
control the sequence of events.  For example, it could make the call, log
in, and then run your application with a command-line argument that says
"OK I'm logged in, now what?" and waits for your application to terminate.
At this point it can dispatch based on the return code, perhaps looking in
a prearranged file for instructions.  Repeat as needed.

If that's not practical, there is a little-known way of making Kermit wait
for an event:

  WAIT <interval-or-clock-time> FILE CREATION <filename>

("help wait" for details.)  This is admittedly a hack, and it would
require the same thing in the other direction, because at this point
Kermit is still running.

Thus your application would have to spawn Kermit asynchronously, then
wait for a prearranged file to appear, which Kermit would create just
before doing the WAIT.  Then your application would do whatever it does,
and then when it's ready for Kermit to send a message, it would create
another prearranged file, the one that Kermit is WAITing for.  Obviously,
it would be handy if this file contained the message details.

So the Kermit script would go about like this:

  Make the call and log in.
  If this failed, return a failure code.
  If it succeeds, create the "I'm logged in" file.
  While true {
      Wait for message file.
      If message file says "Finished" {
          delete the "I'm logged in" file
          Hang up and exit.
      } else {
          send the message.
          delete (or rename) the message file
      }
  }

Meanwhile your application would:

  Spawn Kermit asynchronously
  Wait for the "I'm logged in" file
  While true {
      Make sure "I'm logged in" file still exists.
      Get a message to send.
      Create message file.
      Wait for message file to disappear.
  }

Does this help?  It's not the fashiable TLA du jour but we've never been
particularly concerned with fashion :-)

Obviously refinements are possible, such as queueing and various forms of
bulletproofing.

- Frank


From b.stewart@bom.gov.au Mon Feb 17 19:39:16 EST 2003
Article: 14115 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!ord-feed.news.verio.net!stl-feed.news.verio.net!news.cc.ukans.edu!logbridge.uoregon.edu!snoopy.risq.qc.ca!newsfeed.news2me.com!border1.nntp.aus1.giganews.com!nntp.giganews.com!news1.optus.net.au!optus!ken-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
Message-ID: <3E517E98.D89D779C@bom.gov.au>
From: Bruce Stewart <b.stewart@bom.gov.au>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu>
Content-Type: multipart/alternative;
 boundary="------------0E4B00F8CCF00119C91BFB8D"
Lines: 314
Date: Tue, 18 Feb 2003 11:30:17 +1100
NNTP-Posting-Host: 134.178.5.131
X-Complaints-To: abuse@telstra.net
X-Trace: vicpull1.telstra.net 1045527997 134.178.5.131 (Tue, 18 Feb 2003 11:26:37 EST)
NNTP-Posting-Date: Tue, 18 Feb 2003 11:26:37 EST
Organization: Customer of Telstra Internet Direct
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14115


--------------0E4B00F8CCF00119C91BFB8D
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

OK, that second method sounds like it would do the job. I will give it a try
but first I want to ask you another question.

I have been looking at the documentation and found the following under
Command-line options:

 -l _number

where number refers to the Windows device handle for a communication
connection that has already been opened by another process.

So, assuming I could open a device handle to the local modem say,
within my program, and pass that into each instance of kermit opened to
run each script, that should also do the job I think.

I tried the following to test it:
1-I opened a kermit instance, and opened a connection to com port
   2, which is where the modem is connected.
2-I then tried to open another instance of kermit using the follwoing
   line:
      run k95 -l _\v(ttyfd),

      but got the following respose when the other kermit instance opened:

      "can't open device",

Now, I don't know whether the file descriptor is the same as the
windows device handle. Maybe they are totally different. I will try doing
it from the program, opening a device handle and passing that into each
kermit instance. Hopefully that will work.

Do you know anything that may be important regarding this way?

Frank da Cruz wrote:

> In article <775a2ab0.0302171458.f8f21f9@posting.google.com>,
> Minty <metceed@yahoo.com> wrote:
> : I'm trying to run multiple kermit scripts over one dial-up connection.
> : More specifically:
> :
> : I am writing a program that will automatically send an alert. One the
> : the ways it sends an alert is via an sms message. I have an account
> : with an pstn-to-sms gateway provider. So I can dial-up this gateway
> : modem, and using the TAP protocol, I can send sms messages.
> :
> : What I want to do is control, within my program, the 2 main aspects of
> : the sending process. The 'loggin on' part, and the 'sending messages
> : part'. I already have a kermit script that does both. I want to
> : seperate those to parts and call them seperately from my program. The
> : reason is that there could be many messages going out for the one
> : connection. This is decided at run-time. Another reason is so that the
> : program can know which alerts got sent and which didn't.
> :
> : So, if for example I'm sending out 2 alerts, the steps would be as
> : follows:
> :
> : 1-The program would run a kermit script, that opens connection from
> : local pc to local modem, dials the gateway modem and logs on, as per
> : the TAP protocol. The script would be called with the gateway provider
> : number as parameter.
> :
> : 2-Then the program would run another kermit script, that sends
> : messages as per TAP protocol, with the message and sms number as
> : parameters, noting the exit code.
> :
> : 3-It would again call the same send script with another message and
> : another number as parameter, again noting the exit code.
> :
> : 4-It calls another scipt, that logs off the connection to the gateway
> : modem, and also closes connection from local pc to local modem.
> :
> : Now, the problem I have noted with running multiple kermit scripts, is
> : that at the end of running one script, it closes the connection to the
> : gateway modem and also the connection from the local pc to the local
> : modem.
> :
> : I'm using the latest kermit 95 version on a Windows 2000 machine.
> :
> : Anyone have any ideas on how I could do this? I'm sure it's only a
> : setting I would have to set with kermit, but I haven't found it.
> :
> : One idea I did try was to manually open an instance of kermit and open
> : connection to local modem manually. Then call the other scripts to use
> : this connection, but they wouldn't use it.
> :
> Ideally you'd like to be able to start Kermit and then send it messages
> when you want it to do something.  Unfortunately, Kermit doesn't have a
> way to wait for or send messages, so we have to devise a cunning plan.
>
> One idea would be to turn your application upside down and let Kermit
> control the sequence of events.  For example, it could make the call, log
> in, and then run your application with a command-line argument that says
> "OK I'm logged in, now what?" and waits for your application to terminate.
> At this point it can dispatch based on the return code, perhaps looking in
> a prearranged file for instructions.  Repeat as needed.
>
> If that's not practical, there is a little-known way of making Kermit wait
> for an event:
>
>   WAIT <interval-or-clock-time> FILE CREATION <filename>
>
> ("help wait" for details.)  This is admittedly a hack, and it would
> require the same thing in the other direction, because at this point
> Kermit is still running.
>
> Thus your application would have to spawn Kermit asynchronously, then
> wait for a prearranged file to appear, which Kermit would create just
> before doing the WAIT.  Then your application would do whatever it does,
> and then when it's ready for Kermit to send a message, it would create
> another prearranged file, the one that Kermit is WAITing for.  Obviously,
> it would be handy if this file contained the message details.
>
> So the Kermit script would go about like this:
>
>   Make the call and log in.
>   If this failed, return a failure code.
>   If it succeeds, create the "I'm logged in" file.
>   While true {
>       Wait for message file.
>       If message file says "Finished" {
>           delete the "I'm logged in" file
>           Hang up and exit.
>       } else {
>           send the message.
>           delete (or rename) the message file
>       }
>   }
>
> Meanwhile your application would:
>
>   Spawn Kermit asynchronously
>   Wait for the "I'm logged in" file
>   While true {
>       Make sure "I'm logged in" file still exists.
>       Get a message to send.
>       Create message file.
>       Wait for message file to disappear.
>   }
>
> Does this help?  It's not the fashiable TLA du jour but we've never been
> particularly concerned with fashion :-)
>
> Obviously refinements are possible, such as queueing and various forms of
> bulletproofing.
>
> - Frank

--------------0E4B00F8CCF00119C91BFB8D
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
OK, that second method sounds like it would do the job. I will give it
a try
<br>but first I want to ask you another question.
<p>I have been looking at the documentation and found the following under
<br>Command-line options:
<p>&nbsp;-l _<i>number</i><i></i>
<p>where <i>number</i> refers to the Windows device handle for a communication
<br>connection that has already been opened by another process.
<p>So, assuming I could open a device handle to the local modem say,
<br>within my program, and pass that into each instance of kermit opened
to
<br>run each script, that should also do the job I think.
<p>I tried the following to test it:
<br>1-I opened a kermit instance, and opened a connection to com port
<br>&nbsp;&nbsp; 2, which is where the modem is connected.
<br>2-I then tried to open another instance of kermit using the follwoing
<br>&nbsp;&nbsp; line:
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; run k95 -l _\v(ttyfd),
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; but got the following respose when the
other kermit instance opened:
<br>&nbsp;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "can't open device",
<p>Now, I don't know whether the file descriptor is the same as the
<br>windows device handle. Maybe they are totally different. I will try
doing
<br>it from the program, opening a device handle and passing that into
each
<br>kermit instance. Hopefully that will work.
<p>Do you know anything that may be important regarding this way?
<p>Frank da Cruz wrote:
<blockquote TYPE=CITE>In article &lt;775a2ab0.0302171458.f8f21f9@posting.google.com>,
<br>Minty &lt;metceed@yahoo.com> wrote:
<br>: I'm trying to run multiple kermit scripts over one dial-up connection.
<br>: More specifically:
<br>:
<br>: I am writing a program that will automatically send an alert. One
the
<br>: the ways it sends an alert is via an sms message. I have an account
<br>: with an pstn-to-sms gateway provider. So I can dial-up this gateway
<br>: modem, and using the TAP protocol, I can send sms messages.
<br>:
<br>: What I want to do is control, within my program, the 2 main aspects
of
<br>: the sending process. The 'loggin on' part, and the 'sending messages
<br>: part'. I already have a kermit script that does both. I want to
<br>: seperate those to parts and call them seperately from my program.
The
<br>: reason is that there could be many messages going out for the one
<br>: connection. This is decided at run-time. Another reason is so that
the
<br>: program can know which alerts got sent and which didn't.
<br>:
<br>: So, if for example I'm sending out 2 alerts, the steps would be as
<br>: follows:
<br>:
<br>: 1-The program would run a kermit script, that opens connection from
<br>: local pc to local modem, dials the gateway modem and logs on, as
per
<br>: the TAP protocol. The script would be called with the gateway provider
<br>: number as parameter.
<br>:
<br>: 2-Then the program would run another kermit script, that sends
<br>: messages as per TAP protocol, with the message and sms number as
<br>: parameters, noting the exit code.
<br>:
<br>: 3-It would again call the same send script with another message and
<br>: another number as parameter, again noting the exit code.
<br>:
<br>: 4-It calls another scipt, that logs off the connection to the gateway
<br>: modem, and also closes connection from local pc to local modem.
<br>:
<br>: Now, the problem I have noted with running multiple kermit scripts,
is
<br>: that at the end of running one script, it closes the connection to
the
<br>: gateway modem and also the connection from the local pc to the local
<br>: modem.
<br>:
<br>: I'm using the latest kermit 95 version on a Windows 2000 machine.
<br>:
<br>: Anyone have any ideas on how I could do this? I'm sure it's only
a
<br>: setting I would have to set with kermit, but I haven't found it.
<br>:
<br>: One idea I did try was to manually open an instance of kermit and
open
<br>: connection to local modem manually. Then call the other scripts to
use
<br>: this connection, but they wouldn't use it.
<br>:
<br>Ideally you'd like to be able to start Kermit and then send it messages
<br>when you want it to do something.&nbsp; Unfortunately, Kermit doesn't
have a
<br>way to wait for or send messages, so we have to devise a cunning plan.
<p>One idea would be to turn your application upside down and let Kermit
<br>control the sequence of events.&nbsp; For example, it could make the
call, log
<br>in, and then run your application with a command-line argument that
says
<br>"OK I'm logged in, now what?" and waits for your application to terminate.
<br>At this point it can dispatch based on the return code, perhaps looking
in
<br>a prearranged file for instructions.&nbsp; Repeat as needed.
<p>If that's not practical, there is a little-known way of making Kermit
wait
<br>for an event:
<p>&nbsp; WAIT &lt;interval-or-clock-time> FILE CREATION &lt;filename>
<p>("help wait" for details.)&nbsp; This is admittedly a hack, and it would
<br>require the same thing in the other direction, because at this point
<br>Kermit is still running.
<p>Thus your application would have to spawn Kermit asynchronously, then
<br>wait for a prearranged file to appear, which Kermit would create just
<br>before doing the WAIT.&nbsp; Then your application would do whatever
it does,
<br>and then when it's ready for Kermit to send a message, it would create
<br>another prearranged file, the one that Kermit is WAITing for.&nbsp;
Obviously,
<br>it would be handy if this file contained the message details.
<p>So the Kermit script would go about like this:
<p>&nbsp; Make the call and log in.
<br>&nbsp; If this failed, return a failure code.
<br>&nbsp; If it succeeds, create the "I'm logged in" file.
<br>&nbsp; While true {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Wait for message file.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If message file says "Finished" {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; delete the "I'm
logged in" file
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hang up and
exit.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; } else {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; send the message.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; delete (or rename)
the message file
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
<br>&nbsp; }
<p>Meanwhile your application would:
<p>&nbsp; Spawn Kermit asynchronously
<br>&nbsp; Wait for the "I'm logged in" file
<br>&nbsp; While true {
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Make sure "I'm logged in" file still
exists.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get a message to send.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Create message file.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Wait for message file to disappear.
<br>&nbsp; }
<p>Does this help?&nbsp; It's not the fashiable TLA du jour but we've never
been
<br>particularly concerned with fashion :-)
<p>Obviously refinements are possible, such as queueing and various forms
of
<br>bulletproofing.
<p>- Frank</blockquote>
</html>

--------------0E4B00F8CCF00119C91BFB8D--



From b.stewart@bom.gov.au Mon Feb 17 19:39:35 EST 2003
Article: 14116 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!ord-feed.news.verio.net!stl-feed.news.verio.net!newsreader.wustl.edu!gumby.it.wmich.edu!out.nntp.be!propagator2-SanJose!in.nntp.be!newsfeed01.tsnz.net!ken-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
Message-ID: <3E517F57.4394B12E@bom.gov.au>
From: Bruce Stewart <b.stewart@bom.gov.au>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 118
Date: Tue, 18 Feb 2003 11:33:27 +1100
NNTP-Posting-Host: 134.178.5.131
X-Complaints-To: abuse@telstra.net
X-Trace: vicpull1.telstra.net 1045528188 134.178.5.131 (Tue, 18 Feb 2003 11:29:48 EST)
NNTP-Posting-Date: Tue, 18 Feb 2003 11:29:48 EST
Organization: Customer of Telstra Internet Direct
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14116

By the way, I'm using another account from now on. Its from a
friend of mine named Bruce Stewart. So you will see Bruce Stewart
in the Sender field, but it is really me, Minty.

Frank da Cruz wrote:

> In article <775a2ab0.0302171458.f8f21f9@posting.google.com>,
> Minty <metceed@yahoo.com> wrote:
> : I'm trying to run multiple kermit scripts over one dial-up connection.
> : More specifically:
> :
> : I am writing a program that will automatically send an alert. One the
> : the ways it sends an alert is via an sms message. I have an account
> : with an pstn-to-sms gateway provider. So I can dial-up this gateway
> : modem, and using the TAP protocol, I can send sms messages.
> :
> : What I want to do is control, within my program, the 2 main aspects of
> : the sending process. The 'loggin on' part, and the 'sending messages
> : part'. I already have a kermit script that does both. I want to
> : seperate those to parts and call them seperately from my program. The
> : reason is that there could be many messages going out for the one
> : connection. This is decided at run-time. Another reason is so that the
> : program can know which alerts got sent and which didn't.
> :
> : So, if for example I'm sending out 2 alerts, the steps would be as
> : follows:
> :
> : 1-The program would run a kermit script, that opens connection from
> : local pc to local modem, dials the gateway modem and logs on, as per
> : the TAP protocol. The script would be called with the gateway provider
> : number as parameter.
> :
> : 2-Then the program would run another kermit script, that sends
> : messages as per TAP protocol, with the message and sms number as
> : parameters, noting the exit code.
> :
> : 3-It would again call the same send script with another message and
> : another number as parameter, again noting the exit code.
> :
> : 4-It calls another scipt, that logs off the connection to the gateway
> : modem, and also closes connection from local pc to local modem.
> :
> : Now, the problem I have noted with running multiple kermit scripts, is
> : that at the end of running one script, it closes the connection to the
> : gateway modem and also the connection from the local pc to the local
> : modem.
> :
> : I'm using the latest kermit 95 version on a Windows 2000 machine.
> :
> : Anyone have any ideas on how I could do this? I'm sure it's only a
> : setting I would have to set with kermit, but I haven't found it.
> :
> : One idea I did try was to manually open an instance of kermit and open
> : connection to local modem manually. Then call the other scripts to use
> : this connection, but they wouldn't use it.
> :
> Ideally you'd like to be able to start Kermit and then send it messages
> when you want it to do something.  Unfortunately, Kermit doesn't have a
> way to wait for or send messages, so we have to devise a cunning plan.
>
> One idea would be to turn your application upside down and let Kermit
> control the sequence of events.  For example, it could make the call, log
> in, and then run your application with a command-line argument that says
> "OK I'm logged in, now what?" and waits for your application to terminate.
> At this point it can dispatch based on the return code, perhaps looking in
> a prearranged file for instructions.  Repeat as needed.
>
> If that's not practical, there is a little-known way of making Kermit wait
> for an event:
>
>   WAIT <interval-or-clock-time> FILE CREATION <filename>
>
> ("help wait" for details.)  This is admittedly a hack, and it would
> require the same thing in the other direction, because at this point
> Kermit is still running.
>
> Thus your application would have to spawn Kermit asynchronously, then
> wait for a prearranged file to appear, which Kermit would create just
> before doing the WAIT.  Then your application would do whatever it does,
> and then when it's ready for Kermit to send a message, it would create
> another prearranged file, the one that Kermit is WAITing for.  Obviously,
> it would be handy if this file contained the message details.
>
> So the Kermit script would go about like this:
>
>   Make the call and log in.
>   If this failed, return a failure code.
>   If it succeeds, create the "I'm logged in" file.
>   While true {
>       Wait for message file.
>       If message file says "Finished" {
>           delete the "I'm logged in" file
>           Hang up and exit.
>       } else {
>           send the message.
>           delete (or rename) the message file
>       }
>   }
>
> Meanwhile your application would:
>
>   Spawn Kermit asynchronously
>   Wait for the "I'm logged in" file
>   While true {
>       Make sure "I'm logged in" file still exists.
>       Get a message to send.
>       Create message file.
>       Wait for message file to disappear.
>   }
>
> Does this help?  It's not the fashiable TLA du jour but we've never been
> particularly concerned with fashion :-)
>
> Obviously refinements are possible, such as queueing and various forms of
> bulletproofing.
>
> - Frank



From fdc@columbia.edu Mon Feb 17 19:39:46 EST 2003
Article: 14117 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
Date: 17 Feb 2003 19:39:13 -0500
Organization: Columbia University
Lines: 48
Message-ID: <b2rvbh$nnc$1@watsol.cc.columbia.edu>
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045528754 20253 128.59.39.139 (18 Feb 2003 00:39:14 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 18 Feb 2003 00:39:14 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14117

In article <3E517E98.D89D779C@bom.gov.au>,
Bruce Stewart  <b.stewart@bom.gov.au> wrote:
: 
: --------------0E4B00F8CCF00119C91BFB8D
: Content-Type: text/plain; charset=us-ascii
: Content-Transfer-Encoding: 7bit
: 
: OK, that second method sounds like it would do the job. I will give it a try
: but first I want to ask you another question.
: 
: I have been looking at the documentation and found the following under
: Command-line options:
: 
:  -l _number
: 
: where number refers to the Windows device handle for a communication
: connection that has already been opened by another process.
: 
I thought of suggesting that but to be frank :-) I don't know if Windows
device handles are valid only within a process tree, or system-wide.
I suppose it's worth a shot.

: I tried the following to test it:
: 1-I opened a kermit instance, and opened a connection to com port
:    2, which is where the modem is connected.
: 2-I then tried to open another instance of kermit using the follwoing
:    line:
:       run k95 -l _\v(ttyfd),
: 
:       but got the following respose when the other kermit instance opened:
: 
:       "can't open device",
: 
: Now, I don't know whether the file descriptor is the same as the
: windows device handle. Maybe they are totally different. I will try doing
: it from the program, opening a device handle and passing that into each
: kermit instance. Hopefully that will work.
: 
Either the process handle is not valid or else you can't have the same
device opened for read/write access by two different processes.
Somebody else might answer later with better information.

Another possibility, of course, is to configure the modem to ignore DTR and
Kermit to ignore CD.  Then you can open and close the port all you like, but
then it's no longer straightforward to catch broken connections, and you
can no longer hang up a connection simply by closing the port.

- Frank


From b.stewart@bom.gov.au Tue Feb 18 08:53:59 EST 2003
Article: 14118 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news.linkpendium.com!ken-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
Message-ID: <3E518707.D695EA5B@bom.gov.au>
From: Bruce Stewart <b.stewart@bom.gov.au>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 58
Date: Tue, 18 Feb 2003 12:06:15 +1100
NNTP-Posting-Host: 134.178.5.131
X-Complaints-To: abuse@telstra.net
X-Trace: vicpull1.telstra.net 1045530156 134.178.5.131 (Tue, 18 Feb 2003 12:02:36 EST)
NNTP-Posting-Date: Tue, 18 Feb 2003 12:02:36 EST
Organization: Customer of Telstra Internet Direct
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14118

Well, I tried it from c++. Opening a handle and then tried to run kermit with
the command-line option -l _<device_handle>. It still didn't work giving
the same error message "can't open device".

If its in the documentation, I would imagine that its been tested by the kermit
developers. Is their an email with which to contact kermit makers for help?

Frank da Cruz wrote:

> In article <3E517E98.D89D779C@bom.gov.au>,
> Bruce Stewart  <b.stewart@bom.gov.au> wrote:
> :
> : --------------0E4B00F8CCF00119C91BFB8D
> : Content-Type: text/plain; charset=us-ascii
> : Content-Transfer-Encoding: 7bit
> :
> : OK, that second method sounds like it would do the job. I will give it a try
> : but first I want to ask you another question.
> :
> : I have been looking at the documentation and found the following under
> : Command-line options:
> :
> :  -l _number
> :
> : where number refers to the Windows device handle for a communication
> : connection that has already been opened by another process.
> :
> I thought of suggesting that but to be frank :-) I don't know if Windows
> device handles are valid only within a process tree, or system-wide.
> I suppose it's worth a shot.
>
> : I tried the following to test it:
> : 1-I opened a kermit instance, and opened a connection to com port
> :    2, which is where the modem is connected.
> : 2-I then tried to open another instance of kermit using the follwoing
> :    line:
> :       run k95 -l _\v(ttyfd),
> :
> :       but got the following respose when the other kermit instance opened:
> :
> :       "can't open device",
> :
> : Now, I don't know whether the file descriptor is the same as the
> : windows device handle. Maybe they are totally different. I will try doing
> : it from the program, opening a device handle and passing that into each
> : kermit instance. Hopefully that will work.
> :
> Either the process handle is not valid or else you can't have the same
> device opened for read/write access by two different processes.
> Somebody else might answer later with better information.
>
> Another possibility, of course, is to configure the modem to ignore DTR and
> Kermit to ignore CD.  Then you can open and close the port all you like, but
> then it's no longer straightforward to catch broken connections, and you
> can no longer hang up a connection simply by closing the port.
>
> - Frank



From jaltman@columbia.edu Tue Feb 18 08:54:02 EST 2003
Article: 14120 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: Jeffrey Altman <jaltman@columbia.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au>
In-Reply-To: <3E518707.D695EA5B@bom.gov.au>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 17
Message-ID: <62g4a.27918$Mh3.8395448@twister.nyc.rr.com>
Date: Tue, 18 Feb 2003 01:31:46 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1045531906 66.108.138.151 (Mon, 17 Feb 2003 20:31:46 EST)
NNTP-Posting-Date: Mon, 17 Feb 2003 20:31:46 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14120

Just tested this with the current release 2.1.3.
Works just fine between two copies of K95 on two laptops connected by a 
serial cable over COM1.  115200, RTS/CTS, SET CARRIER-WATCH OFF, SET 
MODEM TYPE NONE.

I am the author.


Bruce Stewart wrote:
> Well, I tried it from c++. Opening a handle and then tried to run kermit with
> the command-line option -l _<device_handle>. It still didn't work giving
> the same error message "can't open device".
> 
> If its in the documentation, I would imagine that its been tested by the kermit
> developers. Is their an email with which to contact kermit makers for help?
> 



From jaltman2@nyc.rr.com Tue Feb 18 08:54:06 EST 2003
Article: 14121 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com>
In-Reply-To: <62g4a.27918$Mh3.8395448@twister.nyc.rr.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 32
Message-ID: <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com>
Date: Tue, 18 Feb 2003 01:38:43 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1045532323 66.108.138.151 (Mon, 17 Feb 2003 20:38:43 EST)
NNTP-Posting-Date: Mon, 17 Feb 2003 20:38:43 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14121

Some thoughts:

* in your c++ program make sure you make the Handle to the serial device
   inheritable by child processes

* when testing with k95 starting k95 be sure to not load the init file

      run k95.exe -Y -l _\v(ttyfd)

Jeffrey Altman wrote:
> Just tested this with the current release 2.1.3.
> Works just fine between two copies of K95 on two laptops connected by a 
> serial cable over COM1.  115200, RTS/CTS, SET CARRIER-WATCH OFF, SET 
> MODEM TYPE NONE.
> 
> I am the author.
> 
> 
> Bruce Stewart wrote:
> 
>> Well, I tried it from c++. Opening a handle and then tried to run 
>> kermit with
>> the command-line option -l _<device_handle>. It still didn't work giving
>> the same error message "can't open device".
>>
>> If its in the documentation, I would imagine that its been tested by 
>> the kermit
>> developers. Is their an email with which to contact kermit makers for 
>> help?
>>
> 



From b.stewart@bom.gov.au Tue Feb 18 08:54:13 EST 2003
Article: 14122 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!lon-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
Message-ID: <3E519827.65765197@bom.gov.au>
From: Bruce Stewart <b.stewart@bom.gov.au>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com> <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 45
Date: Tue, 18 Feb 2003 13:19:19 +1100
NNTP-Posting-Host: 134.178.5.131
X-Complaints-To: abuse@telstra.net
X-Trace: vicpull1.telstra.net 1045534539 134.178.5.131 (Tue, 18 Feb 2003 13:15:39 EST)
NNTP-Posting-Date: Tue, 18 Feb 2003 13:15:39 EST
Organization: Customer of Telstra Internet Direct
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14122

I tried testing it from kermit, following are the steps I took:

1-opened an instance of kermit 95 release 2.1.3 (Try-before-you-buy copy)
2-set port 2
3-set carrier-watch off
4-set modem none
5-set flow-control rts/cts
6-run k95 -Y -l _\v(ttyfd)

still had same result: "can't open device"

"Jeffrey Altman [Road Runner NYC]" wrote:

> Some thoughts:
>
> * in your c++ program make sure you make the Handle to the serial device
>    inheritable by child processes
>
> * when testing with k95 starting k95 be sure to not load the init file
>
>       run k95.exe -Y -l _\v(ttyfd)
>
> Jeffrey Altman wrote:
> > Just tested this with the current release 2.1.3.
> > Works just fine between two copies of K95 on two laptops connected by a
> > serial cable over COM1.  115200, RTS/CTS, SET CARRIER-WATCH OFF, SET
> > MODEM TYPE NONE.
> >
> > I am the author.
> >
> >
> > Bruce Stewart wrote:
> >
> >> Well, I tried it from c++. Opening a handle and then tried to run
> >> kermit with
> >> the command-line option -l _<device_handle>. It still didn't work giving
> >> the same error message "can't open device".
> >>
> >> If its in the documentation, I would imagine that its been tested by
> >> the kermit
> >> developers. Is their an email with which to contact kermit makers for
> >> help?
> >>
> >



From jaltman2@nyc.rr.com Tue Feb 18 08:54:21 EST 2003
Article: 14123 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!news.maxwell.syr.edu!news.litech.org!news.misty.com!yellow.newsread.com!netaxs.com!newsread.com!news-east.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com> <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com> <3E519827.65765197@bom.gov.au>
In-Reply-To: <3E519827.65765197@bom.gov.au>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 19
Message-ID: <VUg4a.28137$Mh3.8435684@twister.nyc.rr.com>
Date: Tue, 18 Feb 2003 02:30:13 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1045535413 66.108.138.151 (Mon, 17 Feb 2003 21:30:13 EST)
NNTP-Posting-Date: Mon, 17 Feb 2003 21:30:13 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14123

Sorry, underscores are only used for network connections

   run k95.exe -Y -l \v(ttyfd)



Bruce Stewart wrote:
> I tried testing it from kermit, following are the steps I took:
> 
> 1-opened an instance of kermit 95 release 2.1.3 (Try-before-you-buy copy)
> 2-set port 2
> 3-set carrier-watch off
> 4-set modem none
> 5-set flow-control rts/cts
> 6-run k95 -Y -l _\v(ttyfd)
> 
> still had same result: "can't open device"
> 



From b.stewart@bom.gov.au Tue Feb 18 08:54:25 EST 2003
Article: 14124 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.mathworks.com!lon-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
Message-ID: <3E51A220.43AC9BBF@bom.gov.au>
From: Bruce Stewart <b.stewart@bom.gov.au>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com> <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com> <3E519827.65765197@bom.gov.au> <VUg4a.28137$Mh3.8435684@twister.nyc.rr.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 33
Date: Tue, 18 Feb 2003 14:01:53 +1100
NNTP-Posting-Host: 134.178.5.131
X-Complaints-To: abuse@telstra.net
X-Trace: vicpull1.telstra.net 1045537093 134.178.5.131 (Tue, 18 Feb 2003 13:58:13 EST)
NNTP-Posting-Date: Tue, 18 Feb 2003 13:58:13 EST
Organization: Customer of Telstra Internet Direct
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14124

I tried it again without the underscore, and I think it worked.

To test it, once I did the settings (steps 1 to 5), I dialed the other
computer. On the other computer I had just hyperterminal running.
I answered, and thus got a connection between computers.
I then escaped out of the connect window. I then did step 6.
It successfully ran the other instance of kermit. To test if I could really
use this connection, I went into connect mode. Wrote jibberish
and saw it in the hyperterminal window on the other machine.

So, I assume it works.

Thanks very much for you help and also Franks help.

"Jeffrey Altman [Road Runner NYC]" wrote:

> Sorry, underscores are only used for network connections
>
>    run k95.exe -Y -l \v(ttyfd)
>
> Bruce Stewart wrote:
> > I tried testing it from kermit, following are the steps I took:
> >
> > 1-opened an instance of kermit 95 release 2.1.3 (Try-before-you-buy copy)
> > 2-set port 2
> > 3-set carrier-watch off
> > 4-set modem none
> > 5-set flow-control rts/cts
> > 6-run k95 -Y -l _\v(ttyfd)
> >
> > still had same result: "can't open device"
> >



From b.stewart@bom.gov.au Tue Feb 18 08:54:30 EST 2003
Article: 14125 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!buck.internorth.com!cyclone.bc.net!newsswitch.lcs.mit.edu!newsfeed.mathworks.com!lon-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
Message-ID: <3E51A31F.B138C7AD@bom.gov.au>
From: Bruce Stewart <b.stewart@bom.gov.au>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com> <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com> <3E519827.65765197@bom.gov.au> <VUg4a.28137$Mh3.8435684@twister.nyc.rr.com> <3E51A220.43AC9BBF@bom.gov.au>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 39
Date: Tue, 18 Feb 2003 14:06:07 +1100
NNTP-Posting-Host: 134.178.5.131
X-Complaints-To: abuse@telstra.net
X-Trace: vicpull1.telstra.net 1045537347 134.178.5.131 (Tue, 18 Feb 2003 14:02:27 EST)
NNTP-Posting-Date: Tue, 18 Feb 2003 14:02:27 EST
Organization: Customer of Telstra Internet Direct
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14125

One thing I just noticed though, I can't use output to send text.
>From  connect mode I type it comes through, but if I use the
output command, nothing happens.

Bruce Stewart wrote:

> I tried it again without the underscore, and I think it worked.
>
> To test it, once I did the settings (steps 1 to 5), I dialed the other
> computer. On the other computer I had just hyperterminal running.
> I answered, and thus got a connection between computers.
> I then escaped out of the connect window. I then did step 6.
> It successfully ran the other instance of kermit. To test if I could really
> use this connection, I went into connect mode. Wrote jibberish
> and saw it in the hyperterminal window on the other machine.
>
> So, I assume it works.
>
> Thanks very much for you help and also Franks help.
>
> "Jeffrey Altman [Road Runner NYC]" wrote:
>
> > Sorry, underscores are only used for network connections
> >
> >    run k95.exe -Y -l \v(ttyfd)
> >
> > Bruce Stewart wrote:
> > > I tried testing it from kermit, following are the steps I took:
> > >
> > > 1-opened an instance of kermit 95 release 2.1.3 (Try-before-you-buy copy)
> > > 2-set port 2
> > > 3-set carrier-watch off
> > > 4-set modem none
> > > 5-set flow-control rts/cts
> > > 6-run k95 -Y -l _\v(ttyfd)
> > >
> > > still had same result: "can't open device"
> > >



From jaltman@columbia.edu Tue Feb 18 08:54:34 EST 2003
Article: 14126 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.mathworks.com!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed1.cidera.com!Cidera!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: Jeffrey Altman <jaltman@columbia.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com> <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com> <3E519827.65765197@bom.gov.au> <VUg4a.28137$Mh3.8435684@twister.nyc.rr.com> <3E51A220.43AC9BBF@bom.gov.au> <3E51A31F.B138C7AD@bom.gov.au>
In-Reply-To: <3E51A31F.B138C7AD@bom.gov.au>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 48
Message-ID: <uth4a.28322$Mh3.8460981@twister.nyc.rr.com>
Date: Tue, 18 Feb 2003 03:09:14 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1045537754 66.108.138.151 (Mon, 17 Feb 2003 22:09:14 EST)
NNTP-Posting-Date: Mon, 17 Feb 2003 22:09:14 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14126

SET CARRIER-WATCH OFF
if you do not have a connection

Bruce Stewart wrote:
> One thing I just noticed though, I can't use output to send text.
> From connect mode I type it comes through, but if I use the
> output command, nothing happens.
> 
> Bruce Stewart wrote:
> 
> 
>>I tried it again without the underscore, and I think it worked.
>>
>>To test it, once I did the settings (steps 1 to 5), I dialed the other
>>computer. On the other computer I had just hyperterminal running.
>>I answered, and thus got a connection between computers.
>>I then escaped out of the connect window. I then did step 6.
>>It successfully ran the other instance of kermit. To test if I could really
>>use this connection, I went into connect mode. Wrote jibberish
>>and saw it in the hyperterminal window on the other machine.
>>
>>So, I assume it works.
>>
>>Thanks very much for you help and also Franks help.
>>
>>"Jeffrey Altman [Road Runner NYC]" wrote:
>>
>>
>>>Sorry, underscores are only used for network connections
>>>
>>>   run k95.exe -Y -l \v(ttyfd)
>>>
>>>Bruce Stewart wrote:
>>>
>>>>I tried testing it from kermit, following are the steps I took:
>>>>
>>>>1-opened an instance of kermit 95 release 2.1.3 (Try-before-you-buy copy)
>>>>2-set port 2
>>>>3-set carrier-watch off
>>>>4-set modem none
>>>>5-set flow-control rts/cts
>>>>6-run k95 -Y -l _\v(ttyfd)
>>>>
>>>>still had same result: "can't open device"
>>>>
> 
> 



From b.stewart@bom.gov.au Tue Feb 18 08:54:39 EST 2003
Article: 14127 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newspump.monmouth.com!newspeer.monmouth.com!uvsq.fr!freenix!deine.net!lon-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
Message-ID: <3E51A7D4.666A7C34@bom.gov.au>
From: Bruce Stewart <b.stewart@bom.gov.au>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com> <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com> <3E519827.65765197@bom.gov.au> <VUg4a.28137$Mh3.8435684@twister.nyc.rr.com> <3E51A220.43AC9BBF@bom.gov.au> <3E51A31F.B138C7AD@bom.gov.au> <uth4a.28322$Mh3.8460981@twister.nyc.rr.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 55
Date: Tue, 18 Feb 2003 14:26:12 +1100
NNTP-Posting-Host: 134.178.5.131
X-Complaints-To: abuse@telstra.net
X-Trace: vicpull1.telstra.net 1045538552 134.178.5.131 (Tue, 18 Feb 2003 14:22:32 EST)
NNTP-Posting-Date: Tue, 18 Feb 2003 14:22:32 EST
Organization: Customer of Telstra Internet Direct
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14127

It works now. Not after I did set carrier-watch off only, but also after I did
set modem none, and set flow-control rts/cts.

Thanks

Jeffrey Altman wrote:

> SET CARRIER-WATCH OFF
> if you do not have a connection
>
> Bruce Stewart wrote:
> > One thing I just noticed though, I can't use output to send text.
> > From connect mode I type it comes through, but if I use the
> > output command, nothing happens.
> >
> > Bruce Stewart wrote:
> >
> >
> >>I tried it again without the underscore, and I think it worked.
> >>
> >>To test it, once I did the settings (steps 1 to 5), I dialed the other
> >>computer. On the other computer I had just hyperterminal running.
> >>I answered, and thus got a connection between computers.
> >>I then escaped out of the connect window. I then did step 6.
> >>It successfully ran the other instance of kermit. To test if I could really
> >>use this connection, I went into connect mode. Wrote jibberish
> >>and saw it in the hyperterminal window on the other machine.
> >>
> >>So, I assume it works.
> >>
> >>Thanks very much for you help and also Franks help.
> >>
> >>"Jeffrey Altman [Road Runner NYC]" wrote:
> >>
> >>
> >>>Sorry, underscores are only used for network connections
> >>>
> >>>   run k95.exe -Y -l \v(ttyfd)
> >>>
> >>>Bruce Stewart wrote:
> >>>
> >>>>I tried testing it from kermit, following are the steps I took:
> >>>>
> >>>>1-opened an instance of kermit 95 release 2.1.3 (Try-before-you-buy copy)
> >>>>2-set port 2
> >>>>3-set carrier-watch off
> >>>>4-set modem none
> >>>>5-set flow-control rts/cts
> >>>>6-run k95 -Y -l _\v(ttyfd)
> >>>>
> >>>>still had same result: "can't open device"
> >>>>
> >
> >



From b.stewart@bom.gov.au Tue Feb 18 08:55:24 EST 2003
Article: 14128 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!lon-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
Message-ID: <3E51B7D8.FC4C0AF1@bom.gov.au>
From: Bruce Stewart <b.stewart@bom.gov.au>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518707.D695EA5B@bom.gov.au> <62g4a.27918$Mh3.8395448@twister.nyc.rr.com> <D8g4a.27946$Mh3.8399947@twister.nyc.rr.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 76
Date: Tue, 18 Feb 2003 15:34:32 +1100
NNTP-Posting-Host: 134.178.5.131
X-Complaints-To: abuse@telstra.net
X-Trace: vicpull1.telstra.net 1045542652 134.178.5.131 (Tue, 18 Feb 2003 15:30:52 EST)
NNTP-Posting-Date: Tue, 18 Feb 2003 15:30:52 EST
Organization: Customer of Telstra Internet Direct
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14128

I made my c++ program make a handle to the modem that was inheritable
by child processes.

I then ran kermit using the following command-line:
 -l <handle_num>

it opened up.

Then, I did: dial <number>, to dial the other computer. It dialed and
connected.

But, something 'funny' occured. Ussually when it connects, it goes into
connect mode (blue screen), and outputs following:
NO CARRIER
+++ATQ0H0
OK
ATQ0V1
OK
ATDT4001
CARRIER 2400

PROTOCOL: ALT

CONNECT 2400

OK
ATQ0V1
OK
ATDT4001
CARRIER 2400

PROTOCOL: ALT

CONNECT 2400

but, this time, it went into blue screen but no text was outputed, and the
screen froze. I say froze because I would type, and nothing would happen.
No characters would appear on the other side either. In windows task
manager it still had the status as 'Running'.

Any ideas as to  what could be wrong?

"Jeffrey Altman [Road Runner NYC]" wrote:

> Some thoughts:
>
> * in your c++ program make sure you make the Handle to the serial device
>    inheritable by child processes
>
> * when testing with k95 starting k95 be sure to not load the init file
>
>       run k95.exe -Y -l _\v(ttyfd)
>
> Jeffrey Altman wrote:
> > Just tested this with the current release 2.1.3.
> > Works just fine between two copies of K95 on two laptops connected by a
> > serial cable over COM1.  115200, RTS/CTS, SET CARRIER-WATCH OFF, SET
> > MODEM TYPE NONE.
> >
> > I am the author.
> >
> >
> > Bruce Stewart wrote:
> >
> >> Well, I tried it from c++. Opening a handle and then tried to run
> >> kermit with
> >> the command-line option -l _<device_handle>. It still didn't work giving
> >> the same error message "can't open device".
> >>
> >> If its in the documentation, I would imagine that its been tested by
> >> the kermit
> >> developers. Is their an email with which to contact kermit makers for
> >> help?
> >>
> >



From b.stewart@bom.gov.au Tue Feb 18 08:55:41 EST 2003
Article: 14119 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!snewsf0.syd.ops.aspac.uu.net!news1.optus.net.au!optus!ken-transit.news.telstra.net!news.telstra.net!vicpull1.telstra.net!not-for-mail
Message-ID: <3E518AAA.F4D9E151@bom.gov.au>
From: Bruce Stewart <b.stewart@bom.gov.au>
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <b2rrbl$ks3$1@watsol.cc.columbia.edu> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 54
Date: Tue, 18 Feb 2003 12:21:46 +1100
NNTP-Posting-Host: 134.178.5.131
X-Complaints-To: abuse@telstra.net
X-Trace: vicpull1.telstra.net 1045531086 134.178.5.131 (Tue, 18 Feb 2003 12:18:06 EST)
NNTP-Posting-Date: Tue, 18 Feb 2003 12:18:06 EST
Organization: Customer of Telstra Internet Direct
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14119

For that last way. To ignore CD you do set carrier off, how do you make
the modem ignore DTR?

Frank da Cruz wrote:

> In article <3E517E98.D89D779C@bom.gov.au>,
> Bruce Stewart  <b.stewart@bom.gov.au> wrote:
> :
> : --------------0E4B00F8CCF00119C91BFB8D
> : Content-Type: text/plain; charset=us-ascii
> : Content-Transfer-Encoding: 7bit
> :
> : OK, that second method sounds like it would do the job. I will give it a try
> : but first I want to ask you another question.
> :
> : I have been looking at the documentation and found the following under
> : Command-line options:
> :
> :  -l _number
> :
> : where number refers to the Windows device handle for a communication
> : connection that has already been opened by another process.
> :
> I thought of suggesting that but to be frank :-) I don't know if Windows
> device handles are valid only within a process tree, or system-wide.
> I suppose it's worth a shot.
>
> : I tried the following to test it:
> : 1-I opened a kermit instance, and opened a connection to com port
> :    2, which is where the modem is connected.
> : 2-I then tried to open another instance of kermit using the follwoing
> :    line:
> :       run k95 -l _\v(ttyfd),
> :
> :       but got the following respose when the other kermit instance opened:
> :
> :       "can't open device",
> :
> : Now, I don't know whether the file descriptor is the same as the
> : windows device handle. Maybe they are totally different. I will try doing
> : it from the program, opening a device handle and passing that into each
> : kermit instance. Hopefully that will work.
> :
> Either the process handle is not valid or else you can't have the same
> device opened for read/write access by two different processes.
> Somebody else might answer later with better information.
>
> Another possibility, of course, is to configure the modem to ignore DTR and
> Kermit to ignore CD.  Then you can open and close the port all you like, but
> then it's no longer straightforward to catch broken connections, and you
> can no longer hang up a connection simply by closing the port.
>
> - Frank



From fdc@columbia.edu Tue Feb 18 08:58:27 EST 2003
Article: 14129 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Running multiple kermit scripts on one connection
Date: 18 Feb 2003 08:58:22 -0500
Organization: Columbia University
Lines: 10
Message-ID: <b2te5u$o8$1@watsol.cc.columbia.edu>
References: <775a2ab0.0302171458.f8f21f9@posting.google.com> <3E517E98.D89D779C@bom.gov.au> <b2rvbh$nnc$1@watsol.cc.columbia.edu> <3E518AAA.F4D9E151@bom.gov.au>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1045576703 22750 128.59.39.139 (18 Feb 2003 13:58:23 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 18 Feb 2003 13:58:23 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14129

In article <3E518AAA.F4D9E151@bom.gov.au>,
Bruce Stewart  <b.stewart@bom.gov.au> wrote:
: For that last way. To ignore CD you do set carrier off, how do you make
: the modem ignore DTR?
: 
By giving the appropriate command to the modem, which depends on the make
and model of the modem.  A typical example is AT&D0.  See your modem's
manual.

- Frank


From nike@adidas.com Sun Feb 23 14:32:14 EST 2003
Article: 14131 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!opentransit.net!wanadoo.fr!not-for-mail
From: "Nike" <nike@adidas.com>
Newsgroups: comp.protocols.kermit.misc
Subject: using http-proxy function...
Date: Sun, 23 Feb 2003 13:00:58 +0100
Organization: Wanadoo, l'internet avec France Telecom
Lines: 12
Message-ID: <b3ad4i$kl5$1@news-reader10.wanadoo.fr>
NNTP-Posting-Host: aplessis-bouchard-106-1-1-72.abo.wanadoo.fr
X-Trace: news-reader10.wanadoo.fr 1046001618 21157 80.11.219.72 (23 Feb 2003 12:00:18 GMT)
X-Complaints-To: abuse@wanadoo.fr
NNTP-Posting-Date: 23 Feb 2003 12:00:18 GMT
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14131

Hi all,

Can someone tell me if using an http-proxy with C-Kermit through "set tcp
http-proxy..." is possible with a non-secure version ?

And, in the case of a secure one, what are the ports used on the proxy and
on the remote server to connect by ftps ? What are the requirements for this
to work ?

Thanks




From fdc@columbia.edu Sun Feb 23 14:55:54 EST 2003
Article: 14132 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.os.linux.misc,comp.protocols.kermit.misc
Subject: Re: ls in ftp client, help needed
Date: 23 Feb 2003 13:07:25 -0500
Organization: Columbia University
Lines: 87
Message-ID: <b3b2kt$h01$1@watsol.cc.columbia.edu>
References: <3e57ce85$1@spamkiller.newsgroups.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046023646 16826 128.59.39.139 (23 Feb 2003 18:07:26 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 23 Feb 2003 18:07:26 GMT
Xref: newsmaster.cc.columbia.edu comp.os.linux.misc:583862 comp.protocols.kermit.misc:14132

In article <3e57ce85$1@spamkiller.newsgroups.com>,
Fredrik Lindström <95710594@noone.com> wrote:
: How do I display information about the creation year of a file when using
: the ls (LIST) command?
: 
: LIST -aL shows everything I need except seconds and year.
: 
: --full-time does not work when invoked with LIST command.
: 
As others have pointed out, Unix-based FTP servers just run the external
ls command with its fractured date-time format.  Sometimes you can pass
options to the remote ls program, but only ones that it happens to
understand (thus, as another poster pointed out, it will not understand
"--full-time" if it's not GNU ls).  But there's a larger problem, namely
that remote file timestamps are shown in the server's local time, but
the client has no way of knowing what timezone the server is in.

One way to do what you want is to use the Kermit FTP client:

  http://www.columbia.edu/kermit/ftpclient.html

and write a script to get the file list and then get the modtime of each
file using the FTP MDTM directive (which most servers support).  Here's
an example:

  set quiet on                               ; No messages
  set exit warning off                       ; No warnings
  .listname := /tmp/list.\v(pid)             ; Temp file name
  ftp open kermit.columbia.edu /anonymous    ; Open FTP connection
  if fail exit 1                             ; Check
  cd kermit/g                                ; CD to disired directory
  if fail exit 1                             ; Check
  mget /namelist:\m(listname) *              ; Get list of names into file
  if fail exit 1                             ; Check
  fopen /read \%c \m(listname)               ; Open name-list file
  if fail exit 1                             ; Check
  while true {                               ; Loop to read each line
      fread /line \%c name                   ; Read a name
      if fail break                          ; Check for EOF
      ftp quote MDTM \m(name)                        ; Get file's modtime
      if fail exit 1 "Server does not support MDTM"  ; Check
      .time := \v(ftp_message)                       ; Save
      ftp size \m(name)                              ; Get file's size
      if fail exit 1 "Server does not support SIZE"  ; Check
      .size := \v(ftp_message)                       ; Save
      echo "\flpad(\m(size),12) \fcvtdate(\m(time)) \m(name)"  ; Show info
  }
  fclose \%c                                 ; Close name-list file
  delete \m(listname)                        ; Delete name-list file
  exit                                       ; BYE to server and exit Kermit

The result looks like this:

   9018 20020319 23:53:17 ANNOUNCE
  17989 19991227 22:01:15 COPYING
  45127 19991227 22:01:15 README
   4324 20020318 15:26:51 README.68K
  40521 20021030 21:07:37 aavnew.hlp
  18331 20020318 15:27:23 cpm68k.diff
  10202 19991227 22:01:15 gcmdline.c
  34888 19991227 22:01:15 gkermit.c
   7189 19991227 22:01:15 gkermit.h
  14106 19991227 22:01:15 gkermit.nr
  11743 19991227 22:01:15 gproto.c
   6426 19991227 22:01:15 gproto.w
  29269 19991227 22:01:15 gunixio.c
  30658 20010701 16:30:58 gunixio_os2.c
  14902 19991227 22:01:15 gwart.c
   3220 19991227 22:01:15 makefile

The times shown are UTC (GMT).  As you can see, the size, date, and name
are available programmatically, so you can make decisions based on them,
display them in different formats, etc.

For a Kermit tutorial see:

  http://www.columbia.edu/kermit/ckututor.html

For a Kermit script-writing tutorial, see:

  http://www.columbia.edu/kermit/ckscripts.html

For a tutorial on FTP scripting, see:

  http://www.columbia.edu/kermit/ftpscripts.html

- Frank


From fdc@columbia.edu Sun Feb 23 14:56:07 EST 2003
Article: 14133 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: using http-proxy function...
Date: 23 Feb 2003 14:55:48 -0500
Organization: Columbia University
Lines: 33
Message-ID: <b3b904$m6j$1@watsol.cc.columbia.edu>
References: <b3ad4i$kl5$1@news-reader10.wanadoo.fr>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046030149 21246 128.59.39.139 (23 Feb 2003 19:55:49 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 23 Feb 2003 19:55:49 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14133

In article <b3ad4i$kl5$1@news-reader10.wanadoo.fr>,
Nike <nike@adidas.com> wrote:
: Can someone tell me if using an http-proxy with C-Kermit through "set tcp
: http-proxy..." is possible with a non-secure version ?
: 
Yes.  Here's the relevant passage from the "help set tcp" text from a
non-secure C-Kermit build:

SET TCP HTTP-PROXY [<hostname or ip-address>[:<port>]]
  If a hostname or ip-address is specified, Kermit will use the Proxy
  server when attempting outgoing connections.  If no hostname or
  ip-address is specified, any previously specified Proxy server will
  be removed.  If no port number is specified, the "http" service
  will be used.

Unfortunately the http-proxy feature did not work at all with FTP until
a bug was fixed a couple days ago.  The fix is available in the C-Kermit
daily builds:

  http://www.columbia.edu/kermit/ckdaily.html

In this new version, the SET TCP HTTP-PROXY command also accepts /USER:
and /PASSWORD: switches in case the proxy server requires a User ID and
password.

: And, in the case of a secure one, what are the ports used on the proxy and
: on the remote server to connect by ftps ? What are the requirements for this
: to work ?
: 
Not sure, but you should be able to hit on a winning combination with some
experimentation.

- Frank


From fdc@columbia.edu Mon Feb 24 16:24:45 EST 2003
Article: 14134 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: New FTP scripts
Date: 24 Feb 2003 16:23:58 -0500
Organization: Columbia University
Lines: 21
Message-ID: <b3e2he$c2r$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046121839 15945 128.59.39.139 (24 Feb 2003 21:23:59 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 24 Feb 2003 21:23:59 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14134


I added a new "FTP Scripts" section to the Kermit script library:

  http://www.columbia.edu/kermit/ckscripts.html#ftp

The Introduction to FTP Scripting has been updated, as well as some of
the scripts that were there before, most of which were written for C-Kermit
8.0.200 or 201, because 206 added some handy new features and/or syntax.
I also added some new scripts:

  ftpdirectory
    Shows how to get a directory listing from the server with a full
    timestamp (yyyymmdd hh:mm:ss) for each file.

  ftpsyncdown
    Synchronizes a local directory from a remote directory.

  ftpsyncup
    Synchronizes a remote directory tree from a local directory tree.

- Frank


From jaltman@watsun.cc.columbia.edu Wed Feb 26 18:46:34 EST 2003
Article: 14135 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: using http-proxy function...
Date: 26 Feb 2003 23:37:27 GMT
Organization: Columbia University
Lines: 30
Message-ID: <b3jj3n$h6l$1@newsmaster.cc.columbia.edu>
References: <b3ad4i$kl5$1@news-reader10.wanadoo.fr>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046302647 17621 128.59.39.2 (26 Feb 2003 23:37:27 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 26 Feb 2003 23:37:27 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14135

The port for the proxy is determined by system administrator for the
proxy server.  

Whether or not you can use FTP through a proxy server is determined
by the configuration of the Proxy Server.  FTP requires the ability
to connect to arbitrary ports on the server; Proxy servers usually
only allow connections to a fixed set of ports (80,443)



In article <b3ad4i$kl5$1@news-reader10.wanadoo.fr>,
Nike <nike@adidas.com> wrote:
: Hi all,
: 
: Can someone tell me if using an http-proxy with C-Kermit through "set tcp
: http-proxy..." is possible with a non-secure version ?
: 
: And, in the case of a secure one, what are the ports used on the proxy and
: on the remote server to connect by ftps ? What are the requirements for this
: to work ?
: 
: Thanks
: 
: 


 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From wesdog@hotmail.com Fri Feb 28 08:56:26 EST 2003
Article: 14136 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: wesdog@hotmail.com (Wes)
Newsgroups: comp.protocols.kermit.misc
Subject: FTP a unc file... file not found
Date: 27 Feb 2003 15:41:19 -0800
Organization: http://groups.google.com/
Lines: 35
Message-ID: <a70f50e.0302271541.8526367@posting.google.com>
NNTP-Posting-Host: 65.207.13.3
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1046389280 3735 127.0.0.1 (27 Feb 2003 23:41:20 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 27 Feb 2003 23:41:20 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14136

I am trying to FTP a number of files present in a share on a WIN 2K
box to a FTP server.  All of the files are located in the root of the
share (ex: \\server\share\myfile.txt).

I use "ftp put \m(unc)" to ftp up the file, where \m(unc) is the UNC
path to the file.

The error I get is: 

?File not found - "\\server\share\file.txt"
Command stack:
5. Macro : XIF
4. Macro : _xif
3. Macro : WHILE
3. Macro : _while
1. File  : c:/test/test.ksc
0. Prompt: (top level)


My issue is that Kermit is saying that the files are not found... yet
they are there.  To test this out, I created a subdirectory in the
share called test, copied all of the files to the subdir and changed
the input file to point to "\\server\share\test\file.txt".  Everything
worked great.  I checked the permissions on the share and on the
subdirectory, they are both the same.

Is there any reason why kermit wouldn't be able to put a document in
the root of a share?

How do I debug the FTP put command to find out what is going on?

How do I check to see if a file referenced via a unc path exists?

Thanks in advance.
Wes


From jaltman@watsun.cc.columbia.edu Fri Feb 28 08:56:34 EST 2003
Article: 14137 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: FTP a unc file... file not found
Date: 28 Feb 2003 00:30:46 GMT
Organization: Columbia University
Lines: 50
Message-ID: <b3majm$mns$1@newsmaster.cc.columbia.edu>
References: <a70f50e.0302271541.8526367@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046392246 23292 128.59.39.2 (28 Feb 2003 00:30:46 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 28 Feb 2003 00:30:46 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14137

Kermit is parsing the file name incorrectly.  For some reason the
parser is truncating \\\\server\\share\\file.txt and converting it
to \\file.txt.  This means that it is looking for the file on the
local disk.

I will try to fix this soon when I find some time.

In article <a70f50e.0302271541.8526367@posting.google.com>,
Wes <wesdog@hotmail.com> wrote:
: I am trying to FTP a number of files present in a share on a WIN 2K
: box to a FTP server.  All of the files are located in the root of the
: share (ex: \\server\share\myfile.txt).
: 
: I use "ftp put \m(unc)" to ftp up the file, where \m(unc) is the UNC
: path to the file.
: 
: The error I get is: 
: 
: ?File not found - "\\server\share\file.txt"
: Command stack:
: 5. Macro : XIF
: 4. Macro : _xif
: 3. Macro : WHILE
: 3. Macro : _while
: 1. File  : c:/test/test.ksc
: 0. Prompt: (top level)
: 
: 
: My issue is that Kermit is saying that the files are not found... yet
: they are there.  To test this out, I created a subdirectory in the
: share called test, copied all of the files to the subdir and changed
: the input file to point to "\\server\share\test\file.txt".  Everything
: worked great.  I checked the permissions on the share and on the
: subdirectory, they are both the same.
: 
: Is there any reason why kermit wouldn't be able to put a document in
: the root of a share?
: 
: How do I debug the FTP put command to find out what is going on?
: 
: How do I check to see if a file referenced via a unc path exists?
: 
: Thanks in advance.
: Wes


 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From jaltman@watsun.cc.columbia.edu Fri Feb 28 08:56:36 EST 2003
Article: 14138 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: FTP a unc file... file not found
Date: 28 Feb 2003 06:27:29 GMT
Organization: Columbia University
Lines: 20
Message-ID: <b3mvgh$8i5$1@newsmaster.cc.columbia.edu>
References: <a70f50e.0302271541.8526367@posting.google.com> <b3majm$mns$1@newsmaster.cc.columbia.edu>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046413649 8773 128.59.39.2 (28 Feb 2003 06:27:29 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 28 Feb 2003 06:27:29 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14138

In article <b3majm$mns$1@newsmaster.cc.columbia.edu>,
Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
: Kermit is parsing the file name incorrectly.  For some reason the
: parser is truncating \\\\server\\share\\file.txt and converting it
: to \\file.txt.  This means that it is looking for the file on the
: local disk.
: 
: I will try to fix this soon when I find some time.

It has been fixed for the next release.  In the meantime, you should
be able to use:

  ftp put //server/share/file.txt

in the meantime.

 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From fdc@columbia.edu Fri Feb 28 10:21:02 EST 2003
Article: 14139 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.unix.sco.misc,comp.protocols.kermit.misc
Subject: SCOANSI vs ANSI vs mapchan
Date: 28 Feb 2003 09:47:30 -0500
Organization: Columbia University
Lines: 48
Message-ID: <b3nsq2$5nd$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046443652 19633 128.59.39.139 (28 Feb 2003 14:47:32 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 28 Feb 2003 14:47:32 GMT
Xref: newsmaster.cc.columbia.edu comp.unix.sco.misc:154009 comp.protocols.kermit.misc:14139


Tech-support issue of the week...  Kermit 95:

  http://www.columbia.edu/kermit/k95.html

includes an SCO ANSI terminal emulator.  When making a Telnet, Rlogin, or
SSH connection to an SCO platform, K95 sends the terminal type name.

To get the desired emalution (SCO function keys, special escape sequences,
etc), the user must choose the K95 terminal type called SCOANSI, as opposed
to "regular" ANSI, which is the original "BBS ANSI" that is only a small
subset of SCOANSI.  However, most SCO operating systems do not understand
"SCOANSI" (this issue has been discussed here before, and I believe the
problem was fixed in newer SCO operating systems).

When the SCO OS does not understand "SCOANSI", our advice is to tell K95
to tell the server its type is "ANSI".  The K95 commands are:

  set terminal type scoansi      ; What I am
  set telnet terminal-type ansi  ; What I say I am

(the latter command applies to SSH and Rlogin too).

As far as I know, this has worked for years.  But suddenly we're getting
reports of fractured screens and failing file transfers from people who
do this, e.g. on Open Server 5.0.5.  Either something has changed on the
SCO end or people have been having problems all along but not reporting
them.  If I tell the user to tell the SCO OS to:

  mapchan -n

the problems go away.  Similarly, if the user omits the "set telnet
terminal-type ansi" command, the problems go away (but then they have
to set their terminal type manually at the SCO shell prompt).

My questions are these:

 1. Exactly which SCO operating systems understand the name "SCOANSI"?

 2. Does the SCO Telnet (Rlogin, SSH) server, when it is told by the
    client that terminal type is ANSI, activate mapchan?

 3. If the answer to (2) is yes, is "ANSI" the only terminal-type name
    that causes this to happen?

Thanks.

- Frank


From JDanSkinner@JDanSkinner.com Fri Feb 28 17:13:36 EST 2003
Article: 14140 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: JDanSkinner@JDanSkinner.com (Dan Skinner)
Newsgroups: comp.unix.sco.misc,comp.protocols.kermit.misc
Subject: Re: SCOANSI vs ANSI vs mapchan
Date: 28 Feb 2003 14:09:32 -0800
Organization: http://groups.google.com/
Lines: 85
Message-ID: <8ce22d01.0302281409.2aee328c@posting.google.com>
References: <b3nsq2$5nd$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 24.159.192.106
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1046470172 14733 127.0.0.1 (28 Feb 2003 22:09:32 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 28 Feb 2003 22:09:32 GMT
Xref: newsmaster.cc.columbia.edu comp.unix.sco.misc:154026 comp.protocols.kermit.misc:14140

fdc@columbia.edu (Frank da Cruz) wrote in message news:<b3nsq2$5nd$1@watsol.cc.columbia.edu>...
> Tech-support issue of the week...  Kermit 95:
> 
>   http://www.columbia.edu/kermit/k95.html
> 
> includes an SCO ANSI terminal emulator.  When making a Telnet, Rlogin, or
> SSH connection to an SCO platform, K95 sends the terminal type name.
> 
> To get the desired emalution (SCO function keys, special escape sequences,
> etc), the user must choose the K95 terminal type called SCOANSI, as opposed
> to "regular" ANSI, which is the original "BBS ANSI" that is only a small
> subset of SCOANSI.  However, most SCO operating systems do not understand
> "SCOANSI" (this issue has been discussed here before, and I believe the
> problem was fixed in newer SCO operating systems).
> 
> When the SCO OS does not understand "SCOANSI", our advice is to tell K95
> to tell the server its type is "ANSI".  The K95 commands are:
> 
>   set terminal type scoansi      ; What I am
>   set telnet terminal-type ansi  ; What I say I am
> 
> (the latter command applies to SSH and Rlogin too).
> 
> As far as I know, this has worked for years.  But suddenly we're getting
> reports of fractured screens and failing file transfers from people who
> do this, e.g. on Open Server 5.0.5.  Either something has changed on the
> SCO end or people have been having problems all along but not reporting
> them.  If I tell the user to tell the SCO OS to:
> 
>   mapchan -n
> 
> the problems go away.  Similarly, if the user omits the "set telnet
> terminal-type ansi" command, the problems go away (but then they have
> to set their terminal type manually at the SCO shell prompt).
> 
> My questions are these:
> 
>  1. Exactly which SCO operating systems understand the name "SCOANSI"?
> 
>  2. Does the SCO Telnet (Rlogin, SSH) server, when it is told by the
>     client that terminal type is ANSI, activate mapchan?
> 
>  3. If the answer to (2) is yes, is "ANSI" the only terminal-type name
>     that causes this to happen?
> 
> Thanks.
> 
> - Frank
Frank;
I don't have access to an SCO box later than 5.04 at the moment.  I do
however have some varied experience with mapchan.  Mapchan -n is
useful on the console to get the proper framing characters.  I've been
sticking it into .profile since  ole version 5.0.0 as a matter of
course. I've never had any problems with file transfers using Kermit
or ftp related to mapchan, nor have I had any problem other than bad
framing (line draw) characters on the console.

I just commented it out and logged in:

1.	from console,   screwed up farming characters.

	Believe it or not this is a mono-vga monitor TERM=ansi
	
2.	from w98 w/k95 as scoansi, telnet  no problem
3.	from w98 w/K95 as scoansi, ssh     no problem
4.	from w98 w/PuTTY as scoansi, ssh  no problem

In these cases the value of TERM is ansic because any value of TERM on
entry to my .profile containing ansi ends up ansic if not the console

5.	from Linux (text console) w/Kermit, telnet	 no problem
6.	from Linux (text console) w/Kermit, ssh		 no problem
7.	from Linux (tyext console) w/OpenSSH, ssh  	 no problem
8.	from Linux (tyext console) w/BSD, telnet  	 no problem

	The linux termcap is really a hacked version of ansic from
	the SCO 5.0.4

I ran off a copy of man mapchan to a text file.  I'll email it to the
Kermit support address at Columbia.

Sorry I can't provide any info on 5.0.5 or 5.0.6 but I thought this
might give you a baseline.

Regards…Dan.


From mike@vorkosigan.co.uk.nospam Sat Mar  1 14:22:18 EST 2003
Article: 14141 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!news.gtei.net!colt.net!diablo.theplanet.net!zen.net.uk!landlord!stones.POSTED!aral.vorkosigan.co.uk!mike
From: mike@aral.vorkosigan.co.uk (Michael Bernardi)
Newsgroups: comp.protocols.kermit.misc
Subject: MS-DOS Kermit
Message-ID: <20030301.1833.31585snz@aral.vorkosigan.co.uk>
Organization: Miles' Minions
Reply-To: "Michael Bernardi" <mike@vorkosigan.co.uk.nospam>
X-Newsreader: SNews 1.31+mods(jlw020504/386)
Lines: 14
Date: Sat, 01 Mar 2003 18:33:50 +0000 (GMT)
NNTP-Posting-Host: 212.159.74.117
X-Complaints-To: abuse@plus.net.uk
X-Trace: stones 1046543624 212.159.74.117 (Sat, 01 Mar 2003 18:33:44 GMT)
NNTP-Posting-Date: Sat, 01 Mar 2003 18:33:44 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14141

Given that many servers no longer support telnet and instead use ssh,
is there any chance that the MS-DOS version of kermit might be updated
to use this protocol as well? MS-Kermit is the best dos terminal
emulation program around and I'd like to use it to manage my linux
server. But for security considerations it doesn't (and will not be
modified) allow telnet access, so I can;t :-(

It seems a shame that the only platforms that seem to be developed now
are C-Kermit and Kermit for Windows32, and that other systems have be
let fallow.
Mike
-- 
Please reply to mike_at_dendarii.co.uk replacing the "_at_" with a "@"
Or remove the .nospam from the Reply-To: address.


From fdc@columbia.edu Sat Mar  1 14:24:01 EST 2003
Article: 14142 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: MS-DOS Kermit
Date: 1 Mar 2003 14:23:56 -0500
Organization: Columbia University
Lines: 27
Message-ID: <b3r1cc$noe$1@watsol.cc.columbia.edu>
References: <20030301.1833.31585snz@aral.vorkosigan.co.uk>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046546637 2503 128.59.39.139 (1 Mar 2003 19:23:57 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 1 Mar 2003 19:23:57 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14142

In article <20030301.1833.31585snz@aral.vorkosigan.co.uk>,
Michael Bernardi <mike@vorkosigan.co.uk.nospam> wrote:
> Given that many servers no longer support telnet and instead use ssh,
> is there any chance that the MS-DOS version of kermit might be updated
> to use this protocol as well?
>
MS-DOS Kermit probably will not be updated again, at all.

> MS-Kermit is the best dos terminal
> emulation program around and I'd like to use it to manage my linux
> server. But for security considerations it doesn't (and will not be
> modified) allow telnet access, so I can;t :-(
>
> It seems a shame that the only platforms that seem to be developed now
> are C-Kermit and Kermit for Windows32, and that other systems have be
> let fallow.
>
Even computer programmers have to eat.  Especially now when millions of
people have lost their jobs, we have to devote our time to projects that
generate revenue, or lose ours too.  If some generous foundation funded
us to work on old platforms, that would be different, but foundations
don't have money either -- believe me, we've asked.

The source is out in the open.  If you want to do the work yourself,
be my guest!  That's how it used to work in the old days.

- Frank


From jrd@cc.usu.edu Sat Mar  1 15:19:03 EST 2003
Article: 14143 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!newsfeed.fjserv.net!news.maxwell.syr.edu!xmission!news.cc.utah.edu!cc.usu.edu!jrd
From: jrd@cc.usu.edu (Joe Doupnik)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: MS-DOS Kermit
Message-ID: <smJqS8E+f8CK@cc.usu.edu>
Date: 1 Mar 03 12:32:02 MDT
References: <20030301.1833.31585snz@aral.vorkosigan.co.uk>
Organization: Utah State University
Lines: 35
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14143

In article <20030301.1833.31585snz@aral.vorkosigan.co.uk>, mike@aral.vorkosigan.co.uk (Michael Bernardi) writes:
> Given that many servers no longer support telnet and instead use ssh,
> is there any chance that the MS-DOS version of kermit might be updated
> to use this protocol as well? MS-Kermit is the best dos terminal
> emulation program around and I'd like to use it to manage my linux
> server. But for security considerations it doesn't (and will not be
> modified) allow telnet access, so I can;t :-(
> 
> It seems a shame that the only platforms that seem to be developed now
> are C-Kermit and Kermit for Windows32, and that other systems have be
> let fallow.
> Mike
-----------------
	There is a bit of ANSI terminal emulation on MSK. There is a lack
of information here as to just what ANSI or SCO ANSI <etc> actually contain
in detail. Also I don't have an SCO machine to be a local reference. A
formal reference is really required with terminal emulation development.
	As a matter of annoyance, the VIM editor commonly found on Linux
has horrible terminal emulation handling, and I have pushed it off a cliff
in favor of a passible edition of vi. 
	On SSH. That's a rather large can of wiggly things. MSK has no
crypto support, the laws on export have been difficult for everyone. And,
to be candid here, my readings of SSH source code a couple of years ago
caused me to shun the item completely on Unix systems. Maybe I overreacted
and need an education. In any case, memory space is at a premium with MSK
so whatever is done needs to be quite small and uncomplicated and to always
yield a usable connection even if the other side proves difficult.
	On my gear there is a sprinkling of SSL stuff for web work, no SSH,
no r* utilities, and no paranoia about wire snoops. Keeping certificates
straight is enough bother, and openssl isn't very nice about that.
	Guidance and views on the above items are certainly welcomed. I
don't mean to appear reactionary on these matters, but also I don't believe
95% of the claims folks advance for crypto features. Old simple XOR-ing
probably does as well to keep away casual packet snoopers.
	Joe D.


From jaltman2@nyc.rr.com Sun Mar  2 13:47:36 EST 2003
Article: 14144 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: MS-DOS Kermit
References: <20030301.1833.31585snz@aral.vorkosigan.co.uk> <smJqS8E+f8CK@cc.usu.edu>
In-Reply-To: <smJqS8E+f8CK@cc.usu.edu>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 53
Message-ID: <6no8a.49308$Mh3.17650633@twister.nyc.rr.com>
Date: Sun, 02 Mar 2003 14:16:34 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1046614594 66.108.138.151 (Sun, 02 Mar 2003 09:16:34 EST)
NNTP-Posting-Date: Sun, 02 Mar 2003 09:16:34 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14144

Joe Doupnik wrote:
> In article <20030301.1833.31585snz@aral.vorkosigan.co.uk>, mike@aral.vorkosigan.co.uk (Michael Bernardi) writes:
>
> 	There is a bit of ANSI terminal emulation on MSK. There is a lack
> of information here as to just what ANSI or SCO ANSI <etc> actually contain
> in detail. Also I don't have an SCO machine to be a local reference. A
> formal reference is really required with terminal emulation development.

The SCO Console implementation of ANSI is fairly well documented in the 
man pages of the SCO Unix distribution.

The same is true for the AT386 Console driver used for other commercial 
variants of x86 Unix.

The Linux console driver is a mess as it has been altered and extended 
with each and every kernel release.

If you have any questions about how these emulations should behave, just 
ask.

> 	On SSH. That's a rather large can of wiggly things. MSK has no
> crypto support, the laws on export have been difficult for everyone. And,
> to be candid here, my readings of SSH source code a couple of years ago
> caused me to shun the item completely on Unix systems. Maybe I overreacted
> and need an education. In any case, memory space is at a premium with MSK
> so whatever is done needs to be quite small and uncomplicated and to always
> yield a usable connection even if the other side proves difficult.

SSH has been implemented on the Palm.  You need to focus on implementing 
a very small number of crypto algorithms.  Most likely just 3DES since 
that is implemented in all distributions.  The SSH code that became the 
basis for OpenSSH is quite ugly.  However, the code does not represent 
the protocol.  See the Internet-Drafts that will finally become RFCs 
this month.

> 	On my gear there is a sprinkling of SSL stuff for web work, no SSH,
> no r* utilities, and no paranoia about wire snoops. Keeping certificates
> straight is enough bother, and openssl isn't very nice about that.

OpenSSL is not a certificate manager.  It is up to the application to 
perform the certificate management for the user.  Unfortunately, there 
is no standard certificate manager on Unix and I never finished my 
implementation for one on Windows.

> 	Guidance and views on the above items are certainly welcomed. I
> don't mean to appear reactionary on these matters, but also I don't believe
> 95% of the claims folks advance for crypto features. Old simple XOR-ing
> probably does as well to keep away casual packet snoopers.

If only that were true.

> 	Joe D.



From hitt@panix.com Sun Mar  2 13:51:46 EST 2003
Article: 14145 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!panix2.panix.com!not-for-mail
From: hitt@panix.com (Dan Hitt)
Newsgroups: comp.protocols.kermit.misc
Subject: kermit on *86 openstep 4.2 problem no such device
Date: 2 Mar 2003 12:48:58 -0500
Organization: PANIX -- Public Access Networks Corp.
Lines: 26
Message-ID: <b3tg6a$qrv$1@panix2.panix.com>
NNTP-Posting-Host: panix2.panix.com
X-Trace: reader2.panix.com 1046627338 11337 166.84.1.2 (2 Mar 2003 17:48:58 GMT)
X-Complaints-To: abuse@panix.com
NNTP-Posting-Date: Sun, 2 Mar 2003 17:48:58 +0000 (UTC)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14145

I'm trying to use kermit 8.0.206 for openstep 4.2 on a fairly new *86
box (circa year 2000).  It compiles smoothly, but when i try to
use it, i get a `No such device' error.

My exact command is
   wermit -l /dev/cua -m hayes
and the exact error text is
   /private/dev/cua: No such device
   can't open device
with error status 1.

This command (with a different device, of course) works fine on my
ancient 1992 GNU/Linux (redhat 5.2, i386) machine using the same modem,
telephone line, version of kermit, etc.

I'm not sure how to debug the problem (i suppose i could try to
tip out to check the device, but i'm just as clueless about tipping
out as i am with using kermit, so i don't know if that would be
a step in the right direction).

Thanks in advance for any advice.

dan

PS: Thanks to everybody who works on kermit, it's been good for
a very long time, and version 8 is another step forward.


From fdc@columbia.edu Sun Mar  2 13:51:51 EST 2003
Article: 14146 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: kermit on *86 openstep 4.2 problem no such device
Date: 2 Mar 2003 13:51:43 -0500
Organization: Columbia University
Lines: 33
Message-ID: <b3tjrv$q46$1@watsol.cc.columbia.edu>
References: <b3tg6a$qrv$1@panix2.panix.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046631104 3742 128.59.39.139 (2 Mar 2003 18:51:44 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 2 Mar 2003 18:51:44 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14146

In article <b3tg6a$qrv$1@panix2.panix.com>, Dan Hitt <hitt@panix.com> wrote:
: I'm trying to use kermit 8.0.206 for openstep 4.2 on a fairly new *86
: box (circa year 2000).  It compiles smoothly, but when i try to
: use it, i get a `No such device' error.
: 
: My exact command is
:    wermit -l /dev/cua -m hayes
: and the exact error text is
:    /private/dev/cua: No such device
:    can't open device
: with error status 1.
: 
What does:

  ls -l /dev/cua

tell you?  Every Unix has a different naming scheme for serial ports; it
even changes from one release to the next (as in Linux).  Look in /dev
for names that start with "cu", "tt", etc, and try them until you get one
that corresponds to your port.  You'll probably need to do this as root,
since most devices are not world read-writable.

Once you figure out which device it is, read:

  http://www.columbia.edu/kermit/ckuins.html#x10

and:

  http://www.columbia.edu/kermit/ckuins.html#x11

(Sections 10 and 11 of the C-Kermit for Unix installation instructions.)

- Frank


From hitt@panix.com Sun Mar  2 15:35:43 EST 2003
Article: 14147 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!panix2.panix.com!not-for-mail
From: hitt@panix.com (Dan Hitt)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: kermit on *86 openstep 4.2 problem no such device
Date: 2 Mar 2003 15:13:48 -0500
Organization: PANIX -- Public Access Networks Corp.
Lines: 73
Message-ID: <b3tols$sf5$1@panix2.panix.com>
References: <b3tg6a$qrv$1@panix2.panix.com> <b3tjrv$q46$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: panix2.panix.com
X-Trace: reader2.panix.com 1046636028 13989 166.84.1.2 (2 Mar 2003 20:13:48 GMT)
X-Complaints-To: abuse@panix.com
NNTP-Posting-Date: Sun, 2 Mar 2003 20:13:48 +0000 (UTC)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14147

Hi Frank,

Thanks for your very speedy response, which i've quoted in its
entirety below, because i don't know what i could cut without losing
context.  Thanks for the references, which i've just read.

I thought about the permission issues, so i changed the permissions
for all the devices i tried:
   > ls -l /dev/cua /dev/cub /dev/ttya /dev/ttyb
   crw-rw-rw-  1 uucp      11,192 Apr 17  1997 /dev/cua
   crw-rw-rw-  1 uucp      11,193 Apr 17  1997 /dev/cub
   crw-rw-rw-  1 root      11,  0 Apr 17  1997 /dev/ttya
   crw-rw-rw-  1 root      11,  1 Apr 17  1997 /dev/ttyb

Now, in order to follow your suggestion of figuring out which device
it is, i wrote a little c program which opens devices if possible and
prints out the error code and message when it's not possible.  It
typically gives either error 13 (`Permission denied') or error 19 (`No
such device') [or else it opens successfully].

For /dev/cua, /dev/cub, /dev/ttya, /dev/ttyb it gives error 19
(`No such device'), and i imagine that's also what kermit is facing.

So i suppose that somehow i need to make there be such a device,
but i have no clues how.  In the /dev directory, the command
    ./MAKEDEV cua
returns uneventfully (status 0), but /dev/cua still cannot
be opened (error 19, `No such device').

So, i'm all ears for any advice on how to find the right device,
or fix up a new one.

Thanks again for your response.

dan



In article <b3tjrv$q46$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
>In article <b3tg6a$qrv$1@panix2.panix.com>, Dan Hitt <hitt@panix.com> wrote:
>: I'm trying to use kermit 8.0.206 for openstep 4.2 on a fairly new *86
>: box (circa year 2000).  It compiles smoothly, but when i try to
>: use it, i get a `No such device' error.
>: 
>: My exact command is
>:    wermit -l /dev/cua -m hayes
>: and the exact error text is
>:    /private/dev/cua: No such device
>:    can't open device
>: with error status 1.
>: 
>What does:
>
>  ls -l /dev/cua
>
>tell you?  Every Unix has a different naming scheme for serial ports; it
>even changes from one release to the next (as in Linux).  Look in /dev
>for names that start with "cu", "tt", etc, and try them until you get one
>that corresponds to your port.  You'll probably need to do this as root,
>since most devices are not world read-writable.
>
>Once you figure out which device it is, read:
>
>  http://www.columbia.edu/kermit/ckuins.html#x10
>
>and:
>
>  http://www.columbia.edu/kermit/ckuins.html#x11
>
>(Sections 10 and 11 of the C-Kermit for Unix installation instructions.)
>
>- Frank


From hitt@panix.com Sun Mar  2 15:52:27 EST 2003
Article: 14147 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!panix2.panix.com!not-for-mail
From: hitt@panix.com (Dan Hitt)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: kermit on *86 openstep 4.2 problem no such device
Date: 2 Mar 2003 15:13:48 -0500
Organization: PANIX -- Public Access Networks Corp.
Lines: 73
Message-ID: <b3tols$sf5$1@panix2.panix.com>
References: <b3tg6a$qrv$1@panix2.panix.com> <b3tjrv$q46$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: panix2.panix.com
X-Trace: reader2.panix.com 1046636028 13989 166.84.1.2 (2 Mar 2003 20:13:48 GMT)
X-Complaints-To: abuse@panix.com
NNTP-Posting-Date: Sun, 2 Mar 2003 20:13:48 +0000 (UTC)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14147

Hi Frank,

Thanks for your very speedy response, which i've quoted in its
entirety below, because i don't know what i could cut without losing
context.  Thanks for the references, which i've just read.

I thought about the permission issues, so i changed the permissions
for all the devices i tried:
   > ls -l /dev/cua /dev/cub /dev/ttya /dev/ttyb
   crw-rw-rw-  1 uucp      11,192 Apr 17  1997 /dev/cua
   crw-rw-rw-  1 uucp      11,193 Apr 17  1997 /dev/cub
   crw-rw-rw-  1 root      11,  0 Apr 17  1997 /dev/ttya
   crw-rw-rw-  1 root      11,  1 Apr 17  1997 /dev/ttyb

Now, in order to follow your suggestion of figuring out which device
it is, i wrote a little c program which opens devices if possible and
prints out the error code and message when it's not possible.  It
typically gives either error 13 (`Permission denied') or error 19 (`No
such device') [or else it opens successfully].

For /dev/cua, /dev/cub, /dev/ttya, /dev/ttyb it gives error 19
(`No such device'), and i imagine that's also what kermit is facing.

So i suppose that somehow i need to make there be such a device,
but i have no clues how.  In the /dev directory, the command
    ./MAKEDEV cua
returns uneventfully (status 0), but /dev/cua still cannot
be opened (error 19, `No such device').

So, i'm all ears for any advice on how to find the right device,
or fix up a new one.

Thanks again for your response.

dan



In article <b3tjrv$q46$1@watsol.cc.columbia.edu>,
Frank da Cruz <fdc@columbia.edu> wrote:
>In article <b3tg6a$qrv$1@panix2.panix.com>, Dan Hitt <hitt@panix.com> wrote:
>: I'm trying to use kermit 8.0.206 for openstep 4.2 on a fairly new *86
>: box (circa year 2000).  It compiles smoothly, but when i try to
>: use it, i get a `No such device' error.
>: 
>: My exact command is
>:    wermit -l /dev/cua -m hayes
>: and the exact error text is
>:    /private/dev/cua: No such device
>:    can't open device
>: with error status 1.
>: 
>What does:
>
>  ls -l /dev/cua
>
>tell you?  Every Unix has a different naming scheme for serial ports; it
>even changes from one release to the next (as in Linux).  Look in /dev
>for names that start with "cu", "tt", etc, and try them until you get one
>that corresponds to your port.  You'll probably need to do this as root,
>since most devices are not world read-writable.
>
>Once you figure out which device it is, read:
>
>  http://www.columbia.edu/kermit/ckuins.html#x10
>
>and:
>
>  http://www.columbia.edu/kermit/ckuins.html#x11
>
>(Sections 10 and 11 of the C-Kermit for Unix installation instructions.)
>
>- Frank


From fdc@columbia.edu Sun Mar  2 15:52:30 EST 2003
Article: 14148 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc,comp.sys.next.misc
Subject: Re: kermit on *86 openstep 4.2 problem no such device
Date: 2 Mar 2003 15:51:17 -0500
Organization: Columbia University
Lines: 45
Message-ID: <b3tqs5$259$1@watsol.cc.columbia.edu>
References: <b3tg6a$qrv$1@panix2.panix.com> <b3tjrv$q46$1@watsol.cc.columbia.edu> <b3tols$sf5$1@panix2.panix.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046638278 8827 128.59.39.139 (2 Mar 2003 20:51:18 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 2 Mar 2003 20:51:18 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14148 comp.sys.next.misc:56770

In article <b3tols$sf5$1@panix2.panix.com>, Dan Hitt <hitt@panix.com> wrote:
: Thanks for your very speedy response, which i've quoted in its
: entirety below, because i don't know what i could cut without losing
: context.  Thanks for the references, which i've just read.
: 
: I thought about the permission issues, so i changed the permissions
: for all the devices i tried:
:    > ls -l /dev/cua /dev/cub /dev/ttya /dev/ttyb
:    crw-rw-rw-  1 uucp      11,192 Apr 17  1997 /dev/cua
:    crw-rw-rw-  1 uucp      11,193 Apr 17  1997 /dev/cub
:    crw-rw-rw-  1 root      11,  0 Apr 17  1997 /dev/ttya
:    crw-rw-rw-  1 root      11,  1 Apr 17  1997 /dev/ttyb
: 
: Now, in order to follow your suggestion of figuring out which device
: it is, i wrote a little c program which opens devices if possible and
: prints out the error code and message when it's not possible.  It
: typically gives either error 13 (`Permission denied') or error 19 (`No
: such device') [or else it opens successfully].
: 
: For /dev/cua, /dev/cub, /dev/ttya, /dev/ttyb it gives error 19
: (`No such device'), and i imagine that's also what kermit is facing.
: 
: So i suppose that somehow i need to make there be such a device,
: but i have no clues how.  In the /dev directory, the command
:     ./MAKEDEV cua
: returns uneventfully (status 0), but /dev/cua still cannot
: be opened (error 19, `No such device').
: 
I'll stand aside for somebody who might still remember something about
OpenSTEP.  I've never actually had any direct contact with it, but it
should be a lot like NeXTSTEP:

  http://www.columbia.edu/kermit/ckubwr.html#x3.4

I had a NeXT on my desk for some years and never had any trouble with
locating and identifying the cua or cub device so I don't have a clue.
You're probably on the right track with makedev, but I wouldn't presume
to offer advice about that!  Also, since it's an x86, of course you also
have the pleasure of dealing with the IRQs, device address, interrupt
conflicts, etc.  I have no idea how that is done in OpenSTEP.

Just for fun I'm adding comp.sys.next.misc to this thread in case
there's anybody still there.

- Frank


From dkaufman@rahul.net Sun Mar  2 18:34:20 EST 2003
Article: 14149 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news.linkpendium.com!news-xfer.cox.net!gail.ripco.com!wasp.rahul.net!blue.rahul.net!not-for-mail
From: Doug Kaufman <dkaufman@rahul.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: MS-DOS Kermit
Date: Sun, 2 Mar 2003 23:29:18 +0000 (UTC)
Organization: a2i network
Lines: 29
Message-ID: <b3u44e$uf4$1@blue.rahul.net>
References: <20030301.1833.31585snz@aral.vorkosigan.co.uk> <b3r1cc$noe$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: mauve.rahul.net
X-Trace: blue.rahul.net 1046647758 31204 66.237.72.25 (2 Mar 2003 23:29:18 GMT)
X-Complaints-To: support@rahul.net
NNTP-Posting-Date: Sun, 2 Mar 2003 23:29:18 +0000 (UTC)
User-Agent: nn/6.6.4
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14149

fdc@columbia.edu (Frank da Cruz) writes:

>In article <20030301.1833.31585snz@aral.vorkosigan.co.uk>,
>Michael Bernardi <mike@vorkosigan.co.uk.nospam> wrote:
>> Given that many servers no longer support telnet and instead use ssh,
>> is there any chance that the MS-DOS version of kermit might be updated
>> to use this protocol as well?
>>
>MS-DOS Kermit probably will not be updated again, at all.
>...
>The source is out in the open.  If you want to do the work yourself,
>be my guest!  That's how it used to work in the old days.

I would certainly be interested in seeing the source. The latest
source I have found is on netlab and is dated 1997. The beta10
of MSKERMIT is from April 2001. Is the source of the latest beta
available publically?

OpenSSL has been ported to DOS and the latest 0.9.7a compiles under
DJGPP out of the box, but is dependent on the WATT-32 networking
library. SSHDOS is also available for DOS (does not use OpenSSL)
(sshdos.sourceforge.net). Perhaps one of these can be used as a
starting point for anyone who wants to add a secure layer to MSKERMIT.
I am not sure how much licensing conflicts will add to technical
problems involved.
                           Doug
-- 
Doug Kaufman
Internet: dkaufman@rahul.net


From jrd@cc.usu.edu Sun Mar  2 21:03:26 EST 2003
Article: 14150 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!xmission!news.cc.utah.edu!cc.usu.edu!jrd
From: jrd@cc.usu.edu (Joe Doupnik)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: MS-DOS Kermit
Message-ID: <ApvEWzTJJazl@cc.usu.edu>
Date: 2 Mar 03 18:48:24 MDT
References: <20030301.1833.31585snz@aral.vorkosigan.co.uk> <b3u44e$uf4$1@blue.rahul.net>
Organization: Utah State University
Lines: 48
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14150

In article <b3u44e$uf4$1@blue.rahul.net>, Doug Kaufman <dkaufman@rahul.net> writes:
> fdc@columbia.edu (Frank da Cruz) writes:
> 
>>In article <20030301.1833.31585snz@aral.vorkosigan.co.uk>,
>>Michael Bernardi <mike@vorkosigan.co.uk.nospam> wrote:
>>> Given that many servers no longer support telnet and instead use ssh,
>>> is there any chance that the MS-DOS version of kermit might be updated
>>> to use this protocol as well?
>>>
>>MS-DOS Kermit probably will not be updated again, at all.
>>...
>>The source is out in the open.  If you want to do the work yourself,
>>be my guest!  That's how it used to work in the old days.
> 
> I would certainly be interested in seeing the source. The latest
> source I have found is on netlab and is dated 1997. The beta10
> of MSKERMIT is from April 2001. Is the source of the latest beta
> available publically?
---------

	The latest source is for MSK v3.16 beta, found on netlab1.usu.edu.
If using anonymous ftp then cd pub/kermit. If using a web browser then
please select Complete File Archives, then Kermit. That will be the 1977
material. A slightly changed later edition is avaiable upon request; it
is flying on the Space Station. Nothing significant has changed though
so reference the 1977 material.

---------
 
> OpenSSL has been ported to DOS and the latest 0.9.7a compiles under
> DJGPP out of the box, but is dependent on the WATT-32 networking
> library. SSHDOS is also available for DOS (does not use OpenSSL)
> (sshdos.sourceforge.net). Perhaps one of these can be used as a
> starting point for anyone who wants to add a secure layer to MSKERMIT.
> I am not sure how much licensing conflicts will add to technical
> problems involved.
>                            Doug
> -- 
> Doug Kaufman
> Internet: dkaufman@rahul.net
------
	I just visited Sourceforge and snagged the sshdos source archive
for a look-see. It's not the kind of thing which fits well with MSK. MSK
has no external libraries, no vendor libraries, no wattcp, and so on, and
it is for 16-bit real mode only. That also means all supporting material
is within MSK in open source form. Adding SSH would be quite a bit of work.
	Licensing is definitely an issue. No GPL, no vendor licenses.
	Joe D.


From fdc@columbia.edu Sun Mar  2 21:23:41 EST 2003
Article: 14151 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Announcing C-Kermit 8.0.208 Release Candidate 1
Date: 2 Mar 2003 21:22:28 -0500
Organization: Columbia University
Lines: 23
Message-ID: <b3ue94$glr$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046658149 23676 128.59.39.139 (3 Mar 2003 02:22:29 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 3 Mar 2003 02:22:29 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14151


C-Kermit 8.0.208 is a very minor -- mostly bug fix -- update.
The changes are listed here:

  http://www.columbia.edu/kermit/ckdaily.html

I've built 80-some binaries already; you can find them here:

  ftp://kermit.columbia.edu/kermit/test/bin/ckermit/

If you can contribute others, please follow the instructions here:

  http://www.columbia.edu/kermit/cksendbin.html

(except since it hasn't been released yet, the source files are
accessed from the first URL above).

Let me know if there are any glitches building or using this
new version.

Thanks!

- Frank


From dkaufman@rahul.net Mon Mar  3 10:04:11 EST 2003
Article: 14152 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!out.nntp.be!propagator2-SanJose!in.nntp.be!gail.ripco.com!wasp.rahul.net!blue.rahul.net!not-for-mail
From: Doug Kaufman <dkaufman@rahul.net>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: MS-DOS Kermit
Date: Mon, 3 Mar 2003 06:44:04 +0000 (UTC)
Organization: a2i network
Lines: 32
Message-ID: <b3utjk$6gj$1@blue.rahul.net>
References: <20030301.1833.31585snz@aral.vorkosigan.co.uk> <b3u44e$uf4$1@blue.rahul.net> <ApvEWzTJJazl@cc.usu.edu>
NNTP-Posting-Host: mauve.rahul.net
X-Trace: blue.rahul.net 1046673844 6675 66.237.72.25 (3 Mar 2003 06:44:04 GMT)
X-Complaints-To: support@rahul.net
NNTP-Posting-Date: Mon, 3 Mar 2003 06:44:04 +0000 (UTC)
User-Agent: nn/6.6.4
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14152

jrd@cc.usu.edu (Joe Doupnik) writes:

>In article <b3u44e$uf4$1@blue.rahul.net>, Doug Kaufman <dkaufman@rahul.net> writes:
> 
>> OpenSSL has been ported to DOS and the latest 0.9.7a compiles under
>> DJGPP out of the box, but is dependent on the WATT-32 networking
>> library. SSHDOS is also available for DOS (does not use OpenSSL)
>> (sshdos.sourceforge.net). Perhaps one of these can be used as a
>> starting point for anyone who wants to add a secure layer to MSKERMIT.
>> I am not sure how much licensing conflicts will add to technical
>> problems involved.
>------
>	I just visited Sourceforge and snagged the sshdos source archive
>for a look-see. It's not the kind of thing which fits well with MSK. MSK
>has no external libraries, no vendor libraries, no wattcp, and so on, and
>it is for 16-bit real mode only. That also means all supporting material
>is within MSK in open source form. Adding SSH would be quite a bit of work.
>	Licensing is definitely an issue. No GPL, no vendor licenses.

I understand that this wouldn't be easy. I don't think I have the
skills to do it myself. I believe that the TCP module in MSKERMIT and
the WATT-32 libraries come from the same origin, but have diverged
substantially over the years, with both originating from work by
Erick Engelke. I doubt that SSH could be added in a 16-bit realmode
program. The memory restrictions shouldn't be a problem if MSKERMIT
were converted to a 32-bit protected mode program. Perhaps someone with
the necessary skills, time, and inclination will tackle the project.
MSKERMIT is still the best available telnet client for DOS.
                           Doug
-- 
Doug Kaufman
Internet: dkaufman@rahul.net


From jrd@cc.usu.edu Mon Mar  3 11:33:21 EST 2003
Article: 14153 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!xmission!news.cc.utah.edu!cc.usu.edu!jrd
From: jrd@cc.usu.edu (Joe Doupnik)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: MS-DOS Kermit
Message-ID: <jDVkY2L9V8dP@cc.usu.edu>
Date: 3 Mar 03 09:27:26 MDT
References: <20030301.1833.31585snz@aral.vorkosigan.co.uk> <b3utjk$6gj$1@blue.rahul.net>
Organization: Utah State University
Lines: 46
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14153

In article <b3utjk$6gj$1@blue.rahul.net>, Doug Kaufman <dkaufman@rahul.net> writes:
> jrd@cc.usu.edu (Joe Doupnik) writes:
> 
>>In article <b3u44e$uf4$1@blue.rahul.net>, Doug Kaufman <dkaufman@rahul.net> writes:
>> 
>>> OpenSSL has been ported to DOS and the latest 0.9.7a compiles under
>>> DJGPP out of the box, but is dependent on the WATT-32 networking
>>> library. SSHDOS is also available for DOS (does not use OpenSSL)
>>> (sshdos.sourceforge.net). Perhaps one of these can be used as a
>>> starting point for anyone who wants to add a secure layer to MSKERMIT.
>>> I am not sure how much licensing conflicts will add to technical
>>> problems involved.
>>------
>>	I just visited Sourceforge and snagged the sshdos source archive
>>for a look-see. It's not the kind of thing which fits well with MSK. MSK
>>has no external libraries, no vendor libraries, no wattcp, and so on, and
>>it is for 16-bit real mode only. That also means all supporting material
>>is within MSK in open source form. Adding SSH would be quite a bit of work.
>>	Licensing is definitely an issue. No GPL, no vendor licenses.
> 
> I understand that this wouldn't be easy. I don't think I have the
> skills to do it myself. I believe that the TCP module in MSKERMIT and
> the WATT-32 libraries come from the same origin, but have diverged
> substantially over the years, with both originating from work by
> Erick Engelke. I doubt that SSH could be added in a 16-bit realmode

	That's correct. The divergence is very large, too large to assume
one is like the other today. Also, the TCP code in MSK isn't in the form
of a library.

> program. The memory restrictions shouldn't be a problem if MSKERMIT
> were converted to a 32-bit protected mode program. Perhaps someone with

	That's a rather massive change, I'm afraid. The environment is
no longer DOS and very few folks want to mess with DOS extenders needed
to deal with this. MSK already deals with expanded and extended memory
when available but it does not put code up there. If someone wants to give
it a try, go ahead. 
	Joe D.

> the necessary skills, time, and inclination will tackle the project.
> MSKERMIT is still the best available telnet client for DOS.
>                            Doug
> -- 
> Doug Kaufman
> Internet: dkaufman@rahul.net


From curtis.steward@goodrich.com Tue Mar  4 15:16:32 EST 2003
Article: 14154 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: curtis.steward@goodrich.com (Curtis Steward)
Newsgroups: comp.protocols.kermit.misc
Subject: TLS HowTo Telnet/FTP
Date: 4 Mar 2003 12:13:17 -0800
Organization: http://groups.google.com/
Lines: 11
Message-ID: <f53f8c5c.0303041213.45f6bbe7@posting.google.com>
NNTP-Posting-Host: 207.180.255.121
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1046808797 1919 127.0.0.1 (4 Mar 2003 20:13:17 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 4 Mar 2003 20:13:17 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14154

Anyone have a HowTo or step-by-step for TLS Authentication on both
the client and server side (FTP or Telnet) using IKSD?  

The http://www.columbia.edu/kermit/security80.html URL just doesn't
cut it.  The Cert Mapping is another story, I'll take anything at this
point, but I'd prefer the entire certificate mapped which I understand
I should be able to do via ~/.tlslogin.

TIA,

cs


From fdc@columbia.edu Tue Mar  4 15:28:31 EST 2003
Article: 14155 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: TLS HowTo Telnet/FTP
Date: 4 Mar 2003 15:28:26 -0500
Organization: Columbia University
Lines: 24
Message-ID: <b4329a$300$1@watsol.cc.columbia.edu>
References: <f53f8c5c.0303041213.45f6bbe7@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046809707 1265 128.59.39.139 (4 Mar 2003 20:28:27 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 4 Mar 2003 20:28:27 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14155

In article <f53f8c5c.0303041213.45f6bbe7@posting.google.com>,
Curtis Steward <curtis.steward@goodrich.com> wrote:
: Anyone have a HowTo or step-by-step for TLS Authentication on both
: the client and server side (FTP or Telnet) using IKSD?  
: 
You might find this link helpful:

  http://www.columbia.edu/kermit/ibm_ie.html

It covers FTP only, but it's more step-by-step than the Kermit Security
Reference:

  http://www.columbia.edu/kermit/security80.html

which "just doesn't cut it."  I agree the latter is not easy going, but
all the information should be in there.

Step-by-step instructions are generally good for only a single very
specific connection.  Anybody who wants to contribute step-by-step
instructions for given scenarios is more than welcome.

If you have specific questions, feel free to ask them.

- Frank


From fdc@columbia.edu Wed Mar  5 09:09:36 EST 2003
Article: 14156 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Character set tables
Date: 4 Mar 2003 18:01:37 -0500
Organization: Columbia University
Lines: 18
Message-ID: <b43b8h$bf0$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046818898 8917 128.59.39.139 (4 Mar 2003 23:01:38 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 4 Mar 2003 23:01:38 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14156


As a tech-support and learning aid, I put up some character-set
tables on the Kermit website:

  http://www.columbia.edu/kermit/csettables.html

These are just Web versions of the tables that have always been on
the ftp site:

  ftp://kermit.columbia.edu/kermit/charsets/

Most people have an easier time with Web links that FTP these days.

Use these tables for debugging Kermit terminal connections and
text-mode file transfer when character-set conversion is involved.
I'll add more tables as needed.

- Frank


From jaltman2@nyc.rr.com Wed Mar  5 09:09:56 EST 2003
Article: 14157 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: TLS HowTo Telnet/FTP
References: <f53f8c5c.0303041213.45f6bbe7@posting.google.com>
In-Reply-To: <f53f8c5c.0303041213.45f6bbe7@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 38
Message-ID: <%_f9a.69872$ma2.18421108@twister.nyc.rr.com>
Date: Wed, 05 Mar 2003 05:33:47 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1046842427 66.108.138.151 (Wed, 05 Mar 2003 00:33:47 EST)
NNTP-Posting-Date: Wed, 05 Mar 2003 00:33:47 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14157

IKSD does not support FTP protocol.  IKSD support Telnet protocol.

 From security.html:

When Kermit is acting as an Internet Kermit Service daemon (IKSD), 
client certificates can be used for automatic login. If a 
certificate-to-userid mapping function is provided, the IKSD logs the 
user in automatically if the certificate is verified and the specified 
userid exists. Kermit also supports the use of a ".tlslogin" file that 
allows a certificate to be used to login automatically to an account 
without a certificate-to-userid mapping function. When Kermit receives a 
username via the Telnet New-Environment variable after it has received 
and verified a client certificate, it looks in the home directory 
corresponding to the username for a file called ".tlslogin". If the file 
contains the certificate presented by the client, the client is logged 
in as the requested user without a password. See Appendix III for 
information on certificate to user mapping.

You simply copy the client's certificate into the .tlslogin file.  The 
certificate must be verified which means that you must have signed the 
certificate by a certificate authority and the certificate authority 
certificate must be installed for use by OpenSSL.



Curtis Steward wrote:
> Anyone have a HowTo or step-by-step for TLS Authentication on both
> the client and server side (FTP or Telnet) using IKSD?  
> 
> The http://www.columbia.edu/kermit/security80.html URL just doesn't
> cut it.  The Cert Mapping is another story, I'll take anything at this
> point, but I'd prefer the entire certificate mapped which I understand
> I should be able to do via ~/.tlslogin.
> 
> TIA,
> 
> cs



From fdc@columbia.edu Wed Mar  5 09:40:10 EST 2003
Article: 14158 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.unix.aix,comp.protocols.kermit.misc
Subject: C-Kermit 8.0: AIX Binaries Needed
Date: 5 Mar 2003 09:38:01 -0500
Organization: Columbia University
Lines: 30
Message-ID: <b45249$jbv$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046875083 7169 128.59.39.139 (5 Mar 2003 14:38:03 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 5 Mar 2003 14:38:03 GMT
Xref: newsmaster.cc.columbia.edu comp.unix.aix:247414 comp.protocols.kermit.misc:14158


C-Kermit 8.0.208 is in "release candidature":

  http://www.columbia.edu/kermit/ckdaily.html

The changes are listed in the linked-to Web page, mostly bug fixes
in the scriptable FTP client:

  http://www.columbia.edu/kermit/ftpclient.html

So far I have only one AIX binary (for 4.3.3).  If you can make
others, please send them in (as described on the ckdaily web page).
Especially needed are 3.2.x, 4.1.x, 4.2.x, and 5-point-anything.

It would also be nice to keep the oldies up to date: the various
RT PC OS's, AIX 2.x on the PS/2, AIX/370, etc.

Also it would be great if anybody who has IBM AIXLink/X.25 *and*
developer tools could build an X.25 version.

Thanks!

- Frank <fdc@columbia.edu>

P.S. Whenever I post one of these messages on this newsgroup, it
always kicks off a long discussion on why you don't need a different
binary for each AIX release.  Maybe not, but the point is to
demonstrate by the existence of a binary that a particular Kermit
release CAN be built on each version of each OS on each hardware
platform.


From ruvena@tera.engr.mun.ca Wed Mar  5 13:13:18 EST 2003
Article: 14159 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!skynet.be!skynet.be!newsfeed.news2me.com!snoopy.risq.qc.ca!News.Dal.Ca!coranto.ucs.mun.ca!tera.engr.mun.ca!ruvena
From: Ruvena Kiash <ruvena@tera.engr.mun.ca>
Newsgroups: comp.protocols.kermit.misc
Subject: How do you instantiate a script on a remote PC?
Date: Wed, 5 Mar 2003 13:45:07 -0330
Organization: Memorial University of Newfoundland
Lines: 20
Message-ID: <Pine.OSF.4.21.0303051339030.599-100000@tera.engr.mun.ca>
NNTP-Posting-Host: tera.engr.mun.ca
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Trace: coranto.ucs.mun.ca 1046884510 28316 134.153.24.83 (5 Mar 2003 17:15:10 GMT)
X-Complaints-To: usenet@coranto.ucs.mun.ca
NNTP-Posting-Date: Wed, 5 Mar 2003 17:15:10 +0000 (UTC)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14159

Hi!


I would like to have a c-kermit script that can dial into a QNX PC and
start a QNX shell script that I have written to do a cleanup on the
remote PC.


Right now I am using the command: 
remote host {nameOfRemoteScript}

and it doesn't work...i.e. throws errors.

Can someone please help!

Thanks so much,
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~* 
Ruvena K.
~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*



From fdc@columbia.edu Wed Mar  5 13:13:21 EST 2003
Article: 14160 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: How do you instantiate a script on a remote PC?
Date: 5 Mar 2003 13:12:54 -0500
Organization: Columbia University
Lines: 21
Message-ID: <b45en6$boa$1@watsol.cc.columbia.edu>
References: <Pine.OSF.4.21.0303051339030.599-100000@tera.engr.mun.ca>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1046887976 17726 128.59.39.139 (5 Mar 2003 18:12:56 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 5 Mar 2003 18:12:56 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14160

In article <Pine.OSF.4.21.0303051339030.599-100000@tera.engr.mun.ca>,
Ruvena Kiash  <ruvena@tera.engr.mun.ca> wrote:
: I would like to have a c-kermit script that can dial into a QNX PC and
: start a QNX shell script that I have written to do a cleanup on the
: remote PC.
: 
: Right now I am using the command: 
: remote host {nameOfRemoteScript}
: 
: and it doesn't work...i.e. throws errors.
: 
What software program are you giving this command to?

Does your script work when you log in normally and run it?  If not, then
it won't work this either.

Does it expect any input from the keyboard?  (REMOTE HOST should be used
to run only programs that print their results on stdout or to a file, and
are not interactive).

- Frank


From curtis.steward@goodrich.com Thu Mar  6 09:23:06 EST 2003
Article: 14161 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.freenet.de!newsfeed.r-kom.de!newsfeed.stueberl.de!cox.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: curtis.steward@goodrich.com (Curtis Steward)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: TLS HowTo Telnet/FTP
Date: 5 Mar 2003 10:52:16 -0800
Organization: http://groups.google.com/
Lines: 153
Message-ID: <f53f8c5c.0303051052.327e975c@posting.google.com>
References: <f53f8c5c.0303041213.45f6bbe7@posting.google.com> <b4329a$300$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: 207.180.255.121
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1046890337 26042 127.0.0.1 (5 Mar 2003 18:52:17 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 5 Mar 2003 18:52:17 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14161

fdc@columbia.edu (Frank da Cruz) wrote in message news:<b4329a$300$1@watsol.cc.columbia.edu>...
> In article <f53f8c5c.0303041213.45f6bbe7@posting.google.com>,
> Curtis Steward <curtis.steward@goodrich.com> wrote:
> : Anyone have a HowTo or step-by-step for TLS Authentication on both
> : the client and server side (FTP or Telnet) using IKSD?  
> : 
> You might find this link helpful:
> 
>   http://www.columbia.edu/kermit/ibm_ie.html
> 
> It covers FTP only, but it's more step-by-step than the Kermit Security
> Reference:
> 
>   http://www.columbia.edu/kermit/security80.html
> 
> which "just doesn't cut it."  I agree the latter is not easy going, but
> all the information should be in there.
> 
> Step-by-step instructions are generally good for only a single very
> specific connection.  Anybody who wants to contribute step-by-step
> instructions for given scenarios is more than welcome.
> 
> If you have specific questions, feel free to ask them.
> 
> - Frank

Frank,

My main question at the time would be what instructions would be
necessary in the iksd.conf file to make TLS for telnet available (see
below) after successfully entering the passphrase?

For what it's worth, here's my HowTo draft, though it doesn't work :) 
The scenario here is as basic to the "loopback test" for a connection
that I can make it in hopes that it can be used to address varying
scenario's.  I'd suggest a case study on your site for others, if I
get this working I'll contrib a copy.  Key/Cert detail and generation
could be provided as well  and I'm using .tlslogin to avoid changing
code and not depend on a single field.  There's a lot of interest in
the Open Source world for x509 host to host Communication, and I
believe Kermit offers up one of the best possibilities.

Regards,

cs

STEP-BY-STEP

download <tarball>
mkdir kermit
cd kermit
tar –xvzf ../<tarball>
make redhat80	
cp –p wermit /usr/local/bin/kermit
cp –p wermit /usr/sbin/iksd
mkdir ~/.tlslogin

Place certs/keys, don't have password on servers' host cert.

chown –R <user>:<user group> ~<user>/.tlslogin
cp –p $WS_NAME.crt ~<user>/.tlslogin
ls /usr/local/ca/cacert.crt

/etc/init.d/xinetd.d stop
/etc/init.d/xinetd.d start

netstat –an | grep 1649
tcp	0	0	0.0.0.0:1649	0.0.0.0:*	LISTEN


kermit
	show features
	…
	Major optional features included:
		Secure Sockets Layer (SSL)
		Transport Layer Security (TLS)
		…
	set host www.amazon.com https /ssl
	iks /user:anonymous /pass:user@host kermit.columbia.edu
	
	iks <host>

/ETC/XINETD.D/KERMIT

# default: on
#        server_args     = -A --syslog:6 --database:off
service kermit
{
	socket_type	= stream        
	wait		= no
	user		= root
	server		= /usr/sbin/iksd
        server_args     = -A 
	disable		= no
}

/ETC/IKSD.CONF

log debug /root/iksd.debug.\v(pid).log

set auth tls rsa-cert-file /root/.tlslogin/c.crt
set auth tls rsa-key-file /root/.tlslogin/c.unp
set auth tls verify-dir /usr/local/ca
set auth tls verify-file /usr/local/ca/cacert.pem

KERMIT CLIENT STARTUP

#!/usr/local/bin/kermit +
set auth tls rsa-cert-file w.crt          		;personal cert pem
set auth tls rsa-key-file work_priv.pem          ;personal key pem
set auth tls verify-dir /usr/local/ca        	;CA directory
set auth tls verify-file /usr/local/ca/cacert.pem  ;CA cert pem w/hash
set auth tls verify peer-cert
set login userid <user>
set telopt start-tls required
set auth tls verbose on
set auth tls debug on
set telnet debug on

TLS TELNET RESULTS

SSL_handshake:SSLOK  SSL negotiation finished successfully
TLS client finished: 27 7C CD CA 0B 7E 7E F8 FB C9 6E 66
TLS server finished: 3E EC EF 93 1F 2D 8D 09 07 2B 7B A2
[TLS - OK]
[TLS - EDH-RSA-DES-CBC3-SHA    SSLv3 Kx=DH       Au=RSA  Enc=3DES(168)
Mac=SHA1
Compression: run length compression
[TLS - subject=/C=US/ST=…detail…]
[TLS - issuer=/C=US/O=…detail…]
TELNET SENT WILL AUTHENTICATION
TELNET SENT WILL NAWS
TELNET SENT WILL TERMINAL-TYPE
TELNET SENT WILL NEW-ENVIRONMENT
TELNET SENT WILL COM-PORT-CONTROL
<wait for outstanding negotiations>
TELNET RCVD DO AUTHENTICATION
TELNET RCVD DO NAWS
TELNET RCVD WILL SUPPRESS-GO-AHEAD
TELNET SENT DO SUPPRESS-GO-AHEAD
TELNET RCVD DO SUPPRESS-GO-AHEAD
TELNET SENT WILL SUPPRESS-GO-AHEAD
TELNET RCVD WILL ECHO
TELNET SENT DO ECHO
TELNET RCVD DO NEW-ENVIRONMENT
TELNET RCVD SB AUTHENTICATION SEND  IAC SE
TELNET SENT SB AUTHENTICATION IS NULL NULL IAC SE
Authentication failed: No authentication method available
TELNET SENT WONT AUTHENTICATION
TELNET RCVD DONT TERMINAL-TYPE
TELNET RCVD SB NEW-ENVIRONMENT SEND  IAC SE
TELNET RCVD DONT COM-PORT-CONTROL
<no outstanding negotiations>


From jaltman2@nyc.rr.com Thu Mar  6 09:23:16 EST 2003
Article: 14163 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed1.cidera.com!news.webusenet.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E66D40A.1050402@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: TLS HowTo Telnet/FTP
References: <f53f8c5c.0303041213.45f6bbe7@posting.google.com> <b4329a$300$1@watsol.cc.columbia.edu> <f53f8c5c.0303051052.327e975c@posting.google.com>
In-Reply-To: <f53f8c5c.0303051052.327e975c@posting.google.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
Lines: 138
Date: Thu, 06 Mar 2003 04:49:43 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1046926183 66.108.138.151 (Wed, 05 Mar 2003 23:49:43 EST)
NNTP-Posting-Date: Wed, 05 Mar 2003 23:49:43 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14163

Curtis Steward wrote:
>  
> Frank,
> 
> My main question at the time would be what instructions would be
> necessary in the iksd.conf file to make TLS for telnet available (see
> below) after successfully entering the passphrase?
> 
> For what it's worth, here's my HowTo draft, though it doesn't work :) 
> The scenario here is as basic to the "loopback test" for a connection
> that I can make it in hopes that it can be used to address varying
> scenario's.  I'd suggest a case study on your site for others, if I
> get this working I'll contrib a copy.  Key/Cert detail and generation
> could be provided as well  and I'm using .tlslogin to avoid changing
> code and not depend on a single field.  There's a lot of interest in
> the Open Source world for x509 host to host Communication, and I
> believe Kermit offers up one of the best possibilities.
> 
> Regards,
> 
> cs
> 
> STEP-BY-STEP
> 
> download <tarball>
> mkdir kermit
> cd kermit
> tar –xvzf ../<tarball>
> make redhat80	
> cp –p wermit /usr/local/bin/kermit
> cp –p wermit /usr/sbin/iksd
> mkdir ~/.tlslogin
> 
> Place certs/keys, don't have password on servers' host cert.
> 
> chown –R <user>:<user group> ~<user>/.tlslogin
> cp –p $WS_NAME.crt ~<user>/.tlslogin
> ls /usr/local/ca/cacert.crt
> 
> /etc/init.d/xinetd.d stop
> /etc/init.d/xinetd.d start
> 
> netstat –an | grep 1649
> tcp	0	0	0.0.0.0:1649	0.0.0.0:*	LISTEN
> 
> 
> kermit
> 	show features
> 	…
> 	Major optional features included:
> 		Secure Sockets Layer (SSL)
> 		Transport Layer Security (TLS)
> 		…
> 	set host www.amazon.com https /ssl
> 	iks /user:anonymous /pass:user@host kermit.columbia.edu
> 	
> 	iks <host>
> 
> /ETC/XINETD.D/KERMIT
> 
> # default: on
> #        server_args     = -A --syslog:6 --database:off
> service kermit
> {
> 	socket_type	= stream        
> 	wait		= no
> 	user		= root
> 	server		= /usr/sbin/iksd
>         server_args     = -A 
> 	disable		= no
> }
> 
> /ETC/IKSD.CONF
> 
> log debug /root/iksd.debug.\v(pid).log
> 
> set auth tls rsa-cert-file /root/.tlslogin/c.crt
> set auth tls rsa-key-file /root/.tlslogin/c.unp
> set auth tls verify-dir /usr/local/ca
> set auth tls verify-file /usr/local/ca/cacert.pem
SET TELOPT /SERVER START-TLS REQUIRED
SET TELOPT /SERVER AUTH REFUSED
SET TELOPT /SERVER ENCRYPT REFUSED REFUSED
SET TELOPT /SERVER NEW-ENVIRONMENT REQUIRED
SET AUTH TLS CIPHER-LIST <list based upon the type of certificates RSA 
or DSS that you are using>
SET AUTH TLS VERIFY PEER-CERT


> KERMIT CLIENT STARTUP
> 
> #!/usr/local/bin/kermit +
> set auth tls rsa-cert-file w.crt          		;personal cert pem
> set auth tls rsa-key-file work_priv.pem          ;personal key pem
> set auth tls verify-dir /usr/local/ca        	;CA directory
> set auth tls verify-file /usr/local/ca/cacert.pem  ;CA cert pem w/hash
> set auth tls verify peer-cert
> set login userid <user>
> set telopt start-tls required
> set auth tls verbose on
> set auth tls debug on
> set telnet debug on
> 
> TLS TELNET RESULTS
> 
> SSL_handshake:SSLOK  SSL negotiation finished successfully
> TLS client finished: 27 7C CD CA 0B 7E 7E F8 FB C9 6E 66
> TLS server finished: 3E EC EF 93 1F 2D 8D 09 07 2B 7B A2
> [TLS - OK]
> [TLS - EDH-RSA-DES-CBC3-SHA    SSLv3 Kx=DH       Au=RSA  Enc=3DES(168)
> Mac=SHA1
> Compression: run length compression
> [TLS - subject=/C=US/ST=…detail…]
> [TLS - issuer=/C=US/O=…detail…]
> TELNET SENT WILL AUTHENTICATION
> TELNET SENT WILL NAWS
> TELNET SENT WILL TERMINAL-TYPE
> TELNET SENT WILL NEW-ENVIRONMENT
> TELNET SENT WILL COM-PORT-CONTROL
> <wait for outstanding negotiations>
> TELNET RCVD DO AUTHENTICATION
> TELNET RCVD DO NAWS
> TELNET RCVD WILL SUPPRESS-GO-AHEAD
> TELNET SENT DO SUPPRESS-GO-AHEAD
> TELNET RCVD DO SUPPRESS-GO-AHEAD
> TELNET SENT WILL SUPPRESS-GO-AHEAD
> TELNET RCVD WILL ECHO
> TELNET SENT DO ECHO
> TELNET RCVD DO NEW-ENVIRONMENT
> TELNET RCVD SB AUTHENTICATION SEND  IAC SE
> TELNET SENT SB AUTHENTICATION IS NULL NULL IAC SE
> Authentication failed: No authentication method available
> TELNET SENT WONT AUTHENTICATION
> TELNET RCVD DONT TERMINAL-TYPE
> TELNET RCVD SB NEW-ENVIRONMENT SEND  IAC SE
> TELNET RCVD DONT COM-PORT-CONTROL
> <no outstanding negotiations>



From lau511@hotmail.com Thu Mar  6 09:23:19 EST 2003
Article: 14162 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.vmunix.org!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!sjc70.webusenet.com!news.webusenet.com!sn-xit-02!sn-xit-03!sn-xit-01!sn-xit-09!supernews.com!postnews1.google.com!not-for-mail
From: lau511@hotmail.com (lau)
Newsgroups: comp.protocols.kermit.misc
Subject: kermit protocol
Date: 5 Mar 2003 15:17:52 -0800
Organization: http://groups.google.com/
Lines: 1
Message-ID: <9605cbcc.0303051517.4904ba6a@posting.google.com>
NNTP-Posting-Host: 203.213.8.8
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1046906272 14527 127.0.0.1 (5 Mar 2003 23:17:52 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 5 Mar 2003 23:17:52 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14162

what is the similarity and different about FTP and kermit?


From jaltman2@nyc.rr.com Thu Mar  6 09:23:22 EST 2003
Article: 14164 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed1.cidera.com!news.webusenet.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E66D44D.4060805@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: kermit protocol
References: <9605cbcc.0303051517.4904ba6a@posting.google.com>
In-Reply-To: <9605cbcc.0303051517.4904ba6a@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 6
Date: Thu, 06 Mar 2003 04:50:50 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1046926250 66.108.138.151 (Wed, 05 Mar 2003 23:50:50 EST)
NNTP-Posting-Date: Wed, 05 Mar 2003 23:50:50 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14164

lau wrote:
> what is the similarity and different about FTP and kermit?


Read ftp://ftp.isi.edu/in-notes/rfc2839.txt



From curtis.steward@goodrich.com Thu Mar  6 13:11:25 EST 2003
Article: 14166 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: curtis.steward@goodrich.com (Curtis Steward)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: TLS HowTo Telnet/FTP
Date: 6 Mar 2003 09:26:16 -0800
Organization: http://groups.google.com/
Lines: 274
Message-ID: <f53f8c5c.0303060740.514c6150@posting.google.com>
References: <f53f8c5c.0303041213.45f6bbe7@posting.google.com> <b4329a$300$1@watsol.cc.columbia.edu> <f53f8c5c.0303051052.327e975c@posting.google.com> <3E66D40A.1050402@nyc.rr.com>
NNTP-Posting-Host: 207.180.255.121
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1046971576 26207 127.0.0.1 (6 Mar 2003 17:26:16 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 6 Mar 2003 17:26:16 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14166

Error & Howto:

Enter certificate passphrase:
[TLS - handshake starting]
SSL_handshake:UNKWN  before/connect initialization
SSL_connect:UNKWN  before/connect initialization
SSL_connect:3WCH_A SSLv3 write client hello A
SSL_write_alert
SSL_connect:error in 3RSH_A SSLv3 read server hello A
[TLS - SSL_connect error: error:1408F10B:SSL
routines:SSL3_GET_RECORD:wrong version number
[TLS - FAILED]

HOWTO

This HowTo is nonfunctional at the time of this writing.  It attempts
to create a basic ?loopback test? via an OpenSSL certificate.

Localhost is client & server:	Redhat 8.0
Kermit Client:			Kermit 8.0.208
Kermit Server:			Kermit 8.0.208 (IKSD)
Certificates:			RSA based, length 2048 (openssl genrsa)
Status:	

Server configuration appears at fault with client tests to amazon for
TLS appearing ok as suggested by:

http://www.columbia.edu/kermit/case21.html

Current testing yields a wrong SSL version to the IKSD, suspect
incorrect cipher-list.  (?ALL:+RSA?).  It?s understood that TLS
authentication rather than SSL should be pursued for certificate based
communication with Kermit.

TLS STEP-BY-STEP

download <tarball>
mkdir kermit
cd kermit
tar ?xvzf ../<tarball>
make redhat80	
cp ?p wermit /usr/local/bin/kermit
cp ?p wermit /usr/sbin/iksd
mkdir ~/.tlslogin

Place certs/keys, don't have password on servers' host cert.

chown ?R <user>:<user group~<user>/.tlslogin
cp ?p $WS_NAME.crt ~<user>/.tlslogin
ls /usr/local/ca/cacert.crt

/etc/init.d/xinetd.d stop
/etc/init.d/xinetd.d start

netstat ?an | grep 1649
tcp	0	0	0.0.0.0:1649	0.0.0.0:*	LISTEN


kermit
	show features
	?
	Major optional features included:
		Secure Sockets Layer (SSL)
		Transport Layer Security (TLS)
		?
	iks /user:anonymous /pass:user@host kermit.columbia.edu		#basic test	
	set host www.amazon.com https /ssl			#should get [TLS-OK]
		
	set host /connect <host> 1649 /tls-telnet

/ETC/XINETD.D/KERMIT

# default: on
#        server_args     = -A --syslog:6 --database:off
service kermit
{
	socket_type	= stream        
	wait		= no
	user		= root
	server		= /usr/sbin/iksd
        	server_args     = -A 
	disable		= no
}

/ETC/IKSD.CONF

;log debug /root/iksd.debug.\v(pid).log

set auth tls rsa-cert-file /root/.tlslogin/c.crt
set auth tls rsa-key-file /root/.tlslogin/c.unp
set auth tls verify-dir /usr/local/ca
set auth tls verify-file /usr/local/ca/cacert.pem

set telopt /server start-tls required
set telopt /server auth refused
set telopt /server encrypt refused refused
set telopt /server new-environment required
set auth tls cipher-list ALL:+RSA
set auth tls verify peer-cert

KERMIT CLIENT STARTUP

#!/usr/local/bin/kermit +
set auth tls rsa-cert-file w.crt           			;personal cert pem
set auth tls rsa-key-file work_priv.pem            	;personal key pem
set auth tls verify-dir /usr/local/ca              		;CA directory
set auth tls verify-file /usr/local/ca/cacert.pem 	 ;CA cert pem
w/hash?
set auth tls verify peer-cert
set login userid stewarcm
set telopt start-tls required

set auth tls verbose on
set auth tls debug on
set telnet debug on

TLS TELNET RESULTS

C-Kermit>set host /connect <host> 1649 /tls-telnet
 DNS Lookup...  Trying 149.223.210.203... (OK)
SSL_DEBUG_FLAG on
SSL/TLS init done!
Loading RSA certificate into SSL
Enter certificate passphrase:
[TLS - handshake starting]
SSL_handshake:UNKWN  before/connect initialization
SSL_connect:UNKWN  before/connect initialization
SSL_connect:3WCH_A SSLv3 write client hello A
SSL_write_alert
SSL_connect:error in 3RSH_A SSLv3 read server hello A
[TLS - SSL_connect error: error:1408F10B:SSL
routines:SSL3_GET_RECORD:wrong version number
[TLS - FAILED]
TELNET SENT DO LOGOUT
Can't open connection to <host>:1649

"Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message news:<3E66D40A.1050402@nyc.rr.com>...
> Curtis Steward wrote:
> >  
> > Frank,
> > 
> > My main question at the time would be what instructions would be
> > necessary in the iksd.conf file to make TLS for telnet available (see
> > below) after successfully entering the passphrase?
> > 
> > For what it's worth, here's my HowTo draft, though it doesn't work :) 
> > The scenario here is as basic to the "loopback test" for a connection
> > that I can make it in hopes that it can be used to address varying
> > scenario's.  I'd suggest a case study on your site for others, if I
> > get this working I'll contrib a copy.  Key/Cert detail and generation
> > could be provided as well  and I'm using .tlslogin to avoid changing
> > code and not depend on a single field.  There's a lot of interest in
> > the Open Source world for x509 host to host Communication, and I
> > believe Kermit offers up one of the best possibilities.
> > 
> > Regards,
> > 
> > cs
> > 
> > STEP-BY-STEP
> > 
> > download <tarball>
> > mkdir kermit
> > cd kermit
> > tar ?xvzf ../<tarball>
> > make redhat80	
> > cp ?p wermit /usr/local/bin/kermit
> > cp ?p wermit /usr/sbin/iksd
> > mkdir ~/.tlslogin
> > 
> > Place certs/keys, don't have password on servers' host cert.
> > 
> > chown ?R <user>:<user group> ~<user>/.tlslogin
> > cp ?p $WS_NAME.crt ~<user>/.tlslogin
> > ls /usr/local/ca/cacert.crt
> > 
> > /etc/init.d/xinetd.d stop
> > /etc/init.d/xinetd.d start
> > 
> > netstat ?an | grep 1649
> > tcp	0	0	0.0.0.0:1649	0.0.0.0:*	LISTEN
> > 
> > 
> > kermit
> > 	show features
> > 	?
> > 	Major optional features included:
> > 		Secure Sockets Layer (SSL)
> > 		Transport Layer Security (TLS)
> > 		?
> > 	set host www.amazon.com https /ssl
> > 	iks /user:anonymous /pass:user@host kermit.columbia.edu
> > 	
> > 	iks <host>
> > 
> > /ETC/XINETD.D/KERMIT
> > 
> > # default: on
> > #        server_args     = -A --syslog:6 --database:off
> > service kermit
> > {
> > 	socket_type	= stream        
> > 	wait		= no
> > 	user		= root
> > 	server		= /usr/sbin/iksd
> >         server_args     = -A 
> > 	disable		= no
> > }
> > 
> > /ETC/IKSD.CONF
> > 
> > log debug /root/iksd.debug.\v(pid).log
> > 
> > set auth tls rsa-cert-file /root/.tlslogin/c.crt
> > set auth tls rsa-key-file /root/.tlslogin/c.unp
> > set auth tls verify-dir /usr/local/ca
> > set auth tls verify-file /usr/local/ca/cacert.pem
> SET TELOPT /SERVER START-TLS REQUIRED
> SET TELOPT /SERVER AUTH REFUSED
> SET TELOPT /SERVER ENCRYPT REFUSED REFUSED
> SET TELOPT /SERVER NEW-ENVIRONMENT REQUIRED
> SET AUTH TLS CIPHER-LIST <list based upon the type of certificates RSA 
> or DSS that you are using>
> SET AUTH TLS VERIFY PEER-CERT
> 
> 
> > KERMIT CLIENT STARTUP
> > 
> > #!/usr/local/bin/kermit +
> > set auth tls rsa-cert-file w.crt          		;personal cert pem
> > set auth tls rsa-key-file work_priv.pem          ;personal key pem
> > set auth tls verify-dir /usr/local/ca        	;CA directory
> > set auth tls verify-file /usr/local/ca/cacert.pem  ;CA cert pem w/hash
> > set auth tls verify peer-cert
> > set login userid <user>
> > set telopt start-tls required
> > set auth tls verbose on
> > set auth tls debug on
> > set telnet debug on
> > 
> > TLS TELNET RESULTS
> > 
> > SSL_handshake:SSLOK  SSL negotiation finished successfully
> > TLS client finished: 27 7C CD CA 0B 7E 7E F8 FB C9 6E 66
> > TLS server finished: 3E EC EF 93 1F 2D 8D 09 07 2B 7B A2
> > [TLS - OK]
> > [TLS - EDH-RSA-DES-CBC3-SHA    SSLv3 Kx=DH       Au=RSA  Enc=3DES(168)
> > Mac=SHA1
> > Compression: run length compression
> > [TLS - subject=/C=US/ST=?detail?]
> > [TLS - issuer=/C=US/O=?detail?]
> > TELNET SENT WILL AUTHENTICATION
> > TELNET SENT WILL NAWS
> > TELNET SENT WILL TERMINAL-TYPE
> > TELNET SENT WILL NEW-ENVIRONMENT
> > TELNET SENT WILL COM-PORT-CONTROL
> > <wait for outstanding negotiations>
> > TELNET RCVD DO AUTHENTICATION
> > TELNET RCVD DO NAWS
> > TELNET RCVD WILL SUPPRESS-GO-AHEAD
> > TELNET SENT DO SUPPRESS-GO-AHEAD
> > TELNET RCVD DO SUPPRESS-GO-AHEAD
> > TELNET SENT WILL SUPPRESS-GO-AHEAD
> > TELNET RCVD WILL ECHO
> > TELNET SENT DO ECHO
> > TELNET RCVD DO NEW-ENVIRONMENT
> > TELNET RCVD SB AUTHENTICATION SEND  IAC SE
> > TELNET SENT SB AUTHENTICATION IS NULL NULL IAC SE
> > Authentication failed: No authentication method available
> > TELNET SENT WONT AUTHENTICATION
> > TELNET RCVD DONT TERMINAL-TYPE
> > TELNET RCVD SB NEW-ENVIRONMENT SEND  IAC SE
> > TELNET RCVD DONT COM-PORT-CONTROL
> > <no outstanding negotiations>


From jaltman2@nyc.rr.com Fri Mar  7 09:37:11 EST 2003
Article: 14167 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!wn13feed!worldnet.att.net!24.30.200.11!news-east.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E67E435.1010706@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: TLS HowTo Telnet/FTP
References: <f53f8c5c.0303041213.45f6bbe7@posting.google.com> <b4329a$300$1@watsol.cc.columbia.edu> <f53f8c5c.0303051052.327e975c@posting.google.com> <3E66D40A.1050402@nyc.rr.com> <f53f8c5c.0303060740.514c6150@posting.google.com>
In-Reply-To: <f53f8c5c.0303060740.514c6150@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 29
Date: Fri, 07 Mar 2003 00:09:22 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1046995762 66.108.138.151 (Thu, 06 Mar 2003 19:09:22 EST)
NNTP-Posting-Date: Thu, 06 Mar 2003 19:09:22 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14167

The proper command is

   IKS <host>

or

   SET HOST /CONNECT <host> kermit

You are not negotiating a TLS-TELNET connection.

> C-Kermit>set host /connect <host> 1649 /tls-telnet
>  DNS Lookup...  Trying 149.223.210.203... (OK)
> SSL_DEBUG_FLAG on
> SSL/TLS init done!
> Loading RSA certificate into SSL
> Enter certificate passphrase:
> [TLS - handshake starting]
> SSL_handshake:UNKWN  before/connect initialization
> SSL_connect:UNKWN  before/connect initialization
> SSL_connect:3WCH_A SSLv3 write client hello A
> SSL_write_alert
> SSL_connect:error in 3RSH_A SSLv3 read server hello A
> [TLS - SSL_connect error: error:1408F10B:SSL
> routines:SSL3_GET_RECORD:wrong version number
> [TLS - FAILED]
> TELNET SENT DO LOGOUT
> Can't open connection to <host>:1649
> 



From curtis.steward@goodrich.com Mon Mar 10 14:06:49 EST 2003
Article: 14168 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: curtis.steward@goodrich.com (Curtis Steward)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: TLS HowTo Telnet/FTP
Date: 10 Mar 2003 10:38:24 -0800
Organization: http://groups.google.com/
Lines: 143
Message-ID: <f53f8c5c.0303101038.198c3d24@posting.google.com>
References: <f53f8c5c.0303041213.45f6bbe7@posting.google.com> <b4329a$300$1@watsol.cc.columbia.edu> <f53f8c5c.0303051052.327e975c@posting.google.com> <3E66D40A.1050402@nyc.rr.com> <f53f8c5c.0303060740.514c6150@posting.google.com> <3E67E435.1010706@nyc.rr.com>
NNTP-Posting-Host: 207.180.255.121
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1047321504 7507 127.0.0.1 (10 Mar 2003 18:38:24 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 10 Mar 2003 18:38:24 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14168

"Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message news:<3E67E435.1010706@nyc.rr.com>...
> The proper command is
> 
>    IKS <host>
> 
> or
> 
>    SET HOST /CONNECT <host> kermit
> 
> You are not negotiating a TLS-TELNET connection.

Frank/Jeff,

That did it, got confused on the start-tls of iksd.conf vs.
tls-telnet!  Thanks a lot, works well.

Is the doc meaning the "PUSH" compile-time option won't enable shell
access, is there any other alternative?

5.4. Shell Access
…
This is true even if the executable was built without the NOPUSH
compile-time option.

I know "Ctrl-\! Works for the client shell, but the server side would
be nice.

Thanks again for all the help.

cs






HOWTO

This HowTo is nonfunctional at the time of this writing.  It attempts
to create a basic "loopback test" via an OpenSSL certificate.

Localhost is client & server:	Redhat 8.0
Kermit Client:			Kermit 8.0.208
Kermit Server:			Kermit 8.0.208 (IKSD)
Certificates:			RSA based, length 2048 (openssl genrsa)

TLS STEP-BY-STEP

download <tarball>
mkdir kermit
cd kermit
tar –xvzf ../<tarball>
make redhat80	
cp –p wermit /usr/local/bin/kermit
cp –p wermit /usr/sbin/iksd

Place certs/keys, don't have password on servers' host cert.

chown –R <user>:<user group~<user>/.tlslogin
cp –p $WS_NAME.crt ~<user>/.tlslogin
ls /usr/local/ca/cacert.crt

/etc/init.d/xinetd.d stop
/etc/init.d/xinetd.d start

netstat –an | grep 1649
tcp	0	0	0.0.0.0:1649	0.0.0.0:*	LISTEN


kermit
	show features
	…
	Major optional features included:
		Secure Sockets Layer (SSL)
		Transport Layer Security (TLS)
		…
	iks /user:anonymous /pass:user@host kermit.columbia.edu		#basic test	
	set host www.amazon.com https /ssl			#should get [TLS-OK]
		
	set host /connect <host> 1649 

/ETC/XINETD.D/KERMIT

# default: on
#        server_args     = -A --syslog:6 --database:off
service kermit
{
	socket_type	= stream        
	wait		= no
	user		= root
	server		= /usr/sbin/iksd
        	server_args     = -A 
	disable		= no
}

/ETC/IKSD.CONF

;log debug /root/iksd.debug.\v(pid).log

set auth tls rsa-cert-file /root/.tlslogin/c.crt
set auth tls rsa-key-file /root/.tlslogin/c.unp
set auth tls verify-dir /usr/local/ca
set auth tls verify-file /usr/local/ca/cacert.pem

set telopt /server start-tls required
set telopt /server auth refused
set telopt /server encrypt refused refused
set telopt /server new-environment required
set auth tls cipher-list ALL:+RSA
set auth tls verify peer-cert

KERMIT CLIENT STARTUP

#!/usr/local/bin/kermit +
set auth tls rsa-cert-file w.crt           			;personal cert pem
set auth tls rsa-key-file work_priv.pem            	;personal key pem
set auth tls verify-dir /usr/local/ca              		;CA directory
set auth tls verify-file /usr/local/ca/cacert.pem 	 ;CA cert pem
w/hash?
set auth tls verify peer-cert
set login userid <userid>
set telopt start-tls required


> 
> > C-Kermit>set host /connect <host> 1649 /tls-telnet
> >  DNS Lookup...  Trying 149.223.210.203... (OK)
> > SSL_DEBUG_FLAG on
> > SSL/TLS init done!
> > Loading RSA certificate into SSL
> > Enter certificate passphrase:
> > [TLS - handshake starting]
> > SSL_handshake:UNKWN  before/connect initialization
> > SSL_connect:UNKWN  before/connect initialization
> > SSL_connect:3WCH_A SSLv3 write client hello A
> > SSL_write_alert
> > SSL_connect:error in 3RSH_A SSLv3 read server hello A
> > [TLS - SSL_connect error: error:1408F10B:SSL
> > routines:SSL3_GET_RECORD:wrong version number
> > [TLS - FAILED]
> > TELNET SENT DO LOGOUT
> > Can't open connection to <host>:1649
> >


From fdc@columbia.edu Mon Mar 10 14:16:52 EST 2003
Article: 14169 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: TLS HowTo Telnet/FTP
Date: 10 Mar 2003 14:16:47 -0500
Organization: Columbia University
Lines: 25
Message-ID: <b4ioav$a92$1@watsol.cc.columbia.edu>
References: <f53f8c5c.0303041213.45f6bbe7@posting.google.com> <f53f8c5c.0303060740.514c6150@posting.google.com> <3E67E435.1010706@nyc.rr.com> <f53f8c5c.0303101038.198c3d24@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1047323808 2932 128.59.39.139 (10 Mar 2003 19:16:48 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 10 Mar 2003 19:16:48 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14169

In article <f53f8c5c.0303101038.198c3d24@posting.google.com>,
Curtis Steward <curtis.steward@goodrich.com> wrote:
: ...
: That did it, got confused on the start-tls of iksd.conf vs.
: tls-telnet!  Thanks a lot, works well.
: 
: Is the doc meaning the "PUSH" compile-time option won't enable shell
: access, is there any other alternative?
: 
Currently there is no way to access shell or system commands in IKSD.
This is for both security and procedural reasons.  IKSD goes out of its
way to protect its computer and file system; if you allowed shell and
external command access, there would be no point in protecting anything.

Procedurally, assuming you don't care about protecting things, what happens
if the user starts a program that doesn't use standard i/o?  The program
hangs waiting for input on some device user can't see, and IKSD hangs waiting
for the program to terminate.  Clearly this problem is more severe in
Windows (where NO programs use standard i/o) than Unix, but Unix is getting
more like Windows every day.

Anyway, if you want to submit a cleaned up, commented, working example as
a case study and/or to the scripts library, we'd like to have it!

- Frank


From flyingboz@hotmail.com Wed Mar 12 10:38:29 EST 2003
Article: 14171 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: flyingboz@hotmail.com (boz)
Newsgroups: comp.unix.bsd.freebsd.misc,comp.protocols.kermit.misc
Subject: sample freebsd ckermit w/ security makefile
Date: 12 Mar 2003 07:29:00 -0800
Organization: http://groups.google.com/
Lines: 11
Message-ID: <805c1bb5.0303120729.719980ee@posting.google.com>
NNTP-Posting-Host: 24.199.148.222
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1047482940 725 127.0.0.1 (12 Mar 2003 15:29:00 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 12 Mar 2003 15:29:00 GMT
Xref: newsmaster.cc.columbia.edu comp.unix.bsd.freebsd.misc:232404 comp.protocols.kermit.misc:14171

Anyone have any sample makefiles for ssl/tls security to be added to
ckermit 8.0?  I'm running freebsd 5.0, and can compile the default
makefile for 8.0.208

On a (somewhat related topic) I have uploaded the binary for .208
freebsd 5.0 to kermit.columbia.edu -- don't know when they'll post it
live on the website

Trying not to have to reinvent the wheel.

TIA,


From fdc@columbia.edu Wed Mar 12 10:38:32 EST 2003
Article: 14172 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.unix.bsd.freebsd.misc,comp.protocols.kermit.misc
Subject: Re: sample freebsd ckermit w/ security makefile
Date: 12 Mar 2003 10:38:26 -0500
Organization: Columbia University
Lines: 35
Message-ID: <b4nk9i$9i$1@watsol.cc.columbia.edu>
References: <805c1bb5.0303120729.719980ee@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1047483507 15791 128.59.39.139 (12 Mar 2003 15:38:27 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 12 Mar 2003 15:38:27 GMT
Xref: newsmaster.cc.columbia.edu comp.unix.bsd.freebsd.misc:232406 comp.protocols.kermit.misc:14172

In article <805c1bb5.0303120729.719980ee@posting.google.com>,
boz <flyingboz@hotmail.com> wrote:
: Anyone have any sample makefiles for ssl/tls security to be added to
: ckermit 8.0?  I'm running freebsd 5.0, and can compile the default
: makefile for 8.0.208
: 
Is OpenSSL 0.9.7 included with FreeBSD 5.0?

Anyway, there are dozens of examples, including one for FreeBSD 4.4:

  freebsd44+srp+openssl

This one also includes srp, but presumably if you copy this target to:

  freebsd44+openssl

and remove all references to SRP (and make it apply to the desired
FreeBSD release), it should work.

You might also want to look at openbsd30+ssl, or one of the many secure
targets for Linux.  If you have questions, send them to:

  kermit-support@columbia.edu

Once you get it working we'll add it to the makefile.

: On a (somewhat related topic) I have uploaded the binary for .208
: freebsd 5.0 to kermit.columbia.edu -- don't know when they'll post it
: live on the website
: 
It's posted, thanks!

  http://www.columbia.edu/kermit/ck80binaries.html

- Frank


From jaltman2@nyc.rr.com Thu Mar 13 09:49:35 EST 2003
Article: 14173 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!fu-berlin.de!nf3.bellglobal.com!cyclone.mw.ipsvc.net!news.mw.ipsvc.net!cyclone.kc.rr.com!news-east.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.unix.bsd.freebsd.misc,comp.protocols.kermit.misc
Subject: Re: sample freebsd ckermit w/ security makefile
References: <805c1bb5.0303120729.719980ee@posting.google.com>
In-Reply-To: <805c1bb5.0303120729.719980ee@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 23
Message-ID: <EbWba.127873$ma2.24333401@twister.nyc.rr.com>
Date: Thu, 13 Mar 2003 07:12:36 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1047539556 66.108.138.151 (Thu, 13 Mar 2003 02:12:36 EST)
NNTP-Posting-Date: Thu, 13 Mar 2003 02:12:36 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.unix.bsd.freebsd.misc:232451 comp.protocols.kermit.misc:14173

boz wrote:
> Anyone have any sample makefiles for ssl/tls security to be added to
> ckermit 8.0?  I'm running freebsd 5.0, and can compile the default
> makefile for 8.0.208
> 
> On a (somewhat related topic) I have uploaded the binary for .208
> freebsd 5.0 to kermit.columbia.edu -- don't know when they'll post it
> live on the website
> 
> Trying not to have to reinvent the wheel.
> 
> TIA,

freebsd50+openssl:
     @echo 'Making C-Kermit $(CKVER) for FreeBSD 5.0, ncurses, openssl'
     $(MAKE) xermit KTARGET=$${KTARGET:-$(@)} \
     "CFLAGS= -DBSD44 -DCK_NCURSES -DCK_NEWTERM -DTCPSOCKET -DNOCOTFMC \
     -DCK_AUTHENTICATION -DCK_SSL $(SSLINC) -DZLIB \
     -DFREEBSD4 -DUSE_UU_LOCK -DFNFLOAT -funsigned-char -DTPUTSARGTYPE=int \
     -DFREEBSD41 -DFREEBSD42 -DFREEBSD43 -DFREEBSD44 -DFREEBSD45 \
     -DFREEBSD46 -DFREEBSD50 -DUSE_STRERROR $(KFLAGS) -O -pipe" \
     "LIBS= -lncurses -lcrypt -lssl -lcrypto -lutil -lm $(SSLLIB) $(LIBS)"



From fdc@columbia.edu Thu Mar 13 15:22:57 EST 2003
Article: 14174 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.os.linux.networking,comp.protocols.kermit.misc
Subject: Re: General FTP Questions
Date: 13 Mar 2003 15:00:50 -0500
Organization: Columbia University
Lines: 46
Message-ID: <b4qo1i$6pe$1@watsol.cc.columbia.edu>
References: <3e70e070@snipnews.snip.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1047585659 27522 128.59.39.139 (13 Mar 2003 20:00:59 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 13 Mar 2003 20:00:59 GMT
Xref: newsmaster.cc.columbia.edu comp.os.linux.networking:416180 comp.protocols.kermit.misc:14174

In article <3e70e070@snipnews.snip.net>,
Jason Efting <jefting@vouzi.co.uk> wrote:
: Question 1:
: ------------
: I have a problem where text files uploaded to my FTP server are only
: transmitted partially. In other words if I open the text file I might only
: have half of the actual text inside the file. Is there any way that I can
: prevent this from happening so that I only receive complete files?
: 
: Question 2:
: ------------
: Once a file has been uploaded it to my box a have script takes the file and
: processes it. (The data from the text file is imported into a database and
: the text file is archived.) If I receive a big file the file might still be
: transferring when my script processes the file, this causes some problems.
: (My script will only import the file partially and then archive it.) How can
: I check if the file is complete before I process the file? I through about
: using a cron job to move uploaded files to another directory and then
: process them but I need to process the file immediately once it is uploaded.
: 
: FTP Server: vsFTPd orWU-FTPD
: OS: Redhat Linux 8
: 
Both of these questions are answered here:

  http://www.columbia.edu/kermit/ftpscripts.html

In both cases, you want to transfer the file to a temporary directory and
then, at the moment the transfer is complete, and only if it was successful,
move it or rename it to a "ready" directory.  This prevents partial or
in-progress files from being treated as if they were complete.  It also
ensures that each file is processed exactly once -- not thrice, not twice,
and not zero times.

Clearly you can't force file transfers to always work.  Connections break
sometimes for reasons you can't control.  The best you can do is ensure
that incomplete transfers are sequestered (by the server) where they won't do
any harm and detected and handled (by the client) so it can take corrective
action.  All this is explained in the above reference.

Also see:

  http://www.columbia.edu/kermit/ftpclient.html
  http://www.columbia.edu/kermit/ckscripts.html#ftp

- Frank


From chris713713@yahoo.fr Fri Mar 14 14:40:56 EST 2003
Article: 14175 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: chris713713@yahoo.fr (Chris)
Newsgroups: comp.protocols.kermit.misc
Subject: SSL_connect:error in 3RSH_A SSLv3 read server hello A
Date: 14 Mar 2003 11:34:46 -0800
Organization: http://groups.google.com/
Lines: 34
Message-ID: <e0c8d0a3.0303141134.5567e73a@posting.google.com>
NNTP-Posting-Host: 32.97.110.67
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1047670487 15412 127.0.0.1 (14 Mar 2003 19:34:47 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 14 Mar 2003 19:34:47 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14175

Hi,

Trying to establish a secure FTP connection, I receive this error :
---> AUTH SSL
>
> 234 AUTH command OK. Initializing SSL connection.
>
> SSL accepted as authentication type
>
> SSL DEBUG ACTIVE
>
> =>START SSL/TLS connect on COMMAND
>
> SSL_handshake:UNKWN before/connect initialization
>
> SSL_connect:UNKWN before/connect initialization
>
> SSL_connect:3WCH_A SSLv3 write client hello A
>
> SSL_connect:error in 3RSH_A SSLv3 read server hello A
>
> ftp: SSL/TLS connect COMMAND error:
> error:00000000:lib(0):func(0):reason(0)
>
> =>DONE SSL/TLS connect on COMMAND

...and the same with TLS.

I use CKermit8 over AIX433 (build from 206 or 208 whatever).
I tried to compile with openssl0.9.7 or openssl0.9.6.

Every time the same message...

Can someone help me ?


From fdc@columbia.edu Fri Mar 14 15:19:45 EST 2003
Article: 14176 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSL_connect:error in 3RSH_A SSLv3 read server hello A
Date: 14 Mar 2003 15:19:36 -0500
Organization: Columbia University
Lines: 32
Message-ID: <b4tdgo$h8g$1@watsol.cc.columbia.edu>
References: <e0c8d0a3.0303141134.5567e73a@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1047673178 18803 128.59.39.139 (14 Mar 2003 20:19:38 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 14 Mar 2003 20:19:38 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14176

In article <e0c8d0a3.0303141134.5567e73a@posting.google.com>,
Chris <chris713713@yahoo.fr> wrote:
: Trying to establish a secure FTP connection, I receive this error :
: > ...
: > ftp: SSL/TLS connect COMMAND error:
: > error:00000000:lib(0):func(0):reason(0)
: 
: ...and the same with TLS.
: 
: I use CKermit8 over AIX433 (build from 206 or 208 whatever).
: I tried to compile with openssl0.9.7 or openssl0.9.6.
: 
: Every time the same message...
: 
What happens when you try to make a connection to kermit.columbia.edu?

  $ kermit
  C-Kermit 8.0.208, 14 Mar 2003, for Solaris 9
   Copyright (C) 1985, 2003,
    Trustees of Columbia University in the City of New York.
  Type ? or HELP for help.
  (/tmp/) C-Kermit>set auth tls certs-ok on
  (/tmp/) C-Kermit>ftp kermit.columbia.edu /anonymous
  Connected to ftp.kermit.columbia.edu.
  TLS accepted as authentication type
  FTP Command channel is Private (encrypted)
  FTP Data channel is Private (encrypted)
  Welcome to Columbia University Academic Information Systems
  ...
  (/tmp/) C-Kermit>

- Frank


From jaltman2@nyc.rr.com Sat Mar 15 11:15:40 EST 2003
Article: 14177 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.vmunix.org!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!24.30.200.11!news-east.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E727612.3030806@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSL_connect:error in 3RSH_A SSLv3 read server hello A
References: <e0c8d0a3.0303141134.5567e73a@posting.google.com>
In-Reply-To: <e0c8d0a3.0303141134.5567e73a@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 41
Date: Sat, 15 Mar 2003 00:35:49 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1047688549 66.108.138.151 (Fri, 14 Mar 2003 19:35:49 EST)
NNTP-Posting-Date: Fri, 14 Mar 2003 19:35:49 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14177

Your firewall does not allow encrypted FTP connections to be 
established.   When it sees the unrecognized FTP commands it drops the 
connection.

Chris wrote:
> Hi,
> 
> Trying to establish a secure FTP connection, I receive this error :
> ---> AUTH SSL
> 
>>234 AUTH command OK. Initializing SSL connection.
>>
>>SSL accepted as authentication type
>>
>>SSL DEBUG ACTIVE
>>
>>=>START SSL/TLS connect on COMMAND
>>
>>SSL_handshake:UNKWN before/connect initialization
>>
>>SSL_connect:UNKWN before/connect initialization
>>
>>SSL_connect:3WCH_A SSLv3 write client hello A
>>
>>SSL_connect:error in 3RSH_A SSLv3 read server hello A
>>
>>ftp: SSL/TLS connect COMMAND error:
>>error:00000000:lib(0):func(0):reason(0)
>>
>>=>DONE SSL/TLS connect on COMMAND
> 
> 
> ...and the same with TLS.
> 
> I use CKermit8 over AIX433 (build from 206 or 208 whatever).
> I tried to compile with openssl0.9.7 or openssl0.9.6.
> 
> Every time the same message...
> 
> Can someone help me ?



From henry.thorpe@att.net Sun Mar 16 09:55:32 EST 2003
Article: 14178 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.gtei.net!wn12feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
Message-ID: <3E73FF4A.5050608@att.net>
From: "Henry E. Thorpe" <henry.thorpe@att.net>
Organization: Just me!
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.unix.bsd.freebsd.misc,comp.protocols.kermit.misc
Subject: Re: sample freebsd ckermit w/ security makefile
References: <805c1bb5.0303120729.719980ee@posting.google.com>
In-Reply-To: <805c1bb5.0303120729.719980ee@posting.google.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 30
NNTP-Posting-Host: c2179fdca4c08f89fe42503e574250c3
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc04-news.ops.worldnet.att.net 1047789388 c2179fdca4c08f89fe42503e574250c3 (Sun, 16 Mar 2003 04:36:28 GMT)
NNTP-Posting-Date: Sun, 16 Mar 2003 04:36:28 GMT
Date: Sun, 16 Mar 2003 04:36:28 GMT
Xref: newsmaster.cc.columbia.edu comp.unix.bsd.freebsd.misc:232641 comp.protocols.kermit.misc:14178

The Makefile in ports defaults to using SSL/TLS:

   /usr/ports/comms/kermit

If you want to link against OpenSSL 0.9.7a, then add 
'-DOPENSSL_DES_LIBDES_COMPATIBILITY -DOPENSSL_097' to the MAKE_ARGS.

To easily use 8.0.208, I just did a 'make extract', then un-tar'ed the 
8.0.208 distribution into the work directory, then did a 'make install'.

Alternately, you could (the right way to do it):

  - In the Makefile, change PORTVERSION=    8.0.208
  - edit distinfo to be cku208.tar.gz
  - edit distinfo to update the MD5 sum to be that of the actual 
cku208.tar.gz file

boz wrote:
> Anyone have any sample makefiles for ssl/tls security to be added to
> ckermit 8.0?  I'm running freebsd 5.0, and can compile the default
> makefile for 8.0.208
> 
> On a (somewhat related topic) I have uploaded the binary for .208
> freebsd 5.0 to kermit.columbia.edu -- don't know when they'll post it
> live on the website
> 
> Trying not to have to reinvent the wheel.
> 
> TIA,



From henry.thorpe@att.net Sun Mar 16 09:55:40 EST 2003
Article: 14179 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!wn13feed!wn12feed!worldnet.att.net!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail
Message-ID: <3E7406CF.60307@att.net>
From: "Henry E. Thorpe" <henry.thorpe@att.net>
Organization: Just me!
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.unix.bsd.freebsd.misc,comp.protocols.kermit.misc
Subject: Re: sample freebsd ckermit w/ security makefile
References: <805c1bb5.0303120729.719980ee@posting.google.com> <3E73FF4A.5050608@att.net>
In-Reply-To: <3E73FF4A.5050608@att.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 96
NNTP-Posting-Host: c694c62160488c1ed26b5ef87fe4a47f
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc05-news.ops.worldnet.att.net 1047791288 c694c62160488c1ed26b5ef87fe4a47f (Sun, 16 Mar 2003 05:08:08 GMT)
NNTP-Posting-Date: Sun, 16 Mar 2003 05:08:08 GMT
Date: Sun, 16 Mar 2003 05:08:08 GMT
Xref: newsmaster.cc.columbia.edu comp.unix.bsd.freebsd.misc:232642 comp.protocols.kermit.misc:14179

Just tried the second on REL 4.7, with OpenSSL OVERWRITEBASE 0.9.7a.

Installs as kermit-8.0.208.  Start TLS ftp works fine with a TLS-capable 
FTP server.

-------distinfo--------
MD5 (cku206.tar.gz) = d16f433e9a347f96d09962be5d8ab71f
MD5 (cku208.tar.gz) = b7e5634c0f73249db6f052636bbb20cf
-------Makefile--------
# New ports collection makefile for:    kermit
# Date created:         Oct 27, 1994
# Whom:                 pst
#
# $FreeBSD: ports/comms/kermit/Makefile,v 1.32 2003/03/04 15:03:42 naddy 
Exp $
#

PORTNAME=       kermit
PORTVERSION=    8.0.208
CATEGORIES=     comms
MASTER_SITES=   ftp://kermit.columbia.edu/kermit/archives/ \
                 ftp://ftp.icm.edu.pl/pub/kermit/archives/
DISTNAME=       cku208

MAINTAINER=     naddy@FreeBSD.org
COMMENT=        Serial and network communications package

USE_OPENSSL=    yes
NO_WRKSUBDIR=   yes
MAN1=           kermit.1

MAKEFILE=       makefile
ALL_TARGET=     krbmit
MAKE_ARGS=      KTARGET=freebsd CC="${CC}" CC2="${CC}" \
                 CFLAGS="${CFLAGS} -I${OPENSSLINC} \
                 -DBSD44 -DCK_NCURSES -DCK_NEWTERM \
                 -DTCPSOCKET -DNOCOTFMC -DFREEBSD4 -DUSE_UU_LOCK -DFNFLOAT \
                 -funsigned-char -DTPUTSARGTYPE=int -DUSE_STRERROR 
-DCKHTTP \
                 -DCK_SSL -DCK_AUTHENTICATION -DCK_ENCRYPTION -DCK_DES \
                 -DOPENSSL_DES_LIBDES_COMPATIBILITY -DOPENSSL_097" \
                 LIBS="-L${OPENSSLLIB} \
                 -lssl -lcrypto -lncurses -lcrypt -lutil -lm"

do-install:
         ${INSTALL_PROGRAM} ${WRKSRC}/krbmit ${PREFIX}/bin/kermit
         ${INSTALL_MAN} ${WRKSRC}/ckuker.nr ${PREFIX}/man/man1/kermit.1
         @${MKDIR} ${DOCSDIR}
         ${INSTALL_DATA} ${WRKSRC}/ckaaaa.txt ${DOCSDIR}/READ.ME
         @for file in COPYING.TXT ckcbwr.txt ckccfg.txt ckcplm.txt \
             ckermit70.txt ckermit80.txt ckubwr.txt ckuins.txt 
ckututor.txt; \
         do \
             ${ECHO} "Installing ${DOCSDIR}/$${file} ..." ; \
             ${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCSDIR}; \
         done
         @${MKDIR} ${EXAMPLESDIR}
         ${INSTALL_DATA} ${WRKSRC}/ckermit.ini ${EXAMPLESDIR}/dot.kermrc
         ${INSTALL_DATA} ${WRKSRC}/ckermod.ini ${EXAMPLESDIR}/dot.mykermrc

.include <bsd.port.mk>
-------end Makefile------
Henry E. Thorpe wrote:
> The Makefile in ports defaults to using SSL/TLS:
> 
>   /usr/ports/comms/kermit
> 
> If you want to link against OpenSSL 0.9.7a, then add 
> '-DOPENSSL_DES_LIBDES_COMPATIBILITY -DOPENSSL_097' to the MAKE_ARGS.
> 
> To easily use 8.0.208, I just did a 'make extract', then un-tar'ed the 
> 8.0.208 distribution into the work directory, then did a 'make install'.
> 
> Alternately, you could (the right way to do it):
> 
>  - In the Makefile, change PORTVERSION=    8.0.208
>  - edit distinfo to be cku208.tar.gz
>  - edit distinfo to update the MD5 sum to be that of the actual 
> cku208.tar.gz file
> 
> boz wrote:
> 
>> Anyone have any sample makefiles for ssl/tls security to be added to
>> ckermit 8.0?  I'm running freebsd 5.0, and can compile the default
>> makefile for 8.0.208
>>
>> On a (somewhat related topic) I have uploaded the binary for .208
>> freebsd 5.0 to kermit.columbia.edu -- don't know when they'll post it
>> live on the website
>>
>> Trying not to have to reinvent the wheel.
>>
>> TIA,
> 
> 



From jaltman2@nyc.rr.com Sun Mar 16 09:55:53 EST 2003
Article: 14180 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!cyclone.nyroc.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
Message-ID: <3E740B25.7040705@nyc.rr.com>
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.unix.bsd.freebsd.misc,comp.protocols.kermit.misc
Subject: Re: sample freebsd ckermit w/ security makefile
References: <805c1bb5.0303120729.719980ee@posting.google.com> <3E73FF4A.5050608@att.net> <3E7406CF.60307@att.net>
In-Reply-To: <3E7406CF.60307@att.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 105
Date: Sun, 16 Mar 2003 05:22:39 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1047792159 66.108.138.151 (Sun, 16 Mar 2003 00:22:39 EST)
NNTP-Posting-Date: Sun, 16 Mar 2003 00:22:39 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.unix.bsd.freebsd.misc:232647 comp.protocols.kermit.misc:14180

There is no reason to define CK_ENCRYPTION when building only with 
CK_SSL and not SRP or Kerberos



Henry E. Thorpe wrote:
> Just tried the second on REL 4.7, with OpenSSL OVERWRITEBASE 0.9.7a.
> 
> Installs as kermit-8.0.208.  Start TLS ftp works fine with a TLS-capable 
> FTP server.
> 
> -------distinfo--------
> MD5 (cku206.tar.gz) = d16f433e9a347f96d09962be5d8ab71f
> MD5 (cku208.tar.gz) = b7e5634c0f73249db6f052636bbb20cf
> -------Makefile--------
> # New ports collection makefile for:    kermit
> # Date created:         Oct 27, 1994
> # Whom:                 pst
> #
> # $FreeBSD: ports/comms/kermit/Makefile,v 1.32 2003/03/04 15:03:42 naddy 
> Exp $
> #
> 
> PORTNAME=       kermit
> PORTVERSION=    8.0.208
> CATEGORIES=     comms
> MASTER_SITES=   ftp://kermit.columbia.edu/kermit/archives/ \
>                 ftp://ftp.icm.edu.pl/pub/kermit/archives/
> DISTNAME=       cku208
> 
> MAINTAINER=     naddy@FreeBSD.org
> COMMENT=        Serial and network communications package
> 
> USE_OPENSSL=    yes
> NO_WRKSUBDIR=   yes
> MAN1=           kermit.1
> 
> MAKEFILE=       makefile
> ALL_TARGET=     krbmit
> MAKE_ARGS=      KTARGET=freebsd CC="${CC}" CC2="${CC}" \
>                 CFLAGS="${CFLAGS} -I${OPENSSLINC} \
>                 -DBSD44 -DCK_NCURSES -DCK_NEWTERM \
>                 -DTCPSOCKET -DNOCOTFMC -DFREEBSD4 -DUSE_UU_LOCK -DFNFLOAT \
>                 -funsigned-char -DTPUTSARGTYPE=int -DUSE_STRERROR 
> -DCKHTTP \
>                 -DCK_SSL -DCK_AUTHENTICATION -DCK_ENCRYPTION -DCK_DES \
>                 -DOPENSSL_DES_LIBDES_COMPATIBILITY -DOPENSSL_097" \
>                 LIBS="-L${OPENSSLLIB} \
>                 -lssl -lcrypto -lncurses -lcrypt -lutil -lm"
> 
> do-install:
>         ${INSTALL_PROGRAM} ${WRKSRC}/krbmit ${PREFIX}/bin/kermit
>         ${INSTALL_MAN} ${WRKSRC}/ckuker.nr ${PREFIX}/man/man1/kermit.1
>         @${MKDIR} ${DOCSDIR}
>         ${INSTALL_DATA} ${WRKSRC}/ckaaaa.txt ${DOCSDIR}/READ.ME
>         @for file in COPYING.TXT ckcbwr.txt ckccfg.txt ckcplm.txt \
>             ckermit70.txt ckermit80.txt ckubwr.txt ckuins.txt 
> ckututor.txt; \
>         do \
>             ${ECHO} "Installing ${DOCSDIR}/$${file} ..." ; \
>             ${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCSDIR}; \
>         done
>         @${MKDIR} ${EXAMPLESDIR}
>         ${INSTALL_DATA} ${WRKSRC}/ckermit.ini ${EXAMPLESDIR}/dot.kermrc
>         ${INSTALL_DATA} ${WRKSRC}/ckermod.ini ${EXAMPLESDIR}/dot.mykermrc
> 
> .include <bsd.port.mk>
> -------end Makefile------
> Henry E. Thorpe wrote:
> 
>> The Makefile in ports defaults to using SSL/TLS:
>>
>>   /usr/ports/comms/kermit
>>
>> If you want to link against OpenSSL 0.9.7a, then add 
>> '-DOPENSSL_DES_LIBDES_COMPATIBILITY -DOPENSSL_097' to the MAKE_ARGS.
>>
>> To easily use 8.0.208, I just did a 'make extract', then un-tar'ed the 
>> 8.0.208 distribution into the work directory, then did a 'make install'.
>>
>> Alternately, you could (the right way to do it):
>>
>>  - In the Makefile, change PORTVERSION=    8.0.208
>>  - edit distinfo to be cku208.tar.gz
>>  - edit distinfo to update the MD5 sum to be that of the actual 
>> cku208.tar.gz file
>>
>> boz wrote:
>>
>>> Anyone have any sample makefiles for ssl/tls security to be added to
>>> ckermit 8.0?  I'm running freebsd 5.0, and can compile the default
>>> makefile for 8.0.208
>>>
>>> On a (somewhat related topic) I have uploaded the binary for .208
>>> freebsd 5.0 to kermit.columbia.edu -- don't know when they'll post it
>>> live on the website
>>>
>>> Trying not to have to reinvent the wheel.
>>>
>>> TIA,
>>
>>
>>
> 



From fdc@columbia.edu Sun Mar 16 17:48:14 EST 2003
Article: 14182 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: C-Kermit 8.0.209
Date: 16 Mar 2003 17:38:49 -0500
Organization: Columbia University
Lines: 35
Message-ID: <b52udp$ic0$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1047854331 17932 128.59.39.139 (16 Mar 2003 22:38:51 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 16 Mar 2003 22:38:51 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14182


It never fails that the killer bug is discovered right after the new
release.  C-Kermit 8.0.208 is no exception.  A few days after it was
announced, Jason Heskett reported that MINPUT failed to strip enclosing
quotes or braces from around its targets.  This happened in a
rearrangement of the code that fixed some other problems with MINPUT
(it had never worked with \fpattern()).  The quote/brace-stripping
problem not only breaks existing scripts that use this syntax, but
also makes it impossible to have MINPUT targets that contain spaces.

Actually, it was worse than that.  MINPUT targets also could not include
certain control characters (notably carriage return and line feed).

These problems, along with a few smaller ones, are fixed in 8.0.209,
which is here for now:

  http://www.columbia.edu/kermit/ckdaily.html

(source only, no new binaries.)  I'll let it sit for a few more days
and, barring any new killer bug reports, I'll release it.  In the
meantime, if anybody wants to send in finished, working, and tested
makefile targets for secure builds that we don't have yet (e.g. for
various releases of FreeBSD, HP-UX, AIX, etc), I'll be glad to add them
to the makefile.

Meanwhile, I did some work on the Alphanumeric pager script, mainly
sorting out syntax quirks that made it not terribly transportable among
different C-Kermit/K-95 releases.  The new version is here:

  ftp://kermit.columbia.edu/kermit/scripts/c-kermit/alphapage

It works in C-Kermit 8.0.201, 206, and 209 (but not 208 because of the
MINPUT bugs) and has better parameterization and feedback.

- Frank


From chris713713@yahoo.fr Tue Mar 18 14:13:41 EST 2003
Article: 14183 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: chris713713@yahoo.fr (Chris)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSL_connect:error in 3RSH_A SSLv3 read server hello A
Date: 18 Mar 2003 10:49:31 -0800
Organization: http://groups.google.com/
Lines: 49
Message-ID: <e0c8d0a3.0303181049.47061848@posting.google.com>
References: <e0c8d0a3.0303141134.5567e73a@posting.google.com> <3E727612.3030806@nyc.rr.com>
NNTP-Posting-Host: 129.42.208.140
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1048013371 8576 127.0.0.1 (18 Mar 2003 18:49:31 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 18 Mar 2003 18:49:31 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14183

According to people dealing with the firewall configuration, I can now
connect to the server on the Internet on any port above 1024 and 21.
But I still get the same error...and they dont see any attempt to
establish a connection on another port. Another thing is that the
firewall doesn't drop encrypted packets when it doesn't understand ftp
commands.


"Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message news:<3E727612.3030806@nyc.rr.com>...
> Your firewall does not allow encrypted FTP connections to be 
> established.   When it sees the unrecognized FTP commands it drops the 
> connection.
> 
> Chris wrote:
> > Hi,
> > 
> > Trying to establish a secure FTP connection, I receive this error :
> > ---> AUTH SSL
> > 
> >>234 AUTH command OK. Initializing SSL connection.
> >>
> >>SSL accepted as authentication type
> >>
> >>SSL DEBUG ACTIVE
> >>
> >>=>START SSL/TLS connect on COMMAND
> >>
> >>SSL_handshake:UNKWN before/connect initialization
> >>
> >>SSL_connect:UNKWN before/connect initialization
> >>
> >>SSL_connect:3WCH_A SSLv3 write client hello A
> >>
> >>SSL_connect:error in 3RSH_A SSLv3 read server hello A
> >>
> >>ftp: SSL/TLS connect COMMAND error:
> >>error:00000000:lib(0):func(0):reason(0)
> >>
> >>=>DONE SSL/TLS connect on COMMAND
> > 
> > 
> > ...and the same with TLS.
> > 
> > I use CKermit8 over AIX433 (build from 206 or 208 whatever).
> > I tried to compile with openssl0.9.7 or openssl0.9.6.
> > 
> > Every time the same message...
> > 
> > Can someone help me ?


From staabbattery@springnet1.com Fri Mar 21 10:08:16 EST 2003
Article: 14184 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!news.linkpendium.com!news-out.visi.com!hermes.visi.com!newsfeeds-atl2!news.webusenet.com!pc01.webusenet.com!fe01.atl2.webusenet.com.POSTED!not-for-mail
From: "Dave" <staabbattery@springnet1.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Old Mode-Line Off Command
Lines: 6
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4807.1700
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700
Message-ID: <PHCea.58155$Dp.42148@fe01.atl2.webusenet.com>
X-Complaints-To: abuse@usenetserver.com
X-Abuse-Info: Please be sure to forward a copy of ALL headers
X-Abuse-Info: Otherwise we will be unable to process your complaint properly.
NNTP-Posting-Date: Fri, 21 Mar 2003 06:28:47 EST
Date: Fri, 21 Mar 2003 05:38:26 -0600
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14184

In the old version of Kermit I was using Mode-line Off was used.  What
command would I use in K-95 to do the same function?

Thank You for any help that is possible.





From fdc@columbia.edu Fri Mar 21 10:17:26 EST 2003
Article: 14185 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Old Mode-Line Off Command
Date: 21 Mar 2003 10:17:20 -0500
Organization: Columbia University
Lines: 28
Message-ID: <b5fae0$ov5$1@watsol.cc.columbia.edu>
References: <PHCea.58155$Dp.42148@fe01.atl2.webusenet.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1048259841 7853 128.59.39.139 (21 Mar 2003 15:17:21 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 21 Mar 2003 15:17:21 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14185

In article <PHCea.58155$Dp.42148@fe01.atl2.webusenet.com>,
Dave <staabbattery@springnet1.com> wrote:
: In the old version of Kermit I was using Mode-line Off was used.  What
: command would I use in K-95 to do the same function?
: 
(a) Terminal types that are normally 24 lines (VT100, etc) have a status
    line by default.  Terminal types that are normally 25 lines (e.g. ANSI,
    Linux) do not.  So one way to not have a status is to choose a terminal
    type that does not have one.

(b) If you use the Dialer, go to the Terminal Settings page for the entry
    in question and uncheck "Status line".

(c) The command to make the terminal-screen status line go away is SET
    TERMINAL STATUSLINE OFF.  For the command screen, it's SET COMMAND
    STATUSLINE OFF.

(d) The GUI version of Kermit 95 also has a "gray" status bar below the
    (normally cyan) terminal-window one.  This can be disabled with the
    --nostatusbar command-line option (which can also be specified in
    the Dialer on the GUI Settings page).

(e) You can "toggle" the status line with the \Kstatus keyboard verb,
    which you can assign to the key of your choice, e.g.

       set key \377 \Kstatus  ; Toggle Status Line on F10

- Frank


From jaltman@watsun.cc.columbia.edu Sat Mar 22 15:21:19 EST 2003
Article: 14186 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSL_connect:error in 3RSH_A SSLv3 read server hello A
Date: 22 Mar 2003 04:49:47 GMT
Organization: Columbia University
Lines: 67
Message-ID: <b5gq1b$bnf$1@newsmaster.cc.columbia.edu>
References: <e0c8d0a3.0303141134.5567e73a@posting.google.com> <3E727612.3030806@nyc.rr.com> <e0c8d0a3.0303181049.47061848@posting.google.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1048308587 12015 128.59.39.2 (22 Mar 2003 04:49:47 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 22 Mar 2003 04:49:47 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14186

The errors are occuring on connections to port 21.

The connection is being dropped.  It it is not by the firewall it is 
by the server you are connecting to.  You can make FTP over TLS connections
to ftp.kermit.columbia.edu as a test site.  

If you cannot connect to this server, it is absolutely your firewall.



In article <e0c8d0a3.0303181049.47061848@posting.google.com>,
Chris <chris713713@yahoo.fr> wrote:
: According to people dealing with the firewall configuration, I can now
: connect to the server on the Internet on any port above 1024 and 21.
: But I still get the same error...and they dont see any attempt to
: establish a connection on another port. Another thing is that the
: firewall doesn't drop encrypted packets when it doesn't understand ftp
: commands.
: 
: 
: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message news:<3E727612.3030806@nyc.rr.com>...
: > Your firewall does not allow encrypted FTP connections to be 
: > established.   When it sees the unrecognized FTP commands it drops the 
: > connection.
: > 
: > Chris wrote:
: > > Hi,
: > > 
: > > Trying to establish a secure FTP connection, I receive this error :
: > > ---> AUTH SSL
: > > 
: > >>234 AUTH command OK. Initializing SSL connection.
: > >>
: > >>SSL accepted as authentication type
: > >>
: > >>SSL DEBUG ACTIVE
: > >>
: > >>=>START SSL/TLS connect on COMMAND
: > >>
: > >>SSL_handshake:UNKWN before/connect initialization
: > >>
: > >>SSL_connect:UNKWN before/connect initialization
: > >>
: > >>SSL_connect:3WCH_A SSLv3 write client hello A
: > >>
: > >>SSL_connect:error in 3RSH_A SSLv3 read server hello A
: > >>
: > >>ftp: SSL/TLS connect COMMAND error:
: > >>error:00000000:lib(0):func(0):reason(0)
: > >>
: > >>=>DONE SSL/TLS connect on COMMAND
: > > 
: > > 
: > > ...and the same with TLS.
: > > 
: > > I use CKermit8 over AIX433 (build from 206 or 208 whatever).
: > > I tried to compile with openssl0.9.7 or openssl0.9.6.
: > > 
: > > Every time the same message...
: > > 
: > > Can someone help me ?


 Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 kermit-support@columbia.edu               OpenSSL.


From pju@globalnet.co.uk Tue Mar 25 09:02:17 EST 2003
Article: 14188 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!border1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.brightview.com!news.brightview.com.POSTED!not-for-mail
NNTP-Posting-Date: Mon, 24 Mar 2003 18:34:47 -0600
From: "Pete" <pju@globalnet.co.uk>
Newsgroups: comp.protocols.kermit.misc
Subject: set host timeout?
Date: Tue, 25 Mar 2003 00:37:56 -0000
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <fdmdne9GR6e1OeKjXTWc3Q@brightview.com>
Lines: 30
NNTP-Posting-Host: 80.189.19.126
X-Trace: sv3-F1b/e9FWbmG6SlBvkPtNKaCZBus/ISOP8t8ojvS90L43PXKJbH+y1nhH/BRcQ6S5XrWbypY0PNv/xbY!NTYr7cmXSFBczFae6hS9VlepV6YThArxkl0GIOwhDXvhqv3EocEoCvH5XLIVP9gEqNdb+7umvVnN!SFvH/NU=
X-Complaints-To: abuse@brightview.com
X-DMCA-Complaints-To: abuse@brightview.com
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.1
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14188

Hi


I'm experimenting with kermit over a TCP/IP connection:-

SET HOST * 2000

will sit and listen for a connection.
Great. Works fine.  I have a couple of questions though.

1) Can I set a timeout so if there's no connection made after 'n' seconds
it times-out?

2) SET HOST 1.2.3.4 2000 will connect to the above fine. If I use
CLOSE CONNECTION (on the SET HOST * 2000 machine), the
connection appears to close, however SET HOST 1.2.3.4 2000 will
not give me an connect-error but thinks it has made a connection.  Is
there something like CLOSE CONNECTION that will tell the incoming
machine it's now a connect error?


Thanks for any help

regards
Pete

PS Win98 & K-95





From jaltman@columbia.edu Tue Mar 25 09:02:20 EST 2003
Article: 14189 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!newsfeed.stueberl.de!cox.net!cyclone1.gnilink.net!wn14feed!wn13feed!worldnet.att.net!24.30.200.11!news-east.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!not-for-mail
From: Jeffrey Altman <jaltman@columbia.edu>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: set host timeout?
References: <fdmdne9GR6e1OeKjXTWc3Q@brightview.com>
In-Reply-To: <fdmdne9GR6e1OeKjXTWc3Q@brightview.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 27
Message-ID: <kzNfa.12589$pi.2213954@twister.nyc.rr.com>
Date: Tue, 25 Mar 2003 00:39:44 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1048552784 66.108.138.151 (Mon, 24 Mar 2003 19:39:44 EST)
NNTP-Posting-Date: Mon, 24 Mar 2003 19:39:44 EST
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14189

Pete wrote:
> Hi
> 
> 
> I'm experimenting with kermit over a TCP/IP connection:-
> 
> SET HOST * 2000
> 
> will sit and listen for a connection.
> Great. Works fine.  I have a couple of questions though.
> 
> 1) Can I set a timeout so if there's no connection made after 'n' seconds
> it times-out?

No


> 2) SET HOST 1.2.3.4 2000 will connect to the above fine. If I use
> CLOSE CONNECTION (on the SET HOST * 2000 machine), the
> connection appears to close, however SET HOST 1.2.3.4 2000 will
> not give me an connect-error but thinks it has made a connection.  Is
> there something like CLOSE CONNECTION that will tell the incoming
> machine it's now a connect error?

You must try to read some data in order to the the connection close error.




From pju@globalnet.co.uk Wed Mar 26 09:49:19 EST 2003
Article: 14190 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!border1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.brightview.com!news.brightview.com.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 25 Mar 2003 18:36:06 -0600
From: "Pete" <pju@globalnet.co.uk>
Newsgroups: comp.protocols.kermit.misc
References: <fdmdne9GR6e1OeKjXTWc3Q@brightview.com> <kzNfa.12589$pi.2213954@twister.nyc.rr.com>
Subject: Re: set host timeout?
Date: Wed, 26 Mar 2003 00:39:16 -0000
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <kW2dnYVn77hraB2jXTWcog@brightview.com>
Lines: 48
NNTP-Posting-Host: 80.189.20.15
X-Trace: sv3-7zmsrSQ96tV49+XgZFr/GZLlVMFgKQWNY0yy00iiuPItqUi0AoIybSIglbPoZaCKs7mmePRq2gQsj7F!fE21A1neEMNfgUAFxWCal2HguV8/m7oxvg/ZG5+oglIjzyEYGiSXRq9P7lv2Sckhckm8XsDK8HfZ!QiGX2A==
X-Complaints-To: abuse@brightview.com
X-DMCA-Complaints-To: abuse@brightview.com
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.1
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14190

Thanks for your very quick response

Pete


PS .... SET HOST * 2000
can acheive a timeout somewhat clumsily by creating a second process before
issuing the above.  The second process runs a Kermit script that sleeps for
'n'
seconds, sets an abort-flag, then does SET HOST 1.2.3.4 2000 (ie connects
to the other process on the same machine).  The above process will stop
waiting & can check existance of the abort-flag.
YUK!



"Jeffrey Altman" <jaltman@columbia.edu> wrote in message
news:kzNfa.12589$pi.2213954@twister.nyc.rr.com...
> Pete wrote:
> > Hi
> >
> >
> > I'm experimenting with kermit over a TCP/IP connection:-
> >
> > SET HOST * 2000
> >
> > will sit and listen for a connection.
> > Great. Works fine.  I have a couple of questions though.
> >
> > 1) Can I set a timeout so if there's no connection made after 'n'
seconds
> > it times-out?
>
> No
>
>
> > 2) SET HOST 1.2.3.4 2000 will connect to the above fine. If I use
> > CLOSE CONNECTION (on the SET HOST * 2000 machine), the
> > connection appears to close, however SET HOST 1.2.3.4 2000 will
> > not give me an connect-error but thinks it has made a connection.  Is
> > there something like CLOSE CONNECTION that will tell the incoming
> > machine it's now a connect error?
>
> You must try to read some data in order to the the connection close error.
>
>




From vschmidt@ldeo.columbia.edu Thu Mar 27 12:03:22 EST 2003
Article: 14192 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.ldeo.columbia.edu!not-for-mail
From: "Val Schmidt" <vschmidt@ldeo.columbia.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: Help troubleshooting Lockfiles
Date: Thu, 27 Mar 2003 09:10:52 -0500
Organization: Lamont-Doherty Earth Observatory of Columbia University
Lines: 48
Message-ID: <b5v0pi$jt3$1@newsmaster.ldgo.columbia.edu>
NNTP-Posting-Host: localhost
X-Trace: newsmaster.ldgo.columbia.edu 1048774258 20387 127.0.0.1 (27 Mar 2003 14:10:58 GMT)
X-Complaints-To: request@ldeo.columbia.edu
NNTP-Posting-Date: Thu, 27 Mar 2003 14:10:58 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14192

I'm new to kermit and need some help troubleshooting a lockfile problem.

Here's what I've got:
Redhat 8.0
C-Kermit 208
IBM thinkpad

Here's what I've done:
Downloaded ckermit, unzipped, untarred.
Changed makefile to specify /usr/share/man/man1 for man files.
Compiled ckermit with "make redhat80" without error.
Installed ckermit with "make install".  Binaries and man file were
installed, but the "certificates", "source code","text" files were not
installed.  I don't know if this is the root of the problem or not.

Ok, now if I run kermit and type "set line ttyS0" I get "Sorry, write access
to the UUCP lockfile directory is denied."

I  read the install instructions (sections 10 and 11) and have tried the
following:
1) Verified that /dev/ttyS0 (among others) is owned by root, in the uucp
group
[vschmidt@val-ldeo vschmidt]$ ls -l /dev/ttyS0
    crw-rw----    1 root     uucp       4,  64 Aug 30  2002 /dev/ttyS0
2) Changed the group ownership of the lock file to uucp and made sure it has
rw permission. [This didn't fix the problem, so I later gave it world rw
permissions as shown below which also didn't help.]
[vschmidt@val-ldeo vschmidt]$ ls -l /var/
    drwxrwxrwx    4 root     uucp         1024 Mar 27 08:45 lock
3. Changed the group permissions on the kermint binary to uucp and setgid
with "chmod g+s kermit". [I later changed the ownership of kermit and setuid
as well.  This is shown below.]
    -rwsr-sr-x    1 uucp     uucp      2120965 Mar 26 19:35
/usr/local/bin/kermit

After all that, if I run kermit and and type "set line ttyS0" I still get
"Sorry, write access to the UUCP lockfile directory is denied."

I have verified that the lock file is /var/lock with "show variables" within
kermit. I'm completely stumped.

Any ideas of things to try would be very very much appreciated.

Thanks,

Val




From fdc@columbia.edu Thu Mar 27 12:03:26 EST 2003
Article: 14193 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Help troubleshooting Lockfiles
Date: 27 Mar 2003 12:03:16 -0500
Organization: Columbia University
Lines: 62
Message-ID: <b5vask$82g$1@watsol.cc.columbia.edu>
References: <b5v0pi$jt3$1@newsmaster.ldgo.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1048784597 3151 128.59.39.139 (27 Mar 2003 17:03:17 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 27 Mar 2003 17:03:17 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14193

In article <b5v0pi$jt3$1@newsmaster.ldgo.columbia.edu>,
Val Schmidt <vschmidt@ldeo.columbia.edu> wrote:
: I'm new to kermit and need some help troubleshooting a lockfile problem.
: 
: Here's what I've got:
: Redhat 8.0
: C-Kermit 208
: IBM thinkpad
: 
: Here's what I've done:
: Downloaded ckermit, unzipped, untarred.
: Changed makefile to specify /usr/share/man/man1 for man files.
:
You don't need to change the makefile; see:

  http://www.columbia.edu/kermit/ckuins.html#x5.4

: Compiled ckermit with "make redhat80" without error.
: Installed ckermit with "make install".  Binaries and man file were
: installed, but the "certificates", "source code","text" files were not
: installed.  I don't know if this is the root of the problem or not.
: 
It's not.

: Ok, now if I run kermit and type "set line ttyS0" I get "Sorry, write access
: to the UUCP lockfile directory is denied."
: 
: I  read the install instructions (sections 10 and 11) and have tried the
: following:
: 1) Verified that /dev/ttyS0 (among others) is owned by root, in the uucp
: group
: [vschmidt@val-ldeo vschmidt]$ ls -l /dev/ttyS0
:     crw-rw----    1 root     uucp       4,  64 Aug 30  2002 /dev/ttyS0
: 2) Changed the group ownership of the lock file to uucp and made sure it has
: rw permission. [This didn't fix the problem, so I later gave it world rw
: permissions as shown below which also didn't help.]
: [vschmidt@val-ldeo vschmidt]$ ls -l /var/
:     drwxrwxrwx    4 root     uucp         1024 Mar 27 08:45 lock
: 3. Changed the group permissions on the kermint binary to uucp and setgid
: with "chmod g+s kermit". [I later changed the ownership of kermit and setuid
: as well.  This is shown below.]
:     -rwsr-sr-x  1 uucp   uucp   2120965 Mar 26 19:35: /usr/local/bin/kermit
: 
Alternatively you could put yourself in the uucp group.

: After all that, if I run kermit and and type "set line ttyS0" I still get
: "Sorry, write access to the UUCP lockfile directory is denied."
: 
: I have verified that the lock file is /var/lock with "show variables" within
: kermit. I'm completely stumped.
: 
I grant you it seems pretty stumping.  What are the permissions on /var?

Maybe if you log out and in again.  Or reformat your disk and reinstall
Windows (just kidding).

: Any ideas of things to try would be very very much appreciated.
: 
The steps listed in the installation instructions, Sections 10 and 11, work
for me and, as far as I know, for everybody else besides you.

- Frank


From fdc@columbia.edu Thu Mar 27 15:05:02 EST 2003
Article: 14194 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Kermit ftp server and website down
Date: 27 Mar 2003 13:45:24 -0500
Organization: Columbia University
Lines: 6
Message-ID: <b5vgs4$ekj$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1048790725 7899 128.59.39.139 (27 Mar 2003 18:45:25 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 27 Mar 2003 18:45:25 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14194


Due to "technical difficulties" the Kermit ftp and web sites are
offline.  I hope they will be back this evening (Thursday) or
tomorrow.

- Frank


From fdc@columbia.edu Thu Mar 27 16:27:38 EST 2003
Article: 14195 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Kermit website is back
Date: 27 Mar 2003 16:22:27 -0500
Organization: Columbia University
Lines: 9
Message-ID: <b5vq2j$rhp$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1048800148 15262 128.59.39.139 (27 Mar 2003 21:22:28 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 27 Mar 2003 21:22:28 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14195


The Kermit website came back online about 4:00pm EST.  The FTP site
will take longer because the hostname-to-IP-address associations must
be changed and propogated throughout DNS.  In case anybody was using
a numeric IP address, it won't work any more.  Estimated availability
for the FTP site: any time after about 5:00pm EST, depending on how
long it takes for the new address to propogate.

- Frank


From fdc@columbia.edu Sun Mar 30 18:34:00 EST 2003
Article: 14197 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: C-Kermit 8.0.209 released
Date: 30 Mar 2003 18:29:19 -0500
Organization: Columbia University
Lines: 6
Message-ID: <b67ukf$fmt$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1049066960 13183 128.59.39.139 (30 Mar 2003 23:29:20 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 30 Mar 2003 23:29:20 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14197


See announcement on comp.protocols.kermit.announce or just visit:

  http://www.columbia.edu/kermit/ckermit.html

- Frank


From Oliver.Menge@web.de Mon Mar 31 16:23:52 EST 2003
Article: 14198 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.stueberl.de!news-mue1.dfn.de!news-ham1.dfn.de!news.uni-hamburg.de!public.uni-hamburg.de!fs1y021
From: "Menge, Oliver" <Oliver.Menge@web.de>
Newsgroups: comp.protocols.kermit.misc
Subject: No route to host
Date: Mon, 31 Mar 2003 23:11:02 +0200
Organization: University of Hamburg -- Germany
Lines: 34
Message-ID: <Pine.A41.4.44.0303312301330.100834-100000@public.uni-hamburg.de>
NNTP-Posting-Host: public.uni-hamburg.de
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Trace: rzsun03.rrz.uni-hamburg.de 1049145071 671 134.100.32.55 (31 Mar 2003 21:11:11 GMT)
X-Complaints-To: usenet@news.uni-hamburg.de
NNTP-Posting-Date: 31 Mar 2003 21:11:11 GMT
X-X-Sender: fs1y021@public.uni-hamburg.de
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14198


Hello,

when I try to use kermit to connect to my ftp-host (www.joe-list.de), I
will always get 'no route to host'. My standard ftp-client works fine.
The Server is Win2000. Any ideas?

Here is an example:

========================================================================

menge@linux:~ > kermit C-Kermit 8.0.208, 14 Mar 2003, for Linux
 Copyright (C) 1985, 2003,
  Trustees of Columbia University in the City of New York.
Type ? or HELP for help.
Linux Kermit>ftp open www.joe-list.de
Connected to www.joe-list.de.
 Name (www.joe-list.de:charly): joe
 Password:
JOE-LIST
User joe logged in.
Switching LOCUS for file-management commands to REMOTE.
Remote system type is Windows_NT.
Default transfer mode is TEXT ("ASCII")
Linux Kermit>ls
ftp: connect: No route to host.
Linux Kermit>

===========================================================================

Thanks for any hints,

Oliver Menge



From fdc@columbia.edu Mon Mar 31 16:23:59 EST 2003
Article: 14199 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: No route to host
Date: 31 Mar 2003 16:23:46 -0500
Organization: Columbia University
Lines: 32
Message-ID: <b6abl2$k62$1@watsol.cc.columbia.edu>
References: <Pine.A41.4.44.0303312301330.100834-100000@public.uni-hamburg.de>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1049145829 3348 128.59.39.139 (31 Mar 2003 21:23:49 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 31 Mar 2003 21:23:49 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14199

In article <Pine.A41.4.44.0303312301330.100834-100000@public.uni-hamburg.de>,
Menge, Oliver <Oliver.Menge@web.de> wrote:
: 
: when I try to use kermit to connect to my ftp-host (www.joe-list.de), I
: will always get 'no route to host'. My standard ftp-client works fine.
: The Server is Win2000. Any ideas?
: 
: menge@linux:~ > kermit C-Kermit 8.0.208, 14 Mar 2003, for Linux
:  Copyright (C) 1985, 2003,
:   Trustees of Columbia University in the City of New York.
: Type ? or HELP for help.
: Linux Kermit>ftp open www.joe-list.de
: Connected to www.joe-list.de.
:  Name (www.joe-list.de:charly): joe
:  Password:
: User joe logged in.
:
Note that you have made the connection successfully, so clearly there
is a route to the host.

: Remote system type is Windows_NT.
: Default transfer mode is TEXT ("ASCII")
: Linux Kermit>ls
: ftp: connect: No route to host.
:
Try making an active, rather than passive, connection:

  ftp open www.joe-list.de /active

and see if that makes a difference.

- Frank


From Oliver.Menge@web.de Tue Apr  1 11:08:43 EST 2003
Article: 14200 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news-lei1.dfn.de!news-ham1.dfn.de!news.uni-hamburg.de!public.uni-hamburg.de!fs1y021
From: "Menge, Oliver" <Oliver.Menge@web.de>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: No route to host
Date: Tue, 1 Apr 2003 09:44:19 +0200
Organization: University of Hamburg -- Germany
Lines: 14
Message-ID: <Pine.A41.4.44.0304010942290.96622-100000@public.uni-hamburg.de>
References: <Pine.A41.4.44.0303312301330.100834-100000@public.uni-hamburg.de>
 <b6abl2$k62$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: public.uni-hamburg.de
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Trace: rzsun03.rrz.uni-hamburg.de 1049183082 12168 134.100.32.55 (1 Apr 2003 07:44:42 GMT)
X-Complaints-To: usenet@news.uni-hamburg.de
NNTP-Posting-Date: 1 Apr 2003 07:44:42 GMT
X-X-Sender: fs1y021@public.uni-hamburg.de
In-Reply-To: <b6abl2$k62$1@watsol.cc.columbia.edu>
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14200

On 31 Mar 2003, Frank da Cruz wrote:

> Try making an active, rather than passive, connection:
>
>   ftp open www.joe-list.de /active
>
> and see if that makes a difference.

Thanks a lot. That makes a difference. Transfer works fine now! Can you
give me hint, where to learn more about the differences between
active/passive ftp?

Oliver Menge



From fdc@columbia.edu Tue Apr  1 11:16:09 EST 2003
Article: 14201 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: No route to host
Date: 1 Apr 2003 11:15:49 -0500
Organization: Columbia University
Lines: 28
Message-ID: <b6cdvl$noi$1@watsol.cc.columbia.edu>
References: <Pine.A41.4.44.0303312301330.100834-100000@public.uni-hamburg.de> <b6abl2$k62$1@watsol.cc.columbia.edu> <Pine.A41.4.44.0304010942290.96622-100000@public.uni-hamburg.de>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1049213750 27078 128.59.39.139 (1 Apr 2003 16:15:50 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 1 Apr 2003 16:15:50 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14201

In article <Pine.A41.4.44.0304010942290.96622-100000@public.uni-hamburg.de>,
Menge, Oliver <Oliver.Menge@web.de> wrote:
: On 31 Mar 2003, Frank da Cruz wrote:
: > Try making an active, rather than passive, connection:
: >
: >   ftp open www.joe-list.de /active
: >
: > and see if that makes a difference.
: 
: Thanks a lot. That makes a difference. Transfer works fine now! Can you
: give me hint, where to learn more about the differences between
: active/passive ftp?
: 
It's almost futile to try to explain it these days when the Internet is so
complicated and unstable: firewalls, nats, proxies, host pools, blah blah
blah.  It all boils down to "if A doesn't work, try B".

Briefly, FTP makes two connections: a control connection (for commands)
and a data connection (for files).  This worked fine for decades, but now
it runs up against firewalls, etc.  Active and Passive mode determine
which side, the server or the client, creates the data connection.  On
some connections one works, but not the other.

For details see:

  http://www.columbia.edu/kermit/security.html#x2.1.1

- Frank


From Oliver.Menge@web.de Tue Apr  1 17:41:41 EST 2003
Article: 14202 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news-lei1.dfn.de!news-ham1.dfn.de!news.uni-hamburg.de!public.uni-hamburg.de!fs1y021
From: "Menge, Oliver" <Oliver.Menge@web.de>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: No route to host
Date: Tue, 1 Apr 2003 22:29:14 +0200
Organization: University of Hamburg -- Germany
Lines: 11
Message-ID: <Pine.A41.4.44.0304012223240.98664-100000@public.uni-hamburg.de>
References: <Pine.A41.4.44.0303312301330.100834-100000@public.uni-hamburg.de>
 <b6abl2$k62$1@watsol.cc.columbia.edu> <Pine.A41.4.44.0304010942290.96622-100000@public.uni-hamburg.de>
 <b6cdvl$noi$1@watsol.cc.columbia.edu>
NNTP-Posting-Host: public.uni-hamburg.de
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Trace: rzsun03.rrz.uni-hamburg.de 1049228980 21895 134.100.32.55 (1 Apr 2003 20:29:40 GMT)
X-Complaints-To: usenet@news.uni-hamburg.de
NNTP-Posting-Date: 1 Apr 2003 20:29:40 GMT
X-X-Sender: fs1y021@public.uni-hamburg.de
In-Reply-To: <b6cdvl$noi$1@watsol.cc.columbia.edu>
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14202

On 1 Apr 2003, Frank da Cruz wrote:

> It all boils down to "if A doesn't work, try B".

:-) Ok, thanks again! I'm glad, that I can do now (using "B") what I
wanted. And after this my first experience with active/pasive ftp, there
is one detail more to have in mind everyday. Should I be glad? For now I
am,

Oliver Menge



From henry.thorpe@att.net Wed Apr  2 10:14:30 EST 2003
Article: 14203 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
Message-ID: <3E8A5B3F.1090909@att.net>
From: "Henry E. Thorpe" <henry.thorpe@att.net>
Organization: Just me!
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: K95 2.1.4?
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 8
NNTP-Posting-Host: fbc5622610cf10b0eee3030099785e4c
X-Complaints-To: abuse@worldnet.att.net
X-Trace: bgtnsc04-news.ops.worldnet.att.net 1049254676 fbc5622610cf10b0eee3030099785e4c (Wed, 02 Apr 2003 03:37:56 GMT)
NNTP-Posting-Date: Wed, 02 Apr 2003 03:37:56 GMT
Date: Wed, 02 Apr 2003 03:37:56 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14203

The CKermit 2.208 release announcement said back on March 10:

'This is to announce C-Kermit 8.0.208, a minor update of C-Kermit 8.0 
that fixes all known bugs, adds a couple new features, and coincides 
with Kermit 95 2.1.4 (soon to be announced).'

Did I miss something?



From fdc@columbia.edu Wed Apr  2 10:15:53 EST 2003
Article: 14205 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: K95 2.1.4?
Date: 2 Apr 2003 10:15:48 -0500
Organization: Columbia University
Lines: 17
Message-ID: <b6eur4$m5t$1@watsol.cc.columbia.edu>
References: <3E8A5B3F.1090909@att.net>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1049296549 21254 128.59.39.139 (2 Apr 2003 15:15:49 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 2 Apr 2003 15:15:49 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14205

In article <3E8A5B3F.1090909@att.net>,
Henry E. Thorpe <henry.thorpe@att.net> wrote:
: The CKermit 2.208 release announcement said back on March 10:
: 
: 'This is to announce C-Kermit 8.0.208, a minor update of C-Kermit 8.0 
: that fixes all known bugs, adds a couple new features, and coincides 
: with Kermit 95 2.1.4 (soon to be announced).'
: 
: Did I miss something?
: 
No.

Because we are operating at reduced strength, we have not yet been able
to marshall the resources to package the 2.1.4 release.  Don't worry,
when it is ready, we won't keep it a secret.

- Frank


From fdc@columbia.edu Tue Apr  8 08:59:36 EDT 2003
Article: 14206 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.os.linux.misc,comp.os.vxworks,comp.os.linux.development.system,comp.protocols.kermit.misc
Subject: Re: Hyperterm on Linux
Date: 7 Apr 2003 14:06:58 -0400
Organization: Columbia University
Lines: 53
Message-ID: <b6seo2$cqj$1@watsol.cc.columbia.edu>
References: <b6jfg7$poe@netnews.proxy.lucent.com> <fcb7d817.0304040645.cb62e54@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1049738819 1935 128.59.39.139 (7 Apr 2003 18:06:59 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 7 Apr 2003 18:06:59 GMT
Xref: newsmaster.cc.columbia.edu comp.os.linux.misc:588268 comp.os.vxworks:56715 comp.os.linux.development.system:146280 comp.protocols.kermit.misc:14206

In article <fcb7d817.0304040645.cb62e54@posting.google.com>,
Hans Vermeersch <hans.vermeersch@protronic.com> wrote:
: You can use kermit on your linux pc. Create a file ".kermrc" in your
: home directory with the following lines in it :
: 
: set line /dev/ttyS0
: set speed 9600
: set carrier-watch off
: set handshake none
: set flow-control none
: robust
: set file type bin
: set file name lit
: set rec pack 1000
: set send pack 1000
: set window 5
: 
: Next the connection from your pc to the target is made with the
: command "kermit -c"
: 
That is one way to do it, but it assumes you'll never be using Kermit
for anything other than making connections out /dev/ttyS0 (you might
want to also use it for dialing modems, making Telnet and FTP connections,
executing scripts, etc).  Also:

 . SET CARRIER-WATCH OFF is unnecessary if you have a true null
   modem cable (DTR and CD cross-connected).

 . SET FLOW NONE is a recipe for disaster.  Use a true null-modem cable
   that cross-connects RTS and CTS, and then use "set flow rts/cts".

 . The ROBUST command (which slows file transfers to a crawl) is
   unnecessary if you have adequate flow control.

 . The speed can be much higher if you have a true null modem cable
   and are using RTS/CTS flow control; try 57600 or 115200.

 . "set file type bin" is not necessary in modern Kermit releases,
   which determine the type of each file automatically.

 . "set file name literal" is not necessary in modern Kermit releases,
   which automatically recognize the platform type of the opposite
   Kermit and adjust file-naming conventions as needed.

 . "set receive packet-length", etc, are not necessary because modern
   Kermit releases determine the optimum file-transfer protocol operating
   parameters automatically.

The current version of C-Kermit is 8.0:

  http://www.columbia.edu/kermit/ckermit.html

- Frank


From loescher.robert@gmx.net Tue Apr  8 11:00:21 EDT 2003
Article: 14207 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: loescher.robert@gmx.net (loro)
Newsgroups: comp.protocols.kermit.misc
Subject: Very old built-in Kermit
Date: 8 Apr 2003 07:46:10 -0700
Organization: http://groups.google.com/
Lines: 10
Message-ID: <1fa7ddce.0304080646.75493735@posting.google.com>
NNTP-Posting-Host: 193.186.50.33
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1049813170 26941 127.0.0.1 (8 Apr 2003 14:46:10 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 8 Apr 2003 14:46:10 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14207

I have to communicate with a very old kermit (1988) which is build-in
in an analyzer. When I try to receive files from this analyzer - and
there aren't any - my kermit (Vers 8) is sending a tag to the anylyzer
saying "too much retries" - this causes an error on the analyzer!
Can I disable this errormessage sent to the analyzer anyhow?

Please help me!!

Best Regards
Robert Loescher


From fdc@columbia.edu Tue Apr  8 11:03:16 EDT 2003
Article: 14208 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Very old built-in Kermit
Date: 8 Apr 2003 11:00:57 -0400
Organization: Columbia University
Lines: 19
Message-ID: <b6uo79$8sq$1@watsol.cc.columbia.edu>
References: <1fa7ddce.0304080646.75493735@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1049814058 28479 128.59.39.139 (8 Apr 2003 15:00:58 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 8 Apr 2003 15:00:58 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14208

In article <1fa7ddce.0304080646.75493735@posting.google.com>,
loro <loescher.robert@gmx.net> wrote:
: I have to communicate with a very old kermit (1988) which is build-in
: in an analyzer. When I try to receive files from this analyzer - and
: there aren't any - my kermit (Vers 8) is sending a tag to the anylyzer
: saying "too much retries" - this causes an error on the analyzer!
: Can I disable this errormessage sent to the analyzer anyhow?
: 
: Please help me!!
: 
Start by reading:

  http://www.columbia.edu/kermit/ckermit70.html#x4.22

and:

  http://www.columbia.edu/kermit/ckermit80.html#x15

- Frank


From LesCharles Wed Apr  9 08:48:05 EDT 2003
Article: 14209 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!news.maxwell.syr.edu!small1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail
NNTP-Posting-Date: Tue, 08 Apr 2003 19:48:18 -0500
From: <LesCharles>
Newsgroups: comp.protocols.kermit.misc
Subject: init string modification
Date: Tue, 8 Apr 2003 20:50:24 -0400
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <PIucncSY7NRP8A6jXTWcrg@comcast.com>
Lines: 16
NNTP-Posting-Host: 68.45.3.220
X-Trace: sv3-yYlVq6mOVxS9GnrTm3diExDe8jGhV32sI9tJl12LaynA0eivJcwaCEok2JAubRhw3tQcdufVBkzJFO2!4f1ueG8KXK9Z//vgr4k1FoXuuw6yL1Xyt/SqTcd1xHYfltaIZH0L7mQ0MKA=
X-Complaints-To: abuse@comcast.net
X-DMCA-Complaints-To: dmca@comcast.net
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.1
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14209

Looking for a bit of confirmation or suggestion as to best practice re K95
v2.

Using tapi (set port tapi), I wish to modify a modem setup string to turn
off its' blacklisting "feature".  It occurs to me that all I should have to
do in my script is to \Freplace the \v(m-init) string to insert the command,
after testing \v(modem) name to insure I don't shoot my self in the foot.
Almost too easy?

I must applaud the Kermit team for such a rich and flexible tool.  I only
wish I had it in my tool kit years ago.
A bit of a learning curve, but well worth the effort.

The book is on order




From msapiro@ccsf.edu Wed Apr  9 08:48:11 EDT 2003
Article: 14210 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!out.nntp.be!propagator2-sterling!news-in.nuthinbutnews.com!usc.edu!newshub.csu.net!sand.ccsf.cc.ca.us!fog.ccsf.cc.ca.us!msapiro
From: Mark Sapiro <msapiro@ccsf.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: init string modification
Date: Tue, 8 Apr 2003 18:47:43 -0700
Organization: City College of San Francisco
Lines: 34
Message-ID: <Pine.HPX.4.44.0304081817150.5354-100000@fog.ccsf.cc.ca.us>
References: <PIucncSY7NRP8A6jXTWcrg@comcast.com>
NNTP-Posting-Host: fog.ccsf.cc.ca.us
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-X-Sender: msapiro@fog.ccsf.cc.ca.us
In-Reply-To: <PIucncSY7NRP8A6jXTWcrg@comcast.com>
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14210


On Tue, 8 Apr 2003, it was written:

> Looking for a bit of confirmation or suggestion as to best practice re K95
> v2.
>
> Using tapi (set port tapi), I wish to modify a modem setup string to turn
> off its' blacklisting "feature".  It occurs to me that all I should have to
> do in my script is to \Freplace the \v(m-init) string to insert the command,
> after testing \v(modem) name to insure I don't shoot my self in the foot.
> Almost too easy?

Yup!

Kermit built in variables are read only.  You can't assign or define them
or change their values with functions.

You change \v(m_init) with the command
   SET MODEM COMMAND INIT-STRING

You might also find useful
   SET MODEM COMMAND PREDIAL-INIT

Give the command
   HELP MODEM
for more info.

Note, you can
   SET MODEM COMMAND INIT-STRING \freplace(\v(m_init),...)

--
Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



From jaltman2@nyc.rr.com Wed Apr  9 08:48:18 EDT 2003
Article: 14211 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: init string modification
References: <PIucncSY7NRP8A6jXTWcrg@comcast.com> <Pine.HPX.4.44.0304081817150.5354-100000@fog.ccsf.cc.ca.us>
In-Reply-To: <Pine.HPX.4.44.0304081817150.5354-100000@fog.ccsf.cc.ca.us>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 45
Message-ID: <T_Lka.593$TR5.285@twister.nyc.rr.com>
Date: Wed, 09 Apr 2003 02:57:55 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1049857075 66.108.138.151 (Tue, 08 Apr 2003 22:57:55 EDT)
NNTP-Posting-Date: Tue, 08 Apr 2003 22:57:55 EDT
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14211

TAPI dialing must be turned off if you want to be able to configure the 
INIT strings from Kermit.  If you do not, you must modify them in the 
Control Panel.

SET TAPI MODEM-DIALING {ON, OFF}



Mark Sapiro wrote:
> On Tue, 8 Apr 2003, it was written:
> 
> 
>>Looking for a bit of confirmation or suggestion as to best practice re K95
>>v2.
>>
>>Using tapi (set port tapi), I wish to modify a modem setup string to turn
>>off its' blacklisting "feature".  It occurs to me that all I should have to
>>do in my script is to \Freplace the \v(m-init) string to insert the command,
>>after testing \v(modem) name to insure I don't shoot my self in the foot.
>>Almost too easy?
> 
> 
> Yup!
> 
> Kermit built in variables are read only.  You can't assign or define them
> or change their values with functions.
> 
> You change \v(m_init) with the command
>    SET MODEM COMMAND INIT-STRING
> 
> You might also find useful
>    SET MODEM COMMAND PREDIAL-INIT
> 
> Give the command
>    HELP MODEM
> for more info.
> 
> Note, you can
>    SET MODEM COMMAND INIT-STRING \freplace(\v(m_init),...)
> 
> --
> Mark Sapiro <msapiro@value.net>       The highway is for gamblers,
> San Francisco Bay Area, California    better use your sense - B. Dylan
> 



From barry-cummings@attbi.com Wed Apr  9 08:48:35 EDT 2003
Article: 14212 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!solaris.cc.vt.edu!news.vt.edu!out.nntp.be!propagator2-sterling!news-in-sterling.newsfeed.com!news-in.nuthinbutnews.com!cyclone1.gnilink.net!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!sccrnsc01.POSTED!not-for-mail
From: "Barry Cummings" <barry-cummings@attbi.com>
Newsgroups: comp.protocols.kermit.misc
Subject: K95 from VB6
Lines: 8
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Message-ID: <oGMka.376822$3D1.206895@sccrnsc01>
NNTP-Posting-Host: 24.131.207.46
X-Complaints-To: abuse@attbi.com
X-Trace: sccrnsc01 1049859860 24.131.207.46 (Wed, 09 Apr 2003 03:44:20 GMT)
NNTP-Posting-Date: Wed, 09 Apr 2003 03:44:20 GMT
Organization: AT&T Broadband
Date: Wed, 09 Apr 2003 03:44:24 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14212

Is there an easy way to use K95 from within Visual Basic? Any components VB
can utilize, or even just invoking K95 command line commands would probably
be OK. Just looking to send /receive files, set server mode, etc.

Many thanks!





From fdc@columbia.edu Wed Apr  9 08:50:33 EDT 2003
Article: 14213 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: K95 from VB6
Date: 9 Apr 2003 08:50:24 -0400
Organization: Columbia University
Lines: 11
Message-ID: <b714ug$7i$1@watsol.cc.columbia.edu>
References: <oGMka.376822$3D1.206895@sccrnsc01>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1049892626 19864 128.59.39.139 (9 Apr 2003 12:50:26 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 9 Apr 2003 12:50:26 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14213

In article <oGMka.376822$3D1.206895@sccrnsc01>,
Barry Cummings <barry-cummings@attbi.com> wrote:
: Is there an easy way to use K95 from within Visual Basic? Any components VB
: can utilize, or even just invoking K95 command line commands would probably
: be OK. Just looking to send /receive files, set server mode, etc.
: 
See the K95 FAQ:

  http://www.columbia.edu/kermit/k95faq.html#embedding

- Frank


