ftpservers
上传用户:zibowangxu
上传日期:2007-01-04
资源大小:331k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Unix_Linux

  1. #
  2. # ftpservers file:
  3. # Format of the file is:
  4. #    ipaddr/hostname   directory-containing-configuration-files
  5. #
  6. #    10.196.145.10   /etc/ftpd/ftpaccess.somedomain/
  7. #    10.196.145.200  /etc/ftpd/ftpaccess.someotherdomain/
  8. #    some.domain      INTERNAL
  9. # The server parses the file and tries to match the IP address connected
  10. # to one found in the ftpservers file.  If a match is found then the path
  11. # to the specified directory that contains the configuration files
  12. # for that specific domain is returned.  If a match is not found, or 
  13. # an invalid directory path is encountered like above, default 
  14. # paths to the configuration files to use are returned.
  15. #
  16. # You can use the actual IP address or a specific hostname.
  17. #
  18. #    10.196.145.20  /etc/ftpd/config/faqs.org/
  19. #    ftp.some.domain  /etc/ftpd/config/faqs.org/
  20. #
  21. # As usual, comments and blanklines are ignored.
  22. #
  23. ####