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

Infanity

Help with script

I need assistance with this error I am getting for my winscp script:

option batch abort
option confirm off
open sftp:(blah blah)
synchronize -nopermissions -resumesupport=off -nopreservetime remote (local path 1) (FTP Path 1)
synchronize -nopermissions -resumesupport=off -nopreservetime remote (local path 2) (FTP Path 2)

exit

Please see attached file for the error I'm getting. The file from local path 1 gets moved to ftp path 1 but nothing happens for second file for path 2. I already included -nopermissions and -nopreservetime