Overview
Using the S32FTP-COPY request type, users of LegacyFlo can copy one or more files from a source S3 bucket to a destination FTP server.
Source buckets can be in different accounts and in any region supported by LegacyFlo.
The request will copy files from the source to the destination, overriding any files with the same name already present.
If source files are not present or cannot be accessed, then these will be skipped. The list of such files will be available in the logs which will be available after the completion of the request.
The S32FTP-COPY request can also be used to copy from the Vaultastic Open Store to a FTP Server.
Preparation
Before submitting an S32FTP-Copy request, register the source S3 bucket with LegacyFlo.
Source information (S3 bucket)
FIELD NAME | DESCRIPTION |
---|---|
S3 Bucket Name | The S3 bucket that has the source file to be copied. Select the S3 bucket name from the drop-down list. The list will show
|
S3 Folder path | If the files are on the Vaultastic Open Store, then this parameter will have the name of your Vaultastic domain. Example: baya-com.vaultastic.com If the file is on your own bucket, give the folder which contains the files. Leave this value empty if the source file is on the root of the S3 bucket. NOTE: S3 folder path should not start or end with a "/" |
Source Filter information
FIELD NAME | DESCRIPTION |
---|---|
CSV File | Select the CSV file with the list of files to be copied. The file should have a single column. The first row is the header, with the keyword FileName Subsequent rows will have the names of the files on the source bucket in the specified path. Note: Each CSV file should not have more than 100 filenames. |
Since date | The date specified in this field will be used to copy files created or modified on or after this date. If this value is left blank, all files from the source will be copied to the destination. |
Operation Type
FTP or SFTP | Select the protocol to be used when copying the files from the AWS bucket to the FTP server. |
Destination information (FTP Server)
FIELD NAME | DESCRIPTION |
---|---|
Server | DNS name or a Public IP address of the FTP server |
Port | The FTP port number |
User ID | User ID on the FTP server |
Password | The password of the user specified in the User ID field. |
FTP Directory | The destination directory on the root of the FTP server. |