Re: Error Logging
If you use XML logging, it should be fairly easy to filter out the errors (e.g. using XSLT).
Thank you. I will look into XML logging and research XSLT.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
If you use XML logging, it should be fairly easy to filter out the errors (e.g. using XSLT).
winscp.com /script="winscpbatchfile.txt" /log=C:\Users\Kevin\Desktop\Utils\freenas.out.log
option batch continue
option transfer
option confirm off
option exclude "$Recycle.Bin; System Volume Information;*.tmp; UsrClass.dat*; ntuser.dat*"
lcd F:
open username:password@192.168.1.4
cd /mnt/share/kevin/emulation
synchronize remote -mirror -delete -nopreservetime
lcd G:
# open username:password@192.168.1.4
cd /mnt/share/kevin/games
synchronize remote -mirror -delete -nopreservetime
lcd c:\graphics
# open username:password@192.168.1.4
cd /mnt/share/kevin/graphics
synchronize remote -mirror -delete -nopreservetime
lcd h:
# open username:password@192.168.1.4
cd /mnt/share/kevin/misc
synchronize remote -mirror -delete -nopreservetime
lcd c:\users\Kevin
# open username:password@192.168.1.4
cd /mnt/share/kevin/users/kevin
synchronize remote -mirror -delete -nopreservetime
exit