THE INFORMATION IN THIS ARTICLE APPLIES TO:
- EFT Server version 5 and later
- EFT v4.x to v7.4.x stores advanced properties in the registry.
- EFT v8.x stores Advanced Properties in a JSON file.
- When you upgrade from EFT v7.4.x to EFT v8, the non-default settings that you have defined in the registry will be added to the Advanced Properties file during upgrade. (Default settings are part of the EFT configuration files.)
For a spreadsheet of advanced properties, please refer to the help in your version of EFT.
DISCUSSION
In v8.0 and later, add the name:value pair to the advancedproperties.json file as described in the "Advanced Properties" topic in the online help for your version of EFT.
{
"PASVMode: "false"
}
In versions prior to v8.0, create the following registry entries:
[HKEY_LOCAL_MACHINE\Software\GlobalSCAPE Inc.\TED 6\Settings\Connection]
[HKEY_LOCAL_MACHINE\Software\GlobalSCAPE Inc.\TED 6\Settings\Transfer]
"PASVMode"=dword:00000001
2 = PASV mode; 0 = PORT mode