Question about File writing and authorisation

2005-04-27 Thread Maarten Janssen
Hello, I have a servlet that create output files (txt) on the fly (with File obj etc). I can write these files anywhere on the server (where the apllication is running), so thats great. But if I want to write them to another computer in the netwok (accessed by \\name) I receive an access denied

RE: Question about File writing and authorisation

2005-04-27 Thread Peter Crowther
From: Maarten Janssen [mailto:[EMAIL PROTECTED] I have a servlet that create output files (txt) on the fly (with File obj etc). I can write these files anywhere on the server (where the apllication is running), so thats great. But if I want to write them to another computer in the netwok