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.
Post a message here if you find anything wrong in ScriptFTP.
I've been running ScriptFTP 3.3 for a while and upgraded to version 4.4 There seems to be a problem with the return codes for the newer version.

I tested ScriptFTP by using a batch job in order to get the return code. Please note that the only variable is the version of ScriptFTP.

Version 3.3 returns "1" (the file exists and ScriptFTP reports file found)
Version 4.4 returns "0" (the file exists and ScriptFTP reports file NOT found)
Attachments
Result log under ScriptFTP 4.4 (wrong return code)
(961Bytes)Downloaded 479 times
Result log under ScriptFTP 3.3 (correct return code)
(837Bytes)Downloaded 479 times
ScriptFTP script to test whether a file exists on a server (0=file does not exist, 1=file exists)
(568Bytes)Downloaded 515 times
I also tried the test with ScriptFTP 4.2, and the error is here as well. Could it be a problem with the 4.* branch?
I contacted the programmer and he verified that there was a problem with the return codes. A modification was made, and released to version 4.5 beta. The issue has been corrected.

John