Cannot Get Syncronize to Accept Nopermissions and nopreservetime
So I had my script working great with the put command and the switch -nopreservetime was working as expected. I then tried implementing the sycronize remote command so it automatically syncs files from the remote to host. I am getting errors again about the host not accepting permission or time changes:
I still get the error. The switches worked properly with the
Thanks in advance!!
This is the script I have in place now (removed user/pass and key for security):error occurred when setting the permissions or timestamp - error code 8
open sftp://user:password;cert@host/Home/manningkass01/tobank/ synchronize remote -nopermissions -nopreservetime c:\ftptest /Home/manningkass01/tobank close exit
put
command but are not working with the synchronize
command. Am I doing something wrong here?
Thanks in advance!!