The correct permissions for a Linux/Unix server are:
acatalog folder - 755 (rwxr-xr-x)
cgi-bin - 755 (rwxr-xr-x)
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.
* known as 'Modify' in later versions.
acatalog folder - 755 (rwxr-xr-x)
cgi-bin - 755 (rwxr-xr-x)
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.
* known as 'Modify' in later versions.