Hi,
I call WinSCP from a batch file, and in the batch file I explicitly log a line with date/time.
The batch file is like this:
I call WinSCP from a batch file, and in the batch file I explicitly log a line with date/time.
The batch file is like this:
echo %date% %time% ##### foo.cmd: Starting a cool winscp job >> L:\logs\job.log
winscp.com /privatekey=foo.ppk /script=script.txt >> L:\logs\job.log