On a desktop app , which is the most reliable way of sending a large file in xojo from one computer to another over a network.
I’m not looking for a FTP solution or database solution , just transferring a large file from one app to another.
Easytcp has a bad leak and tcp takes time to write and perfect , is there a xojo alternative or is it best to just write a tcp socket solution. Or a plugin that’s quick to implement.
Dave