Re: MergExt BLE

2021-01-30 Thread General 2018 via use-livecode
Hi, Is Monte able to support MergeBLE still or is this now solely with Livecode ? Anyone help please . Regards Camm > On 22 Jan 2021, at 14:43, General 2018 wrote: > > Hi , > > I think the issue is the need for “Thread Safe” and / or “Concurrent > Buffering” for write/read function with Me

Re: installing and running LC on 'headless' linux server

2021-01-30 Thread Ben Rubinstein via use-livecode
Hi Matthias, Thanks for answering. I haven't looked into Livecode Server. When you say I could run livecode scripts directly from shell, does that means scripts, but not stacks? Is Livecode Server easier to install on a 'headless' system? Is there somewhere I should look to find explanation

Re: installing and running LC on 'headless' linux server

2021-01-30 Thread matthias rebbe via use-livecode
Hi Ben, Livecode Server can only execute Livecode script files, but it can make use of stackfiles if you want to use the stack as a library for example. I am sorry, if i cannot explain it more detailed. Ask me in German and i could tell you what i really mean. ;) But good example is this page

Which of the current FTP legends should I be using?

2021-01-30 Thread PrestoBruce via use-livecode
I need to upload a binary file (jpg,pdf,png,etc) to an FTP account. I have spent more hours than I care to admit trying to make tsNetUploadSync work for me. I used the example found at https://lessons.livecode.com/m/4071/l/851756-how-to-upload-a-file-using-ftp Which at first blush, worked the fir

Re: Which of the current FTP legends should I be using?

2021-01-30 Thread Curry Kenworthy via use-livecode
Bruce: > tsNetUploadSync > binary files are corrupted Try tsNetUploadFile - fewer steps! Best wishes, Curry Kenworthy Custom Software Development "Better Methods, Better Results" LiveCode Training and Consulting http://livecodeconsulting.com/ ___

Re: Which of the current FTP legends should I be using?

2021-01-30 Thread Charles Warwick via use-livecode
Hi, If you are following the code from the lesson, what are you getting back in the tRecvHeaders variable? Generally as part of the response stored in that variable, it will indicate whether it is using ascii or binary mode for transmission. Regards, Charles > On 31 Jan 2021, at 11:21 am, P

Re: installing and running LC on 'headless' linux server

2021-01-30 Thread Mark Talluto via use-livecode
Hi Ben, My favorite method is to build server code with standalones and script only stacks. You can run them headless using the -ui method as you proposed earlier. You can have the standalone act as a starter stack that loads in your script only stacks as libraries. This model makes it easy to d