source: trunk/minix/commands/ftpd200/README@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 1.5 KB
Line 
1ftpd200 --- FTP server program for Minix 2.0
2written by Michael Temari <Michael@TemWare.Com> release 2.00 2005-02-25
3
4Full download: <a href="/pub/contrib/ftpd200.tar.Z">ftpd200.tar.Z</a>
5
6Ftpd is the File Transfer Protocol (FTP) server.
7
8Important: Release 2.00 incorporates an improved mechanism to restrict
9execution of commands on the server. This is done through use of a
10shell script, ftpdsh. Any earlier ftpd version in use on a system
11accessible from the Internet should be upgraded at least to version 1.01,
12version 2.00 is preferable.
13
14Installation: unpack the tarball in /usr/local/src or another directory
15of your choice:
16zcat < ftpd200.tar.Z | tar xvfp -
17
18The ftpd200 directory will be created. Read the Makefile to see how
19the program is compiled and installed:
20
21make (or make ftpd) -- compiles the binary
22make install -- installs /usr/bin/in.ftpd, and ftpdsh. Also installs
23 setup.anonftp script.
24make installman -- installs new ftpd.8 man page in /usr/local/man/man8
25
26The shell script setup.anonftp sets up and verifies configuration for
27anonymous ftp. If you provide anonymous ftp you are letting anyone in
28the whole wide world execute a program on your computer. You want to
29make sure it's set up correctly so outsiders can't mess with things
30they shouldn't.
31
32This file is included as README in the source directory. For more
33notes on compiling and installing, also please see the file README2.
34
35notes updated by asw 2005-02-25
Note: See TracBrowser for help on using the repository browser.