代码搜索:ZModem
找到约 401 项符合「ZModem」的源代码
代码结果 401
www.eeworm.com/read/307341/13723845
ini ckurzsz.ini
; CKURZSZ.INI -- UNIX C-Kermit X/Y/ZMODEM extern protocol macros.
;
; F. da Cruz and C. Gianone, Columbia University, July 1994.
; Modeled after earlier non-REDIRECT macros by Rick Calder at AT&T.
;
;
www.eeworm.com/read/100100/15885129
ini ckurzsz.ini
; CKURZSZ.INI -- UNIX C-Kermit X/Y/ZMODEM extern protocol macros.
;
; F. da Cruz and C. Gianone, Columbia University, July 1994.
; Modeled after earlier non-REDIRECT macros by Rick Calder at AT&T.
;
;
www.eeworm.com/read/284630/8912622
key wzcomm.key
ZCOMM.EXE 6-20-00 for Windows NT and Windows 95 Full 32 bit
WIN32 console app with integrated TELNET client. Supports long
filenames, Graphic file xfer display, ZMODEM-90(Tm),
MobyTurbo(Tm), True YMO
www.eeworm.com/read/216450/4895184
1 rz.1
.TH RZ 1
.SH NAME
rz \- receive a file using the zmodem protocol
.SH SYNOPSIS
\fBrz\fR [\-\fBabepqvy\fR]\fR [\fB\-t \fItimeout\fR]\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \
www.eeworm.com/read/486992/6522156
c zm.c
#include "zmodem.h"
#include "rbsb.h"
#include "zm.h"
#include "zport.h"
#include "basetype.h"
#include "memmap.h"
#include "regio.h"
#include "uart.h"
#include "uart_reg.h"
#include "Gextern
www.eeworm.com/read/216450/4895073
1 sz.1
.TH SZ 1
.SH NAME
sz \- send a file using the zmodem protocol
.SH SYNOPSIS
\fBsz\fR [\fB\-LNbdefnopqruvy+\fR]\fR [\fB\-ci \fIcommand\fR] [\fB\-Ll\fR n\fR] [\fB\-t \fItimeout\fR]\fR
.br
.de FL
.TP
\\fB
www.eeworm.com/read/486992/6522155
c rz.c
#include
#include
#include
#include "zmodem.h"
#include "rbsb.h"
#include "zm.h"
#include "zport.h"
#include "v2cfg.h"
#if defined(RZ_MODULE)
#define MAX
www.eeworm.com/read/100079/15885965
makefile
# Makefile for Unix/Xenix rz and sz programs
# the makefile is not too well tested yet
CC=gcc -Wall
OFLAG= -O2
BIN=/usr/local/bin
ARCFILES= README rbsb.c gz *.t minirb.c zmodem.h \
zm.c zmr.c crctab
www.eeworm.com/read/100083/15885743
orig makefile.orig
# Makefile for Unix/Xenix rz and sz programs
# the makefile is not too well tested yet
CC=cc
OFLAG= -O
ARCFILES= README rbsb.c gz *.t minirb.c zmodem.h \
zm.c zmr.c crctab.c sz.c rz.c mailer.rz crc
www.eeworm.com/read/135417/13934306
c zmport.c
#include "evm50100.h"
#include "ks32c50.h"
#include "zmodem.h"
//
#define ZM_IO_INT
#ifdef ZM_IO_INT
#define ZM_PUTS(chan, str) i_puts((chan), (str))
#define ZM_PUTC(chan, ch) i_putc((chan), (ch