FTPHook

FTP

Interact with FTP.

View on GitHub

Last Updated: Dec. 6, 2022

Access Instructions

Install the FTP provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

ftp_conn_idThe ftp connection id reference.

Documentation

Interact with FTP.

Errors that may occur throughout but should be handled downstream. You can specify mode for data transfers in the extra field of your connection as {"passive": "true"}.

Was this page helpful?