1-888-932-3746
   

Members

  

Visit BBBonline.org

Hosting Plans

Testimonials

Why Choose Us?  

FAQS

Support

Order Now 

Switch To Us

 

 Home

Submit Trouble Ticket

Helpdesk Home

Control Panel

Webmail

Suggest a Question

Request FrontPage Extensions

List your site with Overture to be in the #1 position in search results across the Web.
 Sign-up now with Overture!

Request One Time Listing

 ACTWDSitehosting Home

WebhostingForIdiots Home

www.e-commercesolutions.net

 
CGI FAQs - How do I set permissions on a CGI file?

Permissions for the file can be changed in your FTP program after uploading.  Below we have included an example from WS FTP.  Other FTP programs may work differently, but should have an option for changing permissions.  This option is often referred to as chmod, change permissions, modify permissions, etc.  Refer to your FTP program's help menus if you can't find the permissions option.  The maximum permissions allowed on our servers are 755.

 
Numeric

UNIX equivalent

Owner

read/write/execute

Group

read/write/execute

Other

read/write/execute

755

rwxr-xr-x

   

   

   

744

rwxr--r--

   

   

   

644

rw-r--r--

 

   

   

Here's the easy way to remember how the numbers work:

4=read

2=write

1=execute

So, if the other is set to read (4) and execute (1), the last digit would be 5.

Changing permissions in WS FTP

To begin, you will need to upload your file into your cgi-bin on the server.  Be sure to upload cgi files in ASCII or they will be corrupted during the upload process and not work.
In the Remote System window of WS FTP, single click on the file you wish to change permissions for to highlight it.  Hover your mouse pointer over the filename and right click to drop down the menu.  On the menu move to chmod(Unix) and click.
The Remote file permissions window will now appear.  Check or uncheck boxes to set permissions as required.  Keep in mind that the max permissions allowed on our server are 755.  Refer to the chart above if you are unsure which boxes to check.

When finished, click OK.