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?
How do I write text messages to the log file?

EG: How do I put the date into a logfile:
FTP Script
  1. $date=GETTIME(Format1)
  2. WRITELOG($date)
obviously WRITELOG does not exist as far as I know

Thanks

Andrew
FTP Script
  1. PRINT(GETTIME(FORMAT1))
Thanks, works fine


Andrew