[ANN] This Week in LiveCode 259

Andre Garzia andre at andregarzia.com
Thu Mar 25 08:28:25 EDT 2021



> On 25 Mar 2021, at 01:14, Bob Sneidar via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> I suppose everything networking uses sockets, but these are protocols with standardized ways of establishing the connection and securing it. I was thinking of a custom client server file transfer method, but whether or not it could work for Jacque, I don’t know.
> 
> Bob S

Devising your own binary file transfer protocol based purely on TCP sockets is a very tedious and error prone process that will get you no advantages unless you really have some special need that is not solved by any of the solutions that already exists.

The easiest way to work around not being able to use FTP and friends, is with a simple HTTP server and a CGI on the server machine that has logic for receiving file uploads, then you simply use either libURL or TSNet to send the files.


More information about the use-livecode mailing list