Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am new to Talend Data Fabric. We have requirement to archive files from ftp to Amazon S3. Please help me on this.
Thanks,
Aparna
Hello,
From your job requirement, the work flow looks like:
tFTPConnection-->tFTPGet-->tFileList-->tFileInputXXX-->tS3Output
Please take a look at component references:TalendHelpCenter:FTP components and
TalendHelpCenter:Amazon S3 components
Let us know if it is OK with you.
Best regards
Sabrina
Hi Sabrina,
Actually my requirement is to copy files(as in lot of files) from FTP server and directly it to S3 and also log the time taken.
This is to be scheduled every 30 minutes.
And tS3output is not avaliable in my project Talend Data Fabric.
So please help.
Regards,
Aparna
Hi Shong,
Thanks for your reply.
Is it possible to directly copy file from SFTP to S3 without placing it on local system?
Regards,
Aparna
Hello Aparna,
So far, talend don't support for transferring data by air. You have to place your ftp files on local system firstly and then load them to S3.
Best regards
Sabrina
Hallo Aparna, I believe this scenario is possible with an ESB Mediation Route.
Can you design a Route as below and see if that works
cFtp -> cAwsS3