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

Re: xmllog without error message with synchronize

Can you add /log=logpath too and attach both a session log and XML log showing the problem?
erutluv

xmllog without error message with synchronize

Sorry to bother you.
I meet one problem as below

My script as following

[code]
option batch continue
option confirm off
open ftp://myaccount:mypassword@myip/
......
synchronize local -delete MyPathOfLocal MyRemotePath
bye

[code]
winscp /console /script=myscript /xmllog=myxmllog

With above command, the xmllog do not show the error message when synchronize (the error is one filename with problem). It always show success messages only.

How can I let it show all with error & messages.

Version : Winscp 5.5.6

thanks...
erutluv.huang@gmail.com[/code]