Re: question on copy file from map drive

2003-01-28 Thread R. Joseph Newton
Angela_work wrote: > Hi all, > > I have cgi.pl file in internet server. I would like to copy a log file(read > only file) in J:\ (which I map it to the other server) to my d:\temp folder. > With the following code, I got "can't open input : Permission denied" > message when I open th cgi.pl file t

RE: question on copy file from map drive

2003-01-27 Thread Timothy Johnson
I would check what user the web server is running under. Chances are you are getting different credentials when you run it through the browser. -Original Message- From: Angela_work [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 11:50 AM To: [EMAIL PROTECTED] Subject: question