Configuring your connectionsConnection configurationsSFTPCopy pageSupports: ✅ Bulk sync source Connection Configuration NameTypeDescriptionRequiredauth_modestringAuthentication MethodAccepted values: private_key ↓, password ↓trueis_single_tablebooleanFiles are time-based snapshotsTreat the files as a single table. ↓falsepathstringPathThe path to the directory on the SFTP server containing the files.falseskip_linesintegerSkip first linesSkip first N lines of each CSV file.falsessh_hoststringHostfalsessh_portintegerPortfalsessh_userstringUserfalse is_single_table When is_single_table is true NameTypeDescriptionRequiredsingle_table_namestringCollection namefalse auth_mode When auth_mode is password NameTypeDescriptionRequiredssh_passwordstringPasswordtrue When auth_mode is private_key NameTypeDescriptionRequiredssh_private_keystringPrivate keytrue Example 1{2 "name": "SFTP connection",3 "type": "sftp",4 "configuration": {5 "auth_mode": "private_key",6 "is_single_table": false,7 "path": "/path/to/files",8 "skip_lines": 0,9 "ssh_host": "sftp.example.net",10 "ssh_port": 22,11 "ssh_private_key": "",12 "ssh_user": "user"13 }14}