m3nth Posted July 22, 2005 Report Share Posted July 22, 2005 Does anyone have any suggestions or rules-of-thumb on the easiest way to transfer a file over a network? I would also be interested in any libraries that have already been made for this. I can open a TCP/IP or UDP connection to my client but I don't have any code that will easily set up a file transfer. Quote Link to comment
Rolf Kalbermatter Posted August 12, 2005 Report Share Posted August 12, 2005 Does anyone have any suggestions or rules-of-thumb on the easiest way to transfer a file over a network? I would also be interested in any libraries that have already been made for this. I can open a TCP/IP or UDP connection to my client but I don't have any code that will easily set up a file transfer. 5376[/snapback] If you control both sides of the connection it would be simple to create two small applciations to do that. IF the other side is however already provided it will all depend on what protocol this applciation does support and if that protocol has some file transfer capabilities such as FTP would have. Rolf Kalbermatter Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.