about file transfer
From: Karim Bernardet <karim.bernardet@xxxxxxxxx>
Date: Mon, 9 Jul 2007 16:32:35 +0200 (CEST)
Hi

I am using gloox for "grid computing". I have a server which feeds clients of different types (simple linux computers, batch systems, grid systems) with jobs to process. All those people are talking to each other using the Jabber protocol. Now I would like to add the possibility to transfer files between the clients. For example :

Client A receives the job N
the job N needs the file F which is on the client B
So A should ask to B to transfer the file from B to A

I looked at the example SIProfileFT but I don't see very well how to implement this in my case. It could help if I could find more examples.

Cheers

Karim