Skip to content

hotgluexyz/tap-ftp-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tap-ftp-files

Hotglue tap for importing files from SFTP

The following config values are expected:

        "host": "FTP_HOST_NAME",
        "port": "FTP_PORT",
        "username": "YOUR_USER",
        "password": "YOUR_PASS",
        "incremental_mode": true,
        "file_groups": [
            {
                "remote_path": "DIRECTORY_TO_EXPORT",
                "search_pattern": "REGEX_FILTER_FOR_FIES_TO_EXPORT",
            }
        ],

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages