[progress Communities] [progress Openedge Abl] Forum Post: Get Response From Subprocesses

  • Thread starter Thread starter Johan Vergeer
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top