I'm having a problem when testing the network settings. I get the error: The script does not have permission to write to the web site directory
You need to check the permissions on the server as the scripts require 'write' access to the site folder (usually 'acatalog').
The correct permissions for a Linux/Unix server are:
cgi-bin - 755 rwxr-xr-x
acatalog - 777 rwxrwxrwx
The correct permissions for a windows server are:
IIS
cgi-bin = read/execute
acatalog=read/write/execute
NTFS
cgi-bin = Catalog's FTP account needs 'Change' permissions on the directory
acatalog = Catalog's FTP account needs 'Change' permissions on the directory AND the IUSR_<servername> account needs to have 'Change' permissions on the directory
You need to check the permissions on the server as the scripts require 'write' access to the site folder (usually 'acatalog').
The correct permissions for a Linux/Unix server are:
cgi-bin - 755 rwxr-xr-x
acatalog - 777 rwxrwxrwx
The correct permissions for a windows server are:
IIS
cgi-bin = read/execute
acatalog=read/write/execute
NTFS
cgi-bin = Catalog's FTP account needs 'Change' permissions on the directory
acatalog = Catalog's FTP account needs 'Change' permissions on the directory AND the IUSR_<servername> account needs to have 'Change' permissions on the directory