ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Need help writing a script? Have any question about ScriptFTP?
Hi, I'm testing ScriptFtp and I like it very much.
I need to execute a script in batch mode, calling ScriptFtp_console from a C++ compiled program. I need to test if all ftp operations are done with success, and I find the Exit command, but how can I test the exit_status in the calling program?

Thank you.
Something I have not understood a question. If you do not know as to process errors in scriptftp see:

https://www.scriptftp.com/d/ftp-script-for-windows-guides/error-handling

Something is necessary to you of type such:
FTP Script
  1. $result = sync()
  2. if($result == "OK")
  3.   $result = 0
  4. exit($result)
If you do not know as to receive result of performance of the external program in c ++, it not here...

Excuse for my English, I use the machine translator