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>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to