Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

sgm@smsitgroup.com

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:
error occurred when setting the permissions or timestamp - error code 8

This is the script I have in place now (removed user/pass and key for security):
open sftp://user:password;cert@host/Home/manningkass01/tobank/
synchronize remote -nopermissions -nopreservetime c:\ftptest /Home/manningkass01/tobank
close
exit

I still get the error. The switches worked properly with the put command but are not working with the synchronize command. Am I doing something wrong here?

Thanks in advance!!