Search

GlobalSCAPE Knowledge Base

Disabling the COMB Command

Karla Marsh
EFT

THE INFORMATION IN THIS ARTICLE APPLIES TO:

  • EFT Server version 5.1.1 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 information about advanced properties, please refer to the "Advanced Properties" topic in the EFT help for your version of EFT.

DISCUSSION

You can create/edit an advanced property to disable the COMB command to avoid problems with multipart uploads causing multiple file upload events. Restricting transfers to one-part uploads will result in slower transfers, but greatly reduces headaches when you want to process uploaded files, because a file upload success is the entire file. This option is disabled by default (legacy behavior); however, setting this DWORD registry value to a non-zero integer causes COMB to be disallowed and not shown in the response to FEAT.

In EFT v8 and later, add the name:value pair for the advanced property to the advancedproperties.json file in EFT's \ProgramData\ directory.

{
"DisableCOMBCommand": "true"
}

In versions prior to v8.0:

On 32-bit systems:

[HKEY_LOCAL_MACHINE\SOFTWARE\GlobalSCAPE Inc.\EFT Server 3.0\]

On 64-bit systems:

[HKEY_LOCAL_MACHINE\Software\Wow6432Node\GlobalSCAPE Inc.\EFT Server 3.0\]

"DisableCOMBCommand"=dword:00000001

Details
Last Modified: Yesterday @ 3:21 PM
Last Modified By: kmarsh
Type: HOWTO
Article not rated yet.
Article has been viewed 41K times.
Options
Also In This Category
Tags