On Wed, Oct 14, 2020 at 3:03 AM Tarawerkz via 4D_Tech
<4d_tech@lists.4d.com> wrote:

> 1.  to provide an external facing SFTP through which the enterprise SAP can 
> connect to ?

SFTP is a protocol running under SSH, and while 4D contains OpenSSL
library, to provide SSH functionality is far outside the scope of data
/ application / web server, what 4D is. But both Mac and Windows OS
should contain support of SSH and thus SFTP. All that user will have
to do is enable and configure it, on Mac it is matter of checking a
checkbox in preferences, on Windows it may be a bit more complex, see
https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_overview
. With older Windows versions, client may have to install third-party
SSH server.

>
> 2.  to support this connection via PGP encryption (to pick up files which the 
> 4D application will generate in CSV format) ?

PGP is a specific (open-source) implementation of public key
encryption. While 4D supports public key encryption, it may be simpler
to instal PGP on user's machine and let 4D encrypt the exported files
with PGP command line interface.

>
> Is the new version of 4D (or v18) able to support such features?

Not as something developer can switch on with a checkbox. Both SFTP
(SSH) and PGP are not very user friendly, and require some knowledge
how to set it up and use, but this is not that hard and what your
client requests should be definitely doable.

HTH,

Peter Bozek
**********************************************************************
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to