Hi Janet, > On Sep 13, 2017, at 3:40 PM, Janet Jonas via 4D_Tech <[email protected]> > wrote: > > I was familiar with the encryption command, we used it to generate a key for > securing a website hosted by a copy of 4D, however the documentation talks > about browsers. We would want to be sending files to another website via > SFTP. Now we send similar files via regular 4D FTP commands in the Internet > Commands component. Would we need a new private/public key pair for this? We > also use a client certificate supplied to us for encrypting payments via > LAUNCH EXTERNAL PROCESS using PHP cURL. Would that be the same type of thing > we need for SHTP?
SFTP is basically a file transfer protocol for SSH. SSH supports two primary authentication options: passwords or keys. If you need to generate public/private keys for SFTP/SSH, you can use "ssh-keygen" on macOS (man ssh-keygen for details). Using a "client certificate supplied to us for encrypting payments via LAUNCH EXTERNAL PROCES using PHP cURL" sounds like something unrelated to SFTP. 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] **********************************************************************

