Freesco, NND, CDN, EOS
http://forum.freesco.pl/

PROFTPD :(
http://forum.freesco.pl/viewtopic.php?f=35&t=3192
Strona 1 z 1

Autor:  Anonymous [ niedziela, 16 listopada 2003, 03:06 ]
Tytuł:  PROFTPD :(

Mam problem z PROFTPD:

: [/] [] ()
ServerName                      "Witaj na serwerze"
ServerIdent             on      "Witaj na serwerze FTP"
ServerType                      standalone
ServerAdmin                     "czczcz@poczta.fm "
Port                            21
DefaultServer           on 
DeferWelcome            on   
RootLogin               off     
Identlookups            off 
UseReverseDNS           off
LoginPasswordPrompt     off

Umask                   0133    0022
User    nobody       
Group   nobody
DefaultRoot                     ~
AuthUserFile                    /etc/passwd 
AuthGroupFile                   /etc/group 
UseFtpUsers             off           
PersistentPasswd        on         
AccessGrantMsg                  "Access granted. Welcome %u !!!"

MaxClientsPerHost               10      "Przepraszam, ale nie mozesz sie logowac
MaxClients                      20      "Przepraszam, ale juz jest na serwerze 2
MaxLoginAttempts                5
MaxInstances                    50   

TimeoutIdle                     999 
TimeoutLogin                    30 
TimeoutNoTransfer               999
TimeoutStalled                  60

TimesGMT                on       # GMT times are best - makes the world stand st

RateReadBPS                     104857600
RateWriteBPS                    104857600
RateReadFreeBytes               104857600
RateWriteFreeBytes              104857600
RateReadHardBPS         on
RateWriteHardBPS        on

SystemLog                       /dev/tty3 # log warnings to tty3
SyslogLevel                     warn    # SyslogLevel emerg|alert|crit|error|war
TransferLog                     NONE    # you want a transferlog? make it /var/p

LogFormat       xfer    "%t %a %u (%r) %f" # how the log "xfer" should be

# Global settings
<Global>
        <Limit LOGIN>
                Allow from All   
                IgnoreHidden            on
        </Limit>

        AllowForeignAddress     on
        PathDenyFilter                  "(^|/)[-.~]"
        AllowOverwrite          on
        UseGlobbing                     on
        ShowSymlinks            on 
</Global>

<Directory ~>
        AllowStoreRestart       on
        AllowRetrieveRestart    on # you may resume downloads
        HideNoAccess            on  # hide files you dont have access to
</Directory>

<Anonymous ~>
        User                    nobody     # Anon = nobody
        Group                   nobody    # ditto
        UserAlias                       anonymous ftp
        MaxClients                      10
   <Directory ~>
     <Limit WRITE>
       DenyAll
     </Limit>
   </Directory>
     <Directory ~>
        <Limit READ WRITE>
            DenyAll
        </Limit>
    <Limit STOR>
            AllowAll
    </Limit>

    </Directory>
</Anonymous>


I w sumie mogę się zalogować na serwer po utworzeniu użytkownika, ale ... nie mogę nic wrzucić na serwer. Dlaczego ???

Strona 1 z 1 Strefa czasowa UTC+2godz.
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/