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

martin

Re: long name stop Sync

Please attach a complete session log file both for scripting and GUI.
federiconeri

long name stop Sync

Hi,
I tried the following script

option batch continue

option reconnecttime 15
option confirm off
open sftp://XXX@XXX
synchronize remote -delete z:\ /XXX
close
exit


it stops if a long file name (>255 char) is met.

This error does not occur if the command run in the GUI.

I think this is a bug.
Could you please help me?