Re: File transfer over remoting channel

Tech-Archive recommends: Fix windows errors by optimizing your registry




"sbparsons" <sbparsons@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4FEA661D-41D0-489F-8702-0C58A2E534F0@xxxxxxxxxxxxxxxx
Hi all,

Is there a mechanism to allow file transfer over a remoting channel?

We are constantly coming up against permission issues when attempting file
transfers over client networks so was wondering if this were possible.

Thanks in advance for any input.

Sean

Yes, you can transfer files over remoting, as any other binary data. You
only need to take care of fact that files can be large, so you have to break
your transfer to smaller pieces (chunks).

Regards,
Goran


.