Tuesday, April 5, 2011

Large File transfer from Flex client to C++ server through UDP

Hi all,I am trying to build a UDP application(P2P) of Large file transfer in Flex. My back end is C++. How can I transfer my client's files to server without any middle server. If I use stratus services..how to connect that to C++. Please help me, if possible with source code. Thank you.

From stackoverflow
  • Why would you choose to use UDP for a large file transfer?

    Naveen kumar : Hi Starkey,UDP is the best way that I know which transfers large files in rapidly.It is faster than TCP file transfer. In UDP, we can send data in packets. If u know any alternative please let me know.
  • Look at the FTP protocol.
    This problem has already been solved.

0 comments:

Post a Comment