Re: Attempts to open an excluded file - causes abort in script
This bug has been added to tracker.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
option batch on
option confirm off
option exclude "*.ncb"
open tim@server
put K:\Development\projects.* /backup/ftp/Test/*
close
exit
K:\Development\Projects.ncb | 0 KiB | 0.0 KiB/s | binary | 0%
Can't open file 'K:\Development\Projects.ncb'.
System Error. Code: 32.
The process cannot access the file because it is being used by another process
(A)bort, (R)etry, (S)kip, Ski(p) all: Abort