Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
3.2 KiB

  1. //
  2. // This is the default hive definition for the FTP Server
  3. //
  4. // Author: MuraliK
  5. // Created: 21-March-1995
  6. //
  7. \registry\machine
  8. SYSTEM
  9. CurrentControlSet
  10. Services
  11. FtpSvc
  12. DependOnService = REG_MULTI_SZ TCPIP
  13. DisplayName = REG_SZ Microsoft FTP Server( MuraliK 95)
  14. ErrorControl = REG_DWORD 0x1
  15. ImagePath = REG_EXPAND_SZ %SystemRoot%\System32\inetsvcs.exe
  16. ObjectName = REG_SZ LocalSystem
  17. Start = REG_DWORD 0x3
  18. Type = REG_DWORD 0x20
  19. //
  20. // Gopher parameters are kept under the parameters key
  21. //
  22. Parameters
  23. //
  24. // Port to run the service on
  25. //
  26. Port = REG_DWORD 0x15
  27. HomeDirectory = REG_SZ c:\internet
  28. Virtual Roots
  29. / = REG_SZ c:\internet
  30. /gophroot = REG_SZ c:\internet\gophroot
  31. //
  32. // Security related parameters
  33. //
  34. EnablePortAttack = REG_DWORD 0
  35. AllowAnonymous = REG_DWORD 1
  36. LogAnonymous = REG_DWORD 0
  37. LogNonAnonymous = REG_DWORD 0
  38. AnonymousUserName = REG_SZ Internet
  39. //
  40. // Specifies when to timeout connection (in seconds)
  41. //
  42. ConnectionTimeout = REG_DWORD 900
  43. //
  44. // Maximum number of simultaneous connections allowed
  45. //
  46. MaxConnections = REG_DWORD 0x00000014
  47. //
  48. // Access Masks
  49. //
  50. ReadAccessMask = REG_DWORD 0x4
  51. WriteAccessMask = REG_DWORD 0x0
  52. //
  53. // Log Configuration for Gopher Service
  54. // Size is set to 4 MegaBytes
  55. //
  56. LogType = REG_DWORD 1
  57. LogFileDirectory = REG_EXPAND_SZ %SystemRoot%\System32
  58. LogFileTruncateSize = REG_DWORD 4000000000
  59. LogFilePeriod = REG_DWORD 1
  60. LogSqlDataSource = REG_SZ TSLOG
  61. LogSqlTableName = REG_SZ gophlog
  62. LogSqlUserName = REG_SZ InternetAdmin
  63. LogSqlPassword = REG_SZ sqllog
  64. //
  65. // For tracing debug output
  66. //
  67. DebugFlags = REG_DWORD 0x80000000
  68. //
  69. // Path name specifies location of the SNMP MIB DLL
  70. //
  71. Pathname = REG_EXPAND_SZ %systemroot%\system32