2023-04-25
Supports:
auth_mode
string
private_key
password
true
is_single_table
boolean
false
path
skip_lines
integer
ssh_host
ssh_port
ssh_user
single_table_name
ssh_password
ssh_private_key
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}
SFTP connections may be used as a bulk sync source. No additional configuration options are required.