Hi I realize this is actually more of a java language issue, but I wanted to be sure I am using the webdav api correctly. I'm using the getMethod to retrieve an input stream, whose contents I want to route to an outputstream. I have some very large files (> 150 mg) that are blowing out my byte array buffer that I use to read the input stream and then route to my output stream. Does anyone know of a more efficient way of getting my file input stream into an output stream ? Thanks Nick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
