Stream file over internet ?
BlitzMax Forums/BlitzMax Programming/Stream file over internet ?
| ||
Hi I have try to find simples examples of files transfer between two PC via internet ? Without DLL please. only with native blitzmax socket. Anybody can help me ? |
| ||
BNetEx by Vertex has examples for TCP and UDP server - client connection in. Basing on those you just read in your file and send it over. As TUDPStream bases on the regular stream class you can do with anything you could do with a regular stream :) |