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 have using 3.2 to download/upload files for some time with complete success. I noticed a few weeks ago that 3.3 had been released so I dled/installed it. Then the problem began. I have 3 files that are uploaded every ten minutes. After upgrading to 3.3, the first of the three files was showing up empty on the server to which it was uploaded even tho there was data in the original file. The only thing that I changed in the script after updating to 3.3, was to add the print(gettime) command just before the putfile:
FTP Script
  1. $my_result_put=PUTFILE("c:\output\*.txt")
After adding the gettime line, I started having this error sporadically. I have now gone back to 3.2 & changed
the line to:
FTP Script
  1. PRINT(GETDATE(FORMAT0))
and have had no issues yet. So either there is an error is 3.3 GETTIME or PUTFILE when using wildcards.