Has anyone implemented transferring file through FTPS?

Posted by jquerijero on 18-May-2017 23:34

I have seen code for Windows using .NET, but is this doable using Progress ABL? It is going to be run on appserver running on Linux.

All Replies

Posted by LarryDusch on 19-May-2017 07:38

You can do this from  the ABL with the OS-COMMAND using the sftp command with the -b option (and optionally you may want to look at sshpass which works quite well).

This thread is closed