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.
Hello,

I have a problem with GETDATE in 3.3.

These are the lines in my script
Code: Select all$log_file_path=GETENV("TEMP")."\logfile-".GETDATE(FORMAT3).".log" # Enter silent mode & start logging PRINT("") PRINT("Entering Silent Mode") SILENT(ON) LOGTO($log_file_path) 
BEFORE the output in 3.2 was :
Running C:\ftpscripts\devbin\cleanmex.ftp

Entering Silent Mode
NOW the output in 3.3 is :
Running C:\ftpscripts\devbin\cleanmex.ftp

GETTIME(FORMAT3)
Retrieving current time.

Entering Silent Mode
Is the difference in the outputs a bug in 3.3 or the correction to a bug in 3.2 ?

Regards.

Zythan
Hi Zythan,

It is a correction. The GETDATE command should be shown in the output, it was a bug in the version 3.2.
Hello,

Thanks for this information, we can correct our script accordingly.

Regards.

Zythan