Hi Janet, > On Sep 13, 2017, at 3:18 PM, Janet Jonas via 4D_Tech <[email protected]> > wrote: > > What do you launch with LEP?
You launch "curl". Type "man curl" in Terminal to see the details. This is installed by default on macOS. Not sure if this is fixed in more recent macOS versions, but in older ones curl did not have the necessary OpenSSL support required to do SFTP. The work around required installing curl via brew (brew install curl --with-ssh). It sounds like you are in the same situation I was -- an FTP requirement turned into SFTP. The letters are similar, but the protocols are totally unrelated. I ended up creating some 4D wrapper methods that can implement both protocols. Somewhat painful using LEP, but completely doable on the Mac. John DeSoi, Ph.D. ********************************************************************** 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] **********************************************************************

