How to enable a Listener before file transfering [VFS]

2007-06-20 Thread safraz
How can i have a listener when calling fileObject.copyFrom I want to get the transferred bytes in the destination. any suggestions -- This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com http://www.opensubscriber.com/messages/commons-user@jakarta.apache.org/topic.html

Re: How to enable a Listener before file transfering [VFS]

2007-06-20 Thread Mario Ivankovits
Hi! How can i have a listener when calling fileObject.copyFrom I want to get the transferred bytes in the destination. This is not possible yet. The Progress and Cancellation API for VFS is still on the TODO list, but time constraints prevent me from doing something in this area. Sorry.