Limiting amount of data logged
Is there a way of limiting the data captured by the logs. The only thing I am interested in is the file names that are being downloaded along with the time stamp.
At the moment I have a script set up:
batch file:
WinSCP.com /script="c:\SCRIPTS\FTP\sFTP.txt" /log="C:\SCRIPTS\FTP\winSCP.log"
But this is generating a huge amount of data (approx 5KB each time), and it runs every two minutes, 24 hours a day.
plus all the extra data makes it next to useless as it is like searching for a needle in a haystack when I do need to find something.
At the moment I have a script set up:
batch file:
WinSCP.com /script="c:\SCRIPTS\FTP\sFTP.txt" /log="C:\SCRIPTS\FTP\winSCP.log"
But this is generating a huge amount of data (approx 5KB each time), and it runs every two minutes, 24 hours a day.
plus all the extra data makes it next to useless as it is like searching for a needle in a haystack when I do need to find something.