XML Log + local RM

Advertisement

dandre
Guest

XML Log + local RM

I have noticed that when I sync from remote to local, that the XML log file does not report removed files, even though I can see them removed. It works the other way around however, when syncing local to remote.

The command I am using is:

synchronize local -delete "c:\folder" /folder

Is this a bug?

Reply with quote

Advertisement

DGorthat
Joined:
Posts:
15

I have the same problem:

XML logging works for me as expected with the setting synchronize remote

File is deleted correctly, no further action was done and not required

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>


XML logging does not show results with the setting local - delete when deleting files

synchronize local - delete "D:\TxdRxD\Sync\" "/cygdrive/c/Inetpub/sftp/

A File on the local directory is deleted correctly

-->

<?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>


greets

Dirk

Reply with quote

Advertisement

You can post new topics in this forum