Direct network transfers C#
Posted
by
Wladek
on Stack Overflow
See other posts from Stack Overflow
or by Wladek
Published on 2012-12-03T21:04:46Z
Indexed on
2012/12/04
5:04 UTC
Read the original article
Hit count: 297
google-drive-sdk
I was just curious, is it possible to have direct network transfers in c#, without local caching.
e.g. I have response stream which represents GoogleDrive file and request stream to upload file to another GoogleDrive account.
At that momment I can download file to local pc and next upload it to the google drive. But is it possible to upload it directly from one google drive to another or, at least, start uploading before full download will be completed.
Thank
© Stack Overflow or respective owner