Option -neweronly not working with webdav?
I have a litte script, which uses
It puts the local file to remote, if local file is newer than remote file and it gets the remote file when remote file is newer than the local file.
This works fine with FTP.
But it seems it does not work with Webdav.
Because it always puts the local file and always gets the remote file.
Any suggestions?
Thanks.
put
and get
with option -neweronly
.
It puts the local file to remote, if local file is newer than remote file and it gets the remote file when remote file is newer than the local file.
This works fine with FTP.
But it seems it does not work with Webdav.
Because it always puts the local file and always gets the remote file.
Any suggestions?
Thanks.