[zeromq-dev] Sending files from client to server using zeromq

Pieter Hintjens pieterh at gmail.com
Sun Jun 30 23:13:45 CEST 2013


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" <ashwini.ram21 at gmail.com> 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 <write at sma.im> 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 at lnowak.com> 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
> >> zeromq-dev at lists.zeromq.org
> >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> > _______________________________________________
> > zeromq-dev mailing list
> > zeromq-dev at lists.zeromq.org
> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130630/efbcd9d1/attachment.htm>


More information about the zeromq-dev mailing list