THE INFORMATION IN THIS ARTICLE APPLIES TO:
- EFT v7.4.11 and later
DISCUSSION
By default, when EFT is transferring files, it will skip files with duplicate names. If you want to still be notified if files are skipped, add the advanced property TreatSkipAsFailure described below.
In v7.4.11 - 7.4.13, create the DWORD below in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GlobalSCAPE Inc.\EFT Server 4.0.
In v8 and later, add the name:value pair to the AdvancedProperties.JSON file.
{
"TreatSkipAsFailure:"1"
}
If set to 1 = treat skipped file as failure
If set to 0 or doesn't exist(default) = don't treat skipped file as failure