Re: Problem with open

2001-09-10 Thread Jorge Goncalvez
- Begin Forwarded Message - Date: Mon, 10 Sep 2001 18:11:06 +0200 (MEST) From: Jorge Goncalvez Subject: Re: Problem with open To: [EMAIL PROTECTED] Mime-Version: 1.0 Content-MD5: hoCpfVU18Iz7US62lINUDg== Hi, I made a program which runs good the first time but wrong

Re: Problem with open(....?) ....??

2001-08-19 Thread Me
> I have a script that has to traverse a path to get to a file to open > it. I do not own that file but the permissions are set to 644, so > I should be able to open it with my script. When I run the > script with the web browser, I get "No such file or directory". The web server runs CGIs as

Problem with open(....?) ....??

2001-08-19 Thread innovative-peripherals
I have a script that has to traverse a path to get to a file to open it. I do not own that file but the permissions are set to 644, so I should be able to open it with my script. When I run the script with the web browser, I get "No such file or directory". But when I run the script from the c