You can't use this until you register with us!




Description

Copy files from an FTP server to Azure Blob Storage.


Purchasing Options



Available Actions

Copy Files

Copy files from an FTP server and store them in an Azure Blob Storage Container.


Variables

Source Parameters
ftp_connection required

Credentials to use to access the FTP Server.

folder_path

Path to the folder containing files to copy.

process_subfolders required

Enable to copy files within subfolders under the Source Folder.

extensions

Only copy files with the extensions specified. Comma separated list. Leave blank to copy all files.

filename_mask

RegEx pattern for files to download. Specify .* for all files.

re_upload required

Enable to allow previously copied files to be copied again.

lookback

Specify the number of tracking records to examine, from most recent and going backwards, when comparing to determine which files have not yet been copied. If no value is specified, all tracking records will be examined.


Destination Parameters
azure_connection required

Select the credentials to use to access the Blob Storage Container.

container_name required

Specify the name of the container where the files will be copied.

target_folder

Specify the virtual folder where the files will be copied.

allow_overwrite required

Enable to allow an existing file with the same name to be overwritten.


Tracking Parameters
staging_db required

Database containing the table to track copied files.

staging_table_name required

Name of the table, in schema.table format, to track copied files.