Copy files from an FTP server to Azure Blob Storage.
Copy files from an FTP server and store them in an Azure Blob Storage Container.
Variables
Credentials to use to access the FTP Server.
Path to the folder containing files to copy.
Enable to copy files within subfolders under the Source Folder.
Only copy files with the extensions specified. Comma separated list. Leave blank to copy all files.
RegEx pattern for files to download. Specify .* for all files.
Enable to allow previously copied files to be copied again.
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.
Select the credentials to use to access the Blob Storage Container.
Specify the name of the container where the files will be copied.
Specify the virtual folder where the files will be copied.
Enable to allow an existing file with the same name to be overwritten.
Database containing the table to track copied files.
Name of the table, in schema.table format, to track copied files.