Update:
I have to use this now:option batch continue
option confirm on
open ftpserver
get -neweronly "ftpdir/*>2D" "mydir\*"
exit
Should i change confirm on to off or not ? I want to skip to replacing existed files
The
get
command cannot skip existing files. The synchronize
is the command to use. If the get
would be skipping existing files, it would have to do exactly the same what the synchronize
does.