# This is a basic ProFTPD configuration file (rename it to # 'proftpd.conf' for actual use. It establishes a single server # and a single anonymous login. It assumes that you have a user/group # "nobody" and "ftp" for normal operation and anon. # °íÄ¡±âÀü¿¡ /etc/inetd.conf ÆÄÀÏ¿¡¼­ ftp°ü·Ã ÁÖ¼®Ã³¸®ÇؾßÇÔ. # standaloneÀÏ °æ¿ì...................... ServerName "ProFTPD ALZZA Default Installation" ServerType standalone ServerAdmin ftp@urban.suwon.ac.kr DefaultServer on # ++++++++Global·Î 2°³ À̵¿+++++++++++++++++VirtualHost±îÁö ¿µÇâ+++++++++++++ User nobody Group nobody DisplayLogin .welcome.msg DisplayFirstChdir .message RequireValidShell off ShowSymlinks on Umask 022 UserAlias anonymous ftp DefaultRoot ~ !san2 # Use Pam Module (required /etc/pam.d/ftp) # please read /usr/doc/proftpd-1.2pre3/mod_pam.c # AuthPAMAuthoritative on # Ãß°¡ÇÑ ³»¿ë ++++++++++++++++++++++++++++++++++ #ShowSymlinks on # Port 21 is the standard FTP port. Port 21 # Umask 022 is a good standard umask to prevent new dirs and files # from being group and world writable. Umask 022 # To prevent DoS attacks, set the maximum number of child processes # to 30. If you need to allow more than 30 concurrent connections # at once, simply increase this value. Note that this ONLY works # in standalone mode, in inetd mode you should use an inetd server # that allows you to limit maximum number of processes per service # (such as xinetd) MaxInstances 30 # Set the user and group that the server normally runs at. # Support upload/download ratios # please read /usr/doc/proftpd-1.2pre3/mod_ratio.c # # HostRatio foobar.net 100 10 5 100000 # Normally, we want files to be overwriteable. AllowOverwrite on # A basic anonymous configuration, no upload directories. User ftp Group ftp # We want clients to be able to login with "anonymous" as well as "ftp" # Limit the maximum number of anonymous logins MaxClients 10 "Á˼ÛÇÕ´Ï´Ù. ÃÖ´ë ÀοøÀº %m¸í ÀÔ´Ï´Ù. -- try again later" # Limit the maximum number per host MaxClientsPerHost 1 "È£½ºÆ®´ç 1ȸ¸¸ Á¢¼Ó°¡´ÉÇÕ´Ï´Ù." # We want 'welcome.msg' displayed at login, and '.message' displayed # in each newly chdired directory. # Limit WRITE everywhere in the anonymous chroot DenyAll # Upload directory, allow upload and mkdir and deny download # Umask 022 AllowALL DenyALL # ~ftp/incoming Æú´õ¿¡ ´ëÇؼ­ ++++++++++++++++++++++++++++++++++++++ # Àбâ/¾²±â/µð·ºÅ丮¸¸µé±â À§Çؼ­ ´ÙÀ½ ÁÖ¼®Á¦°Å+++++++++++++++++++++ # # # AllowALL # # # °¡»ó FTP È£½ºÆ®¼³Á¤ ++++++++++++++++++++++++++++++++++++++++++++++ ServerName "linuxer.suwon.ac.kr" ServerAdmin ftp@linuxer.suwon.ac.kr Umask 070 # Çʼö ¿ä°Ç ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # RequireValidShell off MaxClients 10 MaxClientsPerHost 1 # DisplayLogin .welcome.msg # DisplayFirstChdir .message User ftp Group san2 # UserAlias anonymous ftp # # AllowAll # # # AllowAll # DenyAll AllowAll
Page loading: 0.04(server) + (network) + (browser) seconds