A callback would be a useful thing, but right now I'm not even needing something like that. I would like a way to monitor any download that is currently going on (even if it is not initiated by an FTPlet). Probably need some way to set the stream that we're using for output, but I'm not totally sure on that one.
marc On 5/3/07, Niklas Gustavsson <[EMAIL PROTECTED]> wrote:
Marc Chapman wrote: > Is there an easy way to figure out how many bytes of a particular download > have been sent? For instance, if I have a request on the ftpserver for a > particular file which is rather large, is there a way I can monitor the > status of that download by checking how many bytes i've sent versus the > number that need to be sent? No, currently I'm not aware of a way to do this. What would be your preferred way? For example via an Ftplet callback? /niklas
