MithiDocs

Copy Files from AWS S3 to a FTP server

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 NAMEDESCRIPTION
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 buckets in your AWS account registered with LegacyFlo
  • the bucket hosting your Vaultastic Open Store(mithi-ind1-vaultastic-legacystore).
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 FileSelect 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 dateThe 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 SFTPSelect the protocol to be used when copying the files from the AWS bucket to the FTP server.

Destination information (FTP Server)

FIELD NAMEDESCRIPTION
Server

DNS name or a Public IP address of the FTP server

Port

The FTP port number

User IDUser ID on the FTP server
PasswordThe password of the user specified in the User ID field.
FTP DirectoryThe destination directory on the root of the FTP server.