Thanks Carl!
The link you provided talks mainly about a tool, which says:
"IP*Works! Zip
Add advanced file and streaming compression to your applications. IP*Works! Zip is a suite of easy, fast, and effective components that enables developers to rapidly add compression and decompression functionality to any application.
IP*Works! Zip starting at $249 ...."
I'm more towards looking for a way in java to pass the username and password over to the remote box so that the java process could read a file on this remote box.
Without passing the username and password in java (
servlet), I'm getting the following error when accessing a shared file on a remote box:
"Java.io.FileNotFoundException: //aRemoteBox/d$/aDir/aFile (Access is denied.)"
Does anyone happen to have some ideas on this?
Thank you in advance,
--Renee