FTP
Connect & Ingest data from / into an FTP connection
Setup
The following credentials keys are accepted:
host
(required) -> The hostname / ip of the machineuser
(required) -> The username to access the machineport
(optional. Default is21
)password
(optional) -> The password to access the machineftps
(optional since v1.2.12) -> Whether to use FTPS (true
orfalse
)ssh_tunnel
(optional since v1.2.15) -> The URL of the SSH server you would like to use as a tunnel (examplessh://user:password@db.host:22
)ssh_private_key
(optional since v1.2.15) -> The private key to use to access a SSH tunnel server (raw string or path to file).ssh_passphrase
(optional since v1.2.15) -> The passphrase to use to access a SSH tunnel server.
Using sling conns
sling conns
Here are examples of setting a connection named MY_FTP
. We must provide the type=ftp
property:
Environment Variable
In JSON/YAML format:
Sling Env File YAML
See here to learn more about the sling env.yaml
file.
If you are facing issues connecting, please reach out to us at support@slingdata.io, on discord or open a Github Issue here.
Last updated