If I understand you correctly, you want to write a file to a different machine on your network (one which your web app does not reside locally). Windows NT/2000 uses SMB protocol for file sharing.
Java has no official SMB support. There may be workarounds through JNI, but I found no docs on this, and I'm not a C++ programmer.
Started a forum on this
here.
--
[ October 21, 2002: Message edited by: Toby Davis ]