Sync issues
Dear Support,
If i sync remote -criteria=none "C:\mainfolder" "/remote.php/webdav/mainfolder" (new) file01 which is located in
c:\mainfolder\folder01\folder02\file01 is not added to remote.
but if i sync remote -criteria=none "C:\mainfolder\folder01\folder02\" "/remote.php/webdav/mainfolder/folder01/folder02"
the file01 is synchronized.
Am i missing something?
---
# Automatically abort script on errors
option batch on
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect
open https://studiodaniel:xxxxxxxxxx@xxxxxxxxxxx.xxxxxxxxxxxxx/remote.php/webdav/
# Force binary mode transfer
option transfer binary
# Upload the file to current working directory
synchronize remote -criteria=none "C:\mainfolder" "/remote.php/webdav/mainfolder"
# Disconnect
close
# Exit WinSCP
exit
---
Kind regards,
Cafone
If i sync remote -criteria=none "C:\mainfolder" "/remote.php/webdav/mainfolder" (new) file01 which is located in
c:\mainfolder\folder01\folder02\file01 is not added to remote.
but if i sync remote -criteria=none "C:\mainfolder\folder01\folder02\" "/remote.php/webdav/mainfolder/folder01/folder02"
the file01 is synchronized.
Am i missing something?
---
# Automatically abort script on errors
option batch on
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect
open https://studiodaniel:xxxxxxxxxx@xxxxxxxxxxx.xxxxxxxxxxxxx/remote.php/webdav/
# Force binary mode transfer
option transfer binary
# Upload the file to current working directory
synchronize remote -criteria=none "C:\mainfolder" "/remote.php/webdav/mainfolder"
# Disconnect
close
# Exit WinSCP
exit
---
Kind regards,
Cafone