What's the best way to send large files

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

A shell based solution like scp perhaps?

I’d try Kem’s answer - see some of the troubles in this thread:

https://forum.xojo.com/19027-large-file-downloads-via-web-possible/20

Could you elaborate?

MBS Plugin can do sftp which I prefer over ftp due to SSL encryption built in and easy setup.