ftpconversions.5
上传用户:zibowangxu
上传日期:2007-01-04
资源大小:331k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Unix_Linux

  1. ."
  2. ." Copyright (c) 1999 WU-FTPD Development Group. 
  3. ." All rights reserved.
  4. ." 
  5. ." Portions Copyright (c) 1980, 1985, 1988, 1989, 1990, 1991, 1993, 1994 
  6. ." The Regents of the University of California.  Portions Copyright (c) 
  7. ." 1993, 1994 Washington University in Saint Louis.  Portions Copyright 
  8. ." (c) 1996, 1998 Berkeley Software Design, Inc.  Portions Copyright (c) 
  9. ." 1998 Sendmail, Inc.  Portions Copyright (c) 1983, 1995, 1996, 1997 Eric 
  10. ." P. Allman.  Portions Copyright (c) 1989 Massachusetts Institute of 
  11. ." Technology.  Portions Copyright (c) 1997 Stan Barber.  Portions 
  12. ." Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997 Free Software 
  13. ." Foundation, Inc.  Portions Copyright (c) 1997 Kent Landfield. 
  14. ."
  15. ." Use and distribution of this software and its source code are governed 
  16. ." by the terms and conditions of the WU-FTPD Software License ("LICENSE"). 
  17. ."
  18. ."     $Id: ftpconversions.5,v 1.4 1999/08/27 15:01:24 wuftpd Exp $
  19. ."
  20. .TH ftpconversions 5 
  21. .SH Name
  22. ftpconversions - ftpd conversions database
  23. .SH Description
  24. .NXR "conversions file" "format"
  25. The conversions known by 
  26. .BR ftpd(8)
  27. and their attributes are stored in an ASCII file that
  28. is structured as below.
  29. Each line in the file provides a description for a single
  30. .IR conversion.
  31. Fields are separated by colons (:).
  32. .PP
  33.     %s:%s:%s:%s:%s:%s:%s:%s
  34.      1  2  3  4  5  6  7  8
  35.     Field          Description
  36.       1             strip prefix
  37.       2             strip postfix
  38.       3             addon prefix
  39.       4             addon postfix
  40.       5             external command
  41.       6             types
  42.       7             options
  43.       8             description
  44. .SH Known Problems
  45. The conversions mechanism does not currently support the strip prefix
  46. and addon prefix fields.
  47. .SH Files
  48. .PN FTPLIB/ftpconversions
  49. .SH See Also
  50. ftpd(8), ftpaccess(5)