On Fri, Dec 20, 2002 at 06:08:42PM +0100, Bart Buitinga wrote:
> How does one, btw, put up config.tel to use telnet.exe in server
> mode and can ftp.exe do the same?
I use NCSA Telnet (telpkt.exe), not CUTCP Telnet (telnet.exe), but
they should work the same. If you start them without specifying a
host, they will be in ftp server mode. You should be able to ping
your DOS PC from the local network and ftp into it without using a
password (just hit Enter).
As far as I know, ftpbin.exe and ftp.exe are only ftp clients. I
don't know of a simple DOS telnet server.
My config.tel for telpkt.exe for my network contains the following:
------ config.tel -------
myip=192.168.1.2
netmask=255.255.255.0
domain="example.com"
name=linux1 ; hostip=192.168.1.1
name=dos ; hostip=192.168.1.2
name=linux2 ; hostip=192.168.1.3
#
# Example host file for Telnet 2.3
# Distributed with 2.3.07
...
# This is the packet driver interface
hardware=packet
# interrupt=
ioaddr=0x60
...
ftp=yes
...
-------------------------
Happy holidays,
Howard E.