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 the equivalent code with your plugin. Would it be possible to show me the way? Thanks. -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236 <[email protected]> <www.synergyfarmsolutions.com> > On Dec 19, 2017, at 7:47 PM, Keisuke Miyako via 4D_Tech > <[email protected]> wrote: > > you can find examples of FTP, SFTP and FTPS in the sample DB. > > in fact, because the backend library is curl and it accepts a URL not a host > name, > you can pass http://, https:.., tftp://, telnet:// etc. to its send/receive > commands. ********************************************************************** 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] **********************************************************************

