FTP (SFTP) node timeout settings

Hi, from GPT and Claude, they suggest I can add timeout": 60000,to customize the timeout setting of FTP (SFTP) node. So the step is I need to export the workflow, then edit the JSON file.

Search for particular FTP block, and add timeout settings under parameters as below.

But seems like that timeout parameter will be gone after uploading so I think this is incorrect setting. May I know what is the proper way to edit the timeout setting for FTP node?

Thanks

{
  "parameters": {
    "timeout": 60000,
    "protocol": "sftp",
    "operation": "upload",
    "path": "=XXXXXXX.zip"
  },
  "type": "n8n-nodes-base.ftp",
  "typeVersion": 1,
  "position": [
    -192,
    592
  ],
  "id": "asdsadasddfretertreb",
  "name": "Upload credentials",
  "credentials": {
    "sftp": {
      "id": "xxxxxxxxx",
      "name": "SFTP"
    }
  }
},

Anyone can advise? if I can do anything to adjust connect timeout setting for FTP node?

That hack to the JSON file may have worked some time in the past, but that’s not the case these days. I was hoping that it worked myself, but it got stripped out. Unfortunately, there is no timeout option for the FTP node from the UI. Is the file upload taking too long in some cases, so you need to terminate early? There’s a workflow timeout for that.

nope, I want to make the timeout to be longer instead, it’s killing to quick to say handshake error.

if no such option from native FTP node, I may need to use Execute command then