Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] No Mon 25th conference call, and ECF API work focus proposal

I think IFileTransfer's javadoc needs some clarification. isDone()
only returns true if is the transfer is done, but getException() is
only valid if it's true. Of course, there are some cases where
exceptions are not fatal, but one would assume that if an exception
has appeared, the transfer, or the entire connection, has been cut and
is, as a result, (probably) not done.

On another note, I'm having difficulties figuring out where a torrent
file comes into play once again due to this abnormal way of
transferring files. I considered a file URI being used for
sendRetrieveRequest(URI, IFileTransferListener), but that's supposed
to be a remote file, so it's a little unorthodox.

Regards,
Rem


Back to the top