On Mon, Feb 19, 2001 at 02:14:01PM +0000, Bhavul wrote:
> How to upload the cgi script/
>
> My server has a cgi-bin directory. I created a sample html file which had a
> link to a sample perl script. I uploaded my sample page in the main
> directory and the perl script in the cgi-bin directory. When I clicked on to
> the link to execute the perl script. It showed me a page saying that access
> forbidden. What do I need to do
>
You need to make sure your CGI script has the appropriate permissions. If
you're using Fetch, after uploading the file, select it in the file
listing, then choose "Set Permissions..." from the Remote menu. In the
Permissions dialog, make sure all three of the Search/Execute boxes are
checked.
If you're using some other FTP client, you'll have to read its manual. :)
Ronald