Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] Filetransfer

Hi folks,

I'm trying to develop a filetransfer based on ECF as described in: http://www.eclipse.org/ecf/org.eclipse.ecf.docs/api/ --> ISendFileTransferContainerAdapter

I wonder now what an IFileID is supposed to do? The example shows that you can put a simple ID from the identity package to send a File, but it doesn't work for me ("... method is not applicable for arguments ..."). So my question is how do I convert an identity ID to an IFileID?

I would appreciate if anyone could help me.

Regards,
Eugen

PS.: is there some example/code snippet how to develop a remote file browser dialog?


Back to the top