"sbparsons" <sbparsons (AT) discussions (DOT) microsoft.com> wrote
Quote:
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