WinSCP logs only operations on the server side. See XML logging documentation to see what it logs.
- martin
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
synchronize remote -delete "D:\TxdRxD\Sync\" "/cygdrive/c/Inetpub/sftp/"
<?xml version="1.0" encoding="UTF-8"?>
<session xmlns="http://winscp.net/schema/session/1.0" name="ftpuser@xxx" start="2010-09-09T06:01:02.677Z">
<rm>
<filename value="/cygdrive/c/Inetpub/sftp/50863_564_2010_08_12_13.55.45.zip" />
<result success="true" />
</rm>
</session>
synchronize local - delete "D:\TxdRxD\Sync\" "/cygdrive/c/Inetpub/sftp/
<?xml version="1.0" encoding="UTF-8"?>
<session xmlns="http://winscp.net/schema/session/1.0" name="ftpuser@xxx" start="2010-09-09T06:09:43.531Z">
</session>