代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/116308/6113259
makefile
# This file is part of "The Java Telnet Application".
#
# (c) Matthias L. Jugel, Marcus Meissner 1996-2002. All Rights Reserved.
#
# Please visit http://javatelnet.org/ for updates and contact.
#
# --
www.eeworm.com/read/480174/6667358
c utelnetd.c
/* utelnetd.c
*
* Simple telnet server
*
* Artur Bajor, Centrum Informatyki ROW
*
*
* Joerg Schmitz-Linneweber, Aston GmbH
*
*
* V
www.eeworm.com/read/346384/11751638
c tcp_scan.c
/*
* tcp_scan - determine available tcp services, optionally collect banners
* and detect telnet options
*
* Author: Wietse Venema.
*/
#include
#include
#inclu
www.eeworm.com/read/223683/14619475
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// telnet server.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "st
www.eeworm.com/read/120203/14810969
c tstcom2.c
/*
* tstcom2.c 31 Oct 83 Craig Milo Rogers at USC/ISI
*
* This program tests the COM: communications package
* by using it as a TTY Telnet box. Both COM: ports are used
* for a single con
www.eeworm.com/read/187464/5220742
c tclient.c
/* tclient.c - main */
#include
char *host = "localhost"; /* host to use if none supplied */
int errexit(const char *format, ...);
int telnet(const char *host, const char *service);
/*
www.eeworm.com/read/286854/4031868
mmp telnettest.mmp
TARGET telnettest.dxe
TARGETTYPE exedll
//TARGETTYPE exe
SOURCEPATH ..\..
UID 0x01420071
TARGETPATH \test\telnettest.dxe
USERINCLUDE ..\..\puttysymbian ..\..\putty
SOURCE putty\telnet.c
SOU
www.eeworm.com/read/100100/15885109
h ckctel.h
/* ckctel.h -- Symbol and macro definitions for C-Kermit telnet support */
/*
Authors: Jeffrey Altman ,
Frank da Cruz
Columbia University Acade
www.eeworm.com/read/100081/15885817
lsm virtmodem.lsm
Begin3
Title: virtmodem
Version:
Entered-date: 04FEB98
Description: Virtmodem allows you to use zmodem etc. over a telnet
connection, using a serial modem program
www.eeworm.com/read/360251/10105743
c ttputc.c
/* ttputc.c - ttputc */
#include
#include
#include "telnet.h"
int tcout(char *cap, FILE *tfp);
int xputc(char ch, FILE *fp);
/*--------------------------------------------