You can use this program to set the access permissions on your files
if your FTP program does not support the chmod command.
Any HTML or SHTML documents that you want your server to send must have
read permission set. (CHMOD mode 644)
Any CGI programs on your server (in cgi-bin or elsewhere) must have execute
permissions set. (CHMOD mode 755)
The full path input box should contain the complete path to the file
that you want to set the permissions on. (For example: /www/htdocs/index.html,
/www/cgi-bin/fmail.pl, etc...)
Next choose which mode you want to set. Select a radio button for readable(644)
or executable(755). If you know unix chmod settings, you can select the third
option and give the numeric mode setting yourself.
|