代码搜索:TELNET
找到约 3,051 项符合「TELNET」的源代码
代码结果 3,051
www.eeworm.com/read/422964/10598058
java telnetclient.java
import java.net.*;
import java.io.*;
public class TelnetClient {
String host="162.105.31.222"; //Telnet服务器地址
int port=23; //端口号
public TelnetClient() {
System.out.println("Host " + ho
www.eeworm.com/read/465477/6938006
txt rfc658.txt
D. Crocker (UCLA-NMC)
RFC 658, NIC 31161 (Oct. 25, 1974)
Online file: [ISI]NAOLFD.TXT
TELNET OUTPUT LINEFEED DISPOSITION
1. Command name and code
NAOLFD 16
(Neg
www.eeworm.com/read/244900/12837178
java telnetclient.java
import java.net.*;
import java.io.*;
public class TelnetClient {
String host="162.105.31.222"; //Telnet服务器地址
int port=23; //端口号
public TelnetClient() {
System.out.println("Host " + ho
www.eeworm.com/read/491915/6428400
txt homeworka_chapter2.txt
Chapter 2
Review Questions
1.
1)The Web: HTTP;
2)file transfer: FTP;
3)remote login: Telnet;
4)Network News: NNTP;
5)e-mail: SMTP.
2.Network architecture refers to the organization
www.eeworm.com/read/264342/11319341
c will_txbinary.c
/* will_txbinary.c - will_txbinary */
#include
#include
#include "telnet.h"
char sndbinary; /* non-zero if TRANSMIT-BINARY */
extern u_char option_cmd;
/*----
www.eeworm.com/read/264342/11319381
c subfsm.c
/* subfsm.c */
#include
#include
#include "telnet.h"
#include "tnfsm.h"
extern int no_op(), subtermtype();
extern int abort();
struct fsm_trans substab[] = {
www.eeworm.com/read/264252/11324306
java telnetclient.java
import java.net.*;
import java.io.*;
public class TelnetClient {
String host="162.105.31.222"; //Telnet服务器地址
int port=23; //端口号
public TelnetClient() {
System.out.println("Host " + ho
www.eeworm.com/read/403887/11507133
java telnetclient.java
import java.net.*;
import java.io.*;
public class TelnetClient {
String host="162.105.31.222"; //Telnet服务器地址
int port=23; //端口号
public TelnetClient() {
System.out.println("Host " + ho
www.eeworm.com/read/260147/11743276
c status.c
/* status.c - status */
#include
#include
#include
#include
extern char doecho, sndbinary, rcvbinary; /* telnet options */
extern char *host, s
www.eeworm.com/read/260147/11743307
c will_termtype.c
/* will_termtype.c - will_termtype */
#include
#include
#include
#include "telnet.h"
char termtype; /* non-zero if received "DO TERMTYPE" */
char *term; /* te