I think a lot of the threads are addressing this problem but all the answerrs are just saying it is our server.
The point is when I create my form, and I must say it is an excellent program, I then go into user and would can download the form1.html and would like to add some graphics etc.
Once I have finished and want to reload it the file will not upload as it has a permissions error.
This problem is because your webserver is running under an unconfigured user. That is why, when the form is generated, it has undefined permissions on it, and so no one can modify it except the root user. Try using one of the previous versions of the program, like v2.07 or so. That should fix it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think a lot of the threads are addressing this problem but all the answerrs are just saying it is our server.
The point is when I create my form, and I must say it is an excellent program, I then go into user and would can download the form1.html and would like to add some graphics etc.
Once I have finished and want to reload it the file will not upload as it has a permissions error.
Command: STOR form1.html
Response: 553 Rename/move failure: Permission denied
Error: Upload failed
This is really strange because it will upload into another directory just not the directory it came from in use.
Can anyone explain this or help me to fix this problem.
Other than that what a great little program.
Quentin
Something I find sometimes helps is to delete the file on the server, then FTP the new file up to the server.
I don't know why that works, or what the big diff is, but sometimes it just works :)
Hope this helps!
~ Michelle.
This problem is because your webserver is running under an unconfigured user. That is why, when the form is generated, it has undefined permissions on it, and so no one can modify it except the root user. Try using one of the previous versions of the program, like v2.07 or so. That should fix it.