J
Johan Vergeer
Guest
Hi everyone, We would like to use OpenEdge for FTP or SSH to communicate with other servers. In this most concrete case we want to send over files using SSH. This works just file with OS-COMMAND . OS-COMMAND SILENT VALUE("o:\uvsb3\mailrap\pscp.exe -batch -pw {&password} " + ftpdir# + bestand# + " {&user}@{&server}:{&basisdir}" + subdir# + "/" + bestand#). What we would like to get is a response when there is an error, so we can report this to the user. I know this is not possible with OS-COMMAND , but I'm wondering if there is something in Progress OpenEdge that can make this possible.
Continue reading...
Continue reading...