RED Connector FTP Archive
This connector can be used to receive an archive file via an FTP connection and then extract it into a directory. This connector is a variant of RED Connector FTP.
Current CLI version: 1
Installation
RED connector FTP Archive is included with RED connector FTP. For installation instructions please refer to the corresponding documentation.
Inputs
receive-dir
Access | Type | Optional | Default | Description |
---|---|---|---|---|
url | string | no | URL starting with ftp:// | |
archiveFormat | enum: zip, tar, gztar, bztar, xztar | no | Archive format supported by Python 3 shutil |
command: "red-connector-ftp-archive"
access:
url: "ftp://example.com/files/data.tar.gz"
archiveFormat: "gztar"
Listing
Optional. Only used for verification.