I am using the client libraries to add file sharing capabilities to my application. Though entirely new to this jakarta project, I have managed to get the Download facilities working well in a SWT-based client application. The UI provides the usually-expected progress bar.
When I come to the Upload side, however, I can find no method comparable to WebdavResource.getMethodData() that will allow me to monitor the data transfer activity for reporting progress to the user. I am getting successful uploads of multi-megabyte files to the Apache WebDAV server, but all I can do is report success or failure after what can be several minutes of data transmission. What have I missed? Thank you.
