I am currently trying to upload my site and am trying to configure the details first using "web/configure website details"
So I'm trying that and have got to the "directories" window, and entered the correct directories.
But when I press next it says "An error occurred while attempting to change permissions of the file actinicbasiccgitest.pl. the ftp server returned a reply code of 553. the current permissions of the file are 0664 and the required permissions are 0755. etc etc".
I assume this is a permissions test which has failed.
I've looked on my FTP server and found the following -
The permissions on the CGI directory are "drwxrwxr-x", and the rights on the file are "-rw-rw-r--".
How do I convert 0755 to -rw-rw-etc? And how do I set the default permissions for the directory? Or isn't this supposed to be set correctly when writing the file?
Any ideas what I'm supposed to do now? (ps. the server is under the control of the ISP)
So I'm trying that and have got to the "directories" window, and entered the correct directories.
But when I press next it says "An error occurred while attempting to change permissions of the file actinicbasiccgitest.pl. the ftp server returned a reply code of 553. the current permissions of the file are 0664 and the required permissions are 0755. etc etc".
I assume this is a permissions test which has failed.
I've looked on my FTP server and found the following -
The permissions on the CGI directory are "drwxrwxr-x", and the rights on the file are "-rw-rw-r--".
How do I convert 0755 to -rw-rw-etc? And how do I set the default permissions for the directory? Or isn't this supposed to be set correctly when writing the file?
Any ideas what I'm supposed to do now? (ps. the server is under the control of the ISP)
Comment