home *** CD-ROM | disk | FTP | other *** search
/ ftp.morenci.k12.mi.us / ftp.morenci.k12.mi.us.tar / ftp.morenci.k12.mi.us / Clients / w2kxpv492 / 49sp2e.exe / English / WINNT / i386 / rm / Lwppro.ini < prev    next >
INI File  |  1998-03-11  |  2KB  |  78 lines

  1. [ServingFTP]
  2. ;
  3. ; Serving FTP Options
  4. ;
  5. ; AppendFile=(0 or 1)
  6. ;   User setting for appending to the log file. 
  7. ;          0=Overwrite the log file 
  8. ;          1=Append to the log file
  9. ;
  10. ; BeepOnLogin=(0 or 1)
  11. ;   When a user connects to the server, sound a windows beep.
  12. ;          0=Do not sound beep 
  13. ;          1=sound beep
  14. ;
  15. ; FileLogging=(0 or 1)
  16. ;   Log FTP protocol transactions to a file (what the server receives 
  17. ;   from the network and what the server sends to the network). 
  18. ;          0=no file logging
  19. ;          1=file logging
  20. ;
  21. ; LogFile=<file specification>
  22. ;   A fully qualified file specification of the log file.
  23. ;
  24. ; MultiSession=(0 or 1)
  25. ;   Enable concurrent Serving FTP sessions.
  26. ;          0=only one session is allowed at a time. 
  27. ;          1=NumServerSessions defines how many concurrent sessions 
  28. ;              are allowed
  29. ;
  30. ; NumServerSessions=(number of sessions)
  31. ;   If MultiSession is equal to 1, then this sets the number of 
  32. ;   concurrent sessions possible. The minimum is 1. The maximum is 
  33. ;   dependent on the number of tcp sockets available and how much 
  34. ;   memory the machine has for windows applications. The recommended 
  35. ;   value is 5.
  36. ;
  37. ; IdleTimeOut=(number of seconds)
  38. ;   The number of seconds a remote client can be idle before Serving 
  39. ;   FTP will close the connection. 300 seconds is the default. 30 
  40. ;   seconds is the minimum. 15000 seconds is the maximum.
  41. ;
  42. ; RestrictAccess=(0 or 1)
  43. ;   Restrict access to Serving FTP. 
  44. ;          0=complete access 
  45. ;          1=use the user/password file produced by Serving FTP 
  46. ;              to restrict access
  47. ;
  48. ; RestrictionFile=(file specification)
  49. ;   A fully qualified file specification to the user/password file.
  50. ;
  51. ; ScreenLogging=(0 or 1)
  52. ;   Display FTP protocol transactions (what the server receives from the
  53. ;   network and what the server sends to the network). 
  54. ;          0=no screen logging
  55. ;          1=screen logging
  56. ;
  57. ; ServerHome=(directory specification)
  58. ;   A fully qualified directory specification to where remote users
  59. ;   are placed first.
  60. ;
  61. AppendFile=1
  62. BeepOnLogin=1
  63. FileLogging=0
  64. IdleTimeOut=300
  65. LogFile=
  66. MultiSession=0
  67. NumServerSessions=5
  68. RestrictAccess=1
  69. RestrictionFile=
  70. ScreenLogging=1
  71. ServerHome=c:\tmp
  72. Iconized=1
  73. Left=319
  74. Top=87
  75. Right=814
  76. Bottom=382
  77.  
  78.