README
上传用户:pycemail
上传日期:2007-01-04
资源大小:329k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Unix_Linux

  1. ProFTPD 1.2 README
  2. ---------------------
  3. INTRODUCTION
  4. ************
  5. ProFTPD is a highly configurable ftp daemon for unix and unix-like
  6. operating systems.  Currently, the following operating systems are
  7. supported:
  8. !! NOTE: gcc and gmake are _required_ on all platforms, unless otherwise
  9.    indicated !!
  10. Linux (recommend kernel 2.0.x or 2.2.x -- _glibc2 (libc6) required_)
  11. BSDI 2.x (possibly)
  12. BSDI 3.1 (tested -- use gmake instead of make)
  13. BSDI 4.0
  14. IRIX 6.2
  15. IRIX 6.3 (native compiler or gcc)
  16. IRIX 6.4 (tested) 
  17. Solaris 2.5.1 (see README.Solaris2.5x)
  18. Solaris 2.6
  19. AIX 3.2 (native compiler)
  20. AIX 4.2 (tested)
  21. OpenBSD 2.2/2.3 (tested)
  22. FreeBSD 2.2.7 (tested)
  23. Digital UNIX 4.0A
  24. DEC OFS/1 (native compiler)
  25.   [ Note: there is a known problem with FreeBSD 2.2.7 and earlier
  26.     involving libc.  Expect to see syslog/console messages similar
  27.     to `cannot open /etc/pwd.db', as well as being unable to see
  28.     user/group names inside of chroots ]
  29. ProFTPD is designed to be somewhat of a "drop-in" replacement for wu-ftpd.
  30. Full online documentation is available at http://www.proftpd.org,
  31. including a server configuration directive reference manual.
  32. INSTALLATION
  33. ************
  34. For detailed installation instructions, see the INSTALL file in the source
  35. distribution.
  36. 1.  Configure the source distribution for your OS type by running the GNU
  37. autoconf 'configure' script in the root source directory.
  38. 2.  If configure runs without a problem, simply type 'make' from the root
  39. source directory to build the necessary binaries.  You may need to tweak
  40. config.h and/or Makefile to suit your needs.
  41. 3.  'make install' to install proftpd.  By default, the 'proftpd' binary
  42. is installed into /usr/sbin.  You can alter the default installation
  43. directories by editing the top level Makefile.
  44. 4.  By default, proftpd looks for a single configuration file as
  45. /usr/local/etc/proftpd.conf.  Copy sample-configurations/basic.conf to
  46. /usr/local/etc/proftpd.conf and modify to suit your needs.  More advanced
  47. configuration examples are also included.
  48. 5.  If you wish to run proftpd as a standalone daemon, you'll need to
  49. modify your system startup rc scripts to start proftpd on boot.  Make sure
  50. you change the ServerType directive in /etc/proftpd.conf in order to tell
  51. proftpd which mode it is running in.  If you wish to run proftpd from
  52. inetd (the default), you'll need to modify your /etc/inetd.conf file
  53. appropriately, and restart the inetd super-server.
  54. 6.  All done!