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"
}
}
},