Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

WinSCP logs only operations on the server side. See XML logging documentation to see what it logs.
DGorthat

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
dandre

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?