Jump to content

Binary File Transfer


Recommended Posts

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.

Link to comment
  • 3 weeks later...
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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.