Re: Database locked in merged application

2017-12-20 Thread James Knight via 4D_Tech
Thanks to those who’ve replied so far with this. I’m using 4D 15.5 build 15.216758 on Mac OS X 10.13.1 I think that I’ve followed the instructions for creating a default data file - I have a Default Data folder next to my .4db file, and this contains the default data file (Default.4dd, Default.

Re: SFTP and Internet Commands

2017-12-20 Thread Cannon Smith via 4D_Tech
Hi Miyako, I’m really struggling to get the right syntax to upload a file with your plugin. I can get it to work fine on the command line: curl --ftp-ssl -T "/Users/Cannon/Desktop/test.zip" -u “install:redacted" "ftp://install.herdly.cloud/install/"; --connect-timeout 5 But can’t figure out th

Re: SFTP and Internet Commands

2017-12-20 Thread Keisuke Miyako via 4D_Tech
did you try the code snippet on the documentation? ** 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

Re: SFTP and Internet Commands

2017-12-20 Thread Keisuke Miyako via 4D_Tech
> curl --ftp-ssl -T "/Users/Cannon/Desktop/test.zip" -u “install:redacted" > "ftp://install.herdly.cloud/install/"; --connect-timeout 5 translates to something like $path:=System folder(Desktop)+"test.zip" C_OBJECT($options) OB SET($options;\ "URL";"ftps://install.herdly.cloud/install/test.zi

Re: SFTP and Internet Commands

2017-12-20 Thread Keisuke Miyako via 4D_Tech
also, if you specify ftps instead of ftp, you might have to pass CAINFO (see sample DB), or else disable SSL_VERIFYHOST and SSL_VERIFYPEER ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: ht

Re: SFTP and Internet Commands

2017-12-20 Thread Cannon Smith via 4D_Tech
I did try to figure it out from the sample DB, but I guess I wasn’t smart enough. I’ve tried your example in the email alone, with SSL_VERIFYHOST set to 0, with SSL_VERIFYPEER set to 0, with both set to 0. I’ve also tried using the CAINFO option with the very you have in the Resources folder. So

4D Write v12 Traditional Chinese

2017-12-20 Thread Jim Hays via 4D_Tech
Is it possible to use 4D Write with embedded expressions on a Windows system using Traditional Chinese as the primary language? We are seeing "garbage" characters in place of the << and >> brackets, and also in the expressions themselves. 4D v12.6 Unicode mode Windows 10 (This is with a potentia

Creating/Modifying 4DWrite/Pro Documents via Web Page

2017-12-20 Thread Randy Engle via 4D_Tech
If anybody has done anything like this, love to hear about it! Our customers want a "complete" web solution. This includes creating and Editing 4DWrite Docs(could be 4DWritePro), from a browser. (No, probably can't do this with 4DWrite/4DWritePro... but maybe...) Or... the equivalent or some