remoting and file transfer

  • Thread starter Thread starter mrndn
  • Start date Start date
M

mrndn

Hello,
I'm trying to learn about file transfer using remoting, and I was
wondering if there is some sample code that could help me understand
it. I've tried google, but almost all examples i've seen use sockets
directly. any help is appreciated. thanks!
 
mrndn said:
I'm trying to learn about file transfer using remoting, and I was
wondering if there is some sample code that could help me understand
it. I've tried google, but almost all examples i've seen use sockets
directly. any help is appreciated. thanks!

BTW, remoting was not designed to be used in scenarios where
file transfers are the main goal.

If you really want to use remoting for that, then transfer
the files as byte-arrays.

bye
Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top