readme

来自「伯克利大学的一个ftp协议的实现源代码,包括客户端和服务器端.」· 代码 · 共 29 行

TXT
29
字号
This is a port of the OpenBSD ftp daemon.The source was retrieved from ftp.openbsd.org on Mon May 19 06:20:58 EDT 1997,including the files	extern.h	ftpcmd.y	ftpd.8		ftpd.c	logutmp.c	logwtmp.c	pathnames.h	popen.cThese came from src/libexec/ftpd.The support files came from various sources, including OpenBSD's libc,NetKit 0.09, and sendmail 8.7.4. (8.7.4 because it was handy, not forany particular reason.) Others were written for this port.This version does not put ftp users in utmp; the utmp code is #if'd out.This means the -U option does not work.Send bug reports and whatnot to me, not to OpenBSD, as the OpenBSDorganization doesn't have anything official to do with this port.I'll forward them if necessary.Please don't use linux-ftpd-0.09 any longer as it's rather broken andthis version is in all respects superior.To install, edit MCONFIG, make, and make install. For configurationinstructions, read the man page, keeping in mind that it's for OpenBSDand hasn't been edited for Linux. (This will be fixed eventually.)David A. Holland	dholland@hcs.harvard.edu								19-May-1997

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?