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