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

Hi Scott,

I've added to the javadocs for IFileTransfer.  Please let all know what
you think.  The intention is to have the following semantics:

Looks good to me, thanks Scott.

It seems to me that bittorrent should probably have it's own protocol
for the URI...e.g.

URI target = new URI("torrent:///path/to/torrent/file.bt");
ftc.sendRetrieveRequest(target,listener);

What do people think?

Well, this could work, but the interface specifies

sendRetrieveRequest(URI remoteFile, IFileTransferListener transferListener)

It's not very "remote" when the torrent file has been saved locally,
is what I meant in my previous email.

Regards,
Rem


Back to the top