I am running Ubuntu 8.04 and have proftpd server running on it. All the permissions are setup fine except I cannot overwrite files (I have to delete and then upload - really annoying). I am not sure what the problem is. The owner of all files/folders is my username and the group is root (this could be the problem?)

Here is what the permissions look like: rwxr-xr-x

Any ideas? Thanks.

link|improve this question
I think you'd have better luck asking at serverfault.com. With luck this question will be moved there automatically. – Mark Ransom Jun 5 '09 at 3:06
feedback

1 Answer

In the config file (probably in /etc/proftpd.conf), check the AllowOverwrite flag. To enable overwrite, it should be:

AllowOverwrite on
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.