Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2006 14:21:24 +0200
From:      "Maan Jee" <maanjee@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Overwite problem
Message-ID:  <2cd0a0da0605150521g1ab96f67k4142928d5c181acd@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hej

I have installed ProFTP on my computer. And have following settings in the
proftpd.conf file. But I am unable to overwrite on a file? What is the
wrong?

# Normally, we want files to be overwriteable.
<Directory /home/mjinitial/maanjee>
        AllowOverwrite on
</Directory>

<Directory ~>
        <Limit STOR CWD>
                AllowAll
        </Limit>
        <Limit READ RMD DELE MKD>
                AllowAll
        </Limit>
</Directory>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2cd0a0da0605150521g1ab96f67k4142928d5c181acd>