代码搜索:FTPD
找到约 619 项符合「FTPD」的源代码
代码结果 619
www.eeworm.com/read/117567/6101516
conf ftpd.conf
## Ftp server host name
## The default host is the localhost
#FtpServer.server.config.host=localhost
## Ftp server port number.
## Default FTP port is 21.
FtpServer.server.config.port=21
#
www.eeworm.com/read/108242/6183757
c ftpd.c
/* ftpd.c
*
* ftpd An FTP server program for use with Minix.
*
* Usage: Minix usage: tcpd ftp ftpd
*
* 06/14/92 Tnet Release Michael Temari,
* 01/15/96 0.30
www.eeworm.com/read/108242/6183761
h ftpd.h
/* ftpd.h
*
* This file is part of ftpd.
*
*
* 01/25/96 Initial Release Michael Temari,
*/
#define GOOD 0
#define BAD 1
#define TYPE_A 0
#define TYPE_I 1
extern char *F
www.eeworm.com/read/101135/6238073
8 ftpd.8
.\" Copyright (c) 1985 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#
www.eeworm.com/read/101135/6238410
8 ftpd.8
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 14:23:47 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/101135/6238935
8 ftpd.8
FTPD(8) Minix Programmer's Manual FTPD(8)
NAME
ftpd, in.ftpd, setup.anonftp - DARPA Internet File Transfer Protocol
server
SYNOPSIS
www.eeworm.com/read/101082/6248312
c ftpd.c
#ifndef lint
static char *sccsid = "@(#)ftpd.c 4.3 (ULTRIX) 9/4/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1984,1988,19
www.eeworm.com/read/410380/11288703
c ftpd.c
/* - Ftp Server
* Copyright (c) 1985, 1988, 1990, 1992, 1993, 1994, 2002
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms,
www.eeworm.com/read/410380/11288734
8 ftpd.8
.\" Copyright (c) 1985, 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modificat
www.eeworm.com/read/410380/11288891
texi ftpd.texi
@node ftpd
@chapter ftpd
@cindex ftpd
@command{Ftpd} is the Internet File Transfer Protocol server process.
The server uses the TCP protocol and listens at the port specified in the
``ftp'' service s