Click to See Complete Forum and Search --> : ASP on chilisoft


Bill Crawley
April 29th, 2004, 06:16 AM
Hi All,

I'm running Linux redhat 7.3 with chilisoft asp.

In general code seems to work. However I have a flat text file in the Linux file system that exists and has all permissions for itself and parent set to RW_RW_RW. I am trying to use the filesystem object to access the file. Using fileexists, it finds the file. When I try to open with parameters, I get the message access denied. (I'm logged in as root user). If I change my open statement to the basic command (i.e. just pass the filename) i get error file does not exist even though it does and has passed the earlier test.