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
 
Back
Top