proftpd.conf <Anonymous ~ftp> section configuration

  • In /etc/proftpd/proftpd.conf I edit <Anonymous ~ftp> section:


    First I enable write permision for anonymous users:


    # <Limit WRITE>
    # DenyAll
    # </Limit>


    Second I allow only specific IPs to connect as anonymous:


    <Limit LOGIN>
    Order allow,deny
    Allow form 192.168.1.134, 192.168.1.135
    Deny from all
    </Limit>


    I make this with nano but if I change FTP settings via Web Interface or change folder permisions I lose this changes.
    How to make these changes permanent in proftpd.conf? Is there another way to do that?

    • Offizieller Beitrag

    The web interface recreates the config files when you use it. That is why your settings don't stay. Did you try putting them in the extra options box?

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!