paste.org.ru Wed Nov  5 23:24:46 2014 : Anonymous : config : 2850 wide : parent [ 11 years ]
cookies:
name:

scheme:

custom css:


tools:
custom css sample
paste bash script
more coming soon
or not soon...
last:

- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous
- Anonymous

  1. # This is a basic ProFTPD configuration file (rename it to
  2. # 'proftpd.conf' for actual use. It establishes a single server
  3. # and a single anonymous login. It assumes that you have a user/group
  4. # "nobody" and "ftp" for normal operation and anon.
  5. ServerName "ProFTPD Default Installation"
  6. ServerType standalone
  7. DefaultServer on
  8. # Port 21 is the standard FTP port.
  9. Port 21
  10. TimeoutSession 86400
  11. # Users require a valid shell listed in /etc/shells to login.
  12. # Use this directive to release that constrain.
  13. RequireValidShell off
  14. # Umask 022 is a good standard umask to prevent new dirs and files
  15. # from being group and world writable.
  16. Umask 022
  17. # To prevent DoS attacks, set the maximum number of child processes
  18. # to 30. If you need to allow more than 30 concurrent connections
  19. # at once, simply increase this value. Note that this ONLY works
  20. # in standalone mode, in inetd mode you should use an inetd server
  21. # that allows you to limit maximum number of processes per service
  22. # (such as xinetd).
  23. MaxInstances 30
  24. # Set the user and group under which the server will run.
  25. User root
  26. Group root
  27. # To cause every FTP user to be "jailed" (chrooted) into their home
  28. # directory, uncomment this line.
  29. DefaultRoot /home/ftp
  30. AllowLogSymlinks on
  31. AllowStoreRestart on
  32. #CharsetLocal UTF-8
  33. #CharsetRemote CP1251
  34. LangEngine on
  35. UseEncoding UTF-8 CP1251
  36. #MaxClients 8 "Достигнут предел на количество клиентов"
  37. #MaxClientsPerHost 8 "Достигнут предел на количество клиентов с Вашего хоста"
  38. #MaxClientsPerUser 8 "Достигнут предел на количество подключений (%m)"
  39. #MaxHostsPerUser 8 "Больше нельзя"
  40. # Normally, we want files to be overwriteable.
  41. <Directory />
  42. AllowOverwrite off
  43. # AllowLogSymlinks on
  44. </Directory>
  45. # Our "basic" anonymous configuration, including a single
  46. # upload directory ("upload")
  47. <Anonymous /home/ftp>
  48. # Allow logins if they are disabled above.
  49. <Limit LOGIN>
  50. AllowAll
  51. </Limit>
  52. # Maximum clients with message
  53. MaxClients 5 "Sorry, max %m users -- try again later"
  54. User ftp
  55. Group ftp
  56. # We want clients to be able to login with "anonymous" as well as "ftp"
  57. UserAlias anonymous ftp
  58. # Limit WRITE everywhere in the anonymous chroot
  59. <Limit WRITE>
  60. DenyAll
  61. </Limit>
  62. # An upload directory that allows storing files but not retrieving
  63. # or creating directories.
  64. <Directory /home/ftp/upload/*>
  65. # r-x
  66. Umask 222
  67. # <Limit READ>
  68. # AllowAll
  69. # </Limit>
  70. <Limit RMD>
  71. DenyAll
  72. </Limit>
  73. <Limit READ WRITE STOR MKD>
  74. AllowAll
  75. </Limit>
  76. </Directory>
  77. </Anonymous>


viewable in any browser valid css valid html 4.01 powered by lighttpd colored by colorer written in perl hosted by stavcom