how to always replace the remote file if the source file size is different (larger OR smaller)
I would like to replace remote files with the source files when the file size is different. The file size can be larger or smaller, it does not matter. I also do not care about the time stamps being older or newer.
My source files are on a windows machine, the remote system is a Ubuntu server. The files are binary files.
There are no errors, the files are simply not recognized.
I have tried the following scripts with the following results:
(this will not replace a remote file that has a larger file size than the source file)
(same result as above)
(same result as above)
Hopefully I am just missing something simple. Thanks!
My source files are on a windows machine, the remote system is a Ubuntu server. The files are binary files.
There are no errors, the files are simply not recognized.
I have tried the following scripts with the following results:
synchronize remote -mirror
synchronize remote -mirror -criteria=size
synchronize remote -criteria=size
Hopefully I am just missing something simple. Thanks!