On Thu, Sep 8, 2016 at 8:29 AM, Guy Algot <[email protected]> wrote: > Given v15s current tickle trunk of features, what would be a good way to > send data between servers across the WAN? > > In the past, I’ve done it by bundling up the data in a BLOB and dropping > it on a secure FTP site. Any better, faster, stronger methods one prefers? > Thanks. >
It seems you want to transfer bigger amount of data at once. I did similar think with WebServices - Triggers in tables I want to synchronize over WAN pack data in JSON format, another process uses SOAP call to transfer it to other side where data are unpacked. Advantage is that I can simply modify behaviour - like send only diff, send full data, send different data to different servers (for synchronisation over several servers, probably not your case), the system works fine if connection is lost or one side shut down etc. -- Peter Bozek ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

