Depends how much you can use experimental code. Libzmq master has encryption now, and you could use filemq over that. It would need a little work to set up crypto keys.
Pieter On Jun 30, 2013 7:39 PM, "Ashwini" <[email protected]> wrote: > > Hi, > > Yea,I want to Send files over tcp. I am Still trying to figure out how to > go about it . I have an android application and want to send xml files from > the app to the server . To send the files I want to use zeromq. > > Thanks, > Ashwini > > On 30-Jun-2013, at 12:46 PM, Shaukat Mahmood Ahmad <[email protected]> wrote: > > > Do you want to use zeroMQ over http, if so there is no easy way to do > > it (communicate) over http. However over other transports like tcp and > > ipc zeroMQ is best solution. > > > > On Thu, Jun 27, 2013 at 8:49 PM, Lukasz Nowak <[email protected]> wrote: > >> Hello, > >> > >> ashwini ramamurthy <ashwini.ram21 <at> gmail.com> writes: > >> > >>> > >>> Hi, > >>> > >>> I want to send a xml file from the client to the server using zeromq . > I > >> was previously using HTTP PUT. I went through the zeromq discussion > list but > >> could not find many discussions on file transfer.My question is :what > are > >> the advantages of using zeromq to transfer files? > >>> How are large files transferred in zeromq and how would it be better > than > >> using HTTP? > >> > >> Have you checked the ZGuide? > >> > >> http://zguide.zeromq.org/page:all > >> > >> There is section discussing file transfers: > >> > >> http://zguide.zeromq.org/page:all#Transferring-Files > >> > >> It seems a really decent starting point. Other chapters of this guide > might > >> allow you to answer your questions. > >> > >> Best regards, > >> Lukasz Nowak > >> > >> PS. Greetings from the rainy-beery city :) > >> > >> _______________________________________________ > >> zeromq-dev mailing list > >> [email protected] > >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > _______________________________________________ > > zeromq-dev mailing list > > [email protected] > > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
