I'm not sure your GUI errors are related to your batch errors.
I'd suggest you rather follow the debugging guide, I've posted earlier.
I'd suggest you rather follow the debugging guide, I've posted earlier.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
# Set option to skip/ignore missing files, echo on
option batch continue
option echo on
# List all current options for this run
option
# Open the connection to sssss WebDAV
open https://uuuu:pppp@files.sssss.net/webdav -timeout=120
# Preivew files to be downloaded or deleted
# synchronize local X:\FormularyDirectory\etc\DavClient\downloads\P0301\webdav\Formulary\FBS_3_0 /webdav/Formulary/FBS_3_0 -preview
# Sync local data store with Dest
synchronize local X:\FormularyDirectory\etc\DavClient\downloads\P0301\webdav\Formulary\FBS_3_0 /webdav/Formulary/FBS_3_0 -delete -criteria=either
# Hasta Lavista baby
exit