DDJ
DDJ

Reputation: 5

File transfer using IICS

I have a requirement where I need to transfer 1000s of files(around 200 GB) via IICS. How can I perform this using IICS?

The files are stored in a server that does not run a secure agent which makes it complicated

Upvotes: 0

Views: 836

Answers (2)

Tech_Seeker
Tech_Seeker

Reputation: 11

you can use SFTP,share the keys which is a one time activity. Any from,the Unix team can do ,once it's done you can create the connection in IICS admin console. After that,use mass ingestion thru IICS to pull the files.

HTH.

Regards, Tech_Seeker

Upvotes: 0

Maciejg
Maciejg

Reputation: 3353

Sure it's possible, the module to be used exactly for this purpose is Mass Ingestion. This is not a scenario for CDI.

You don't need a Secure Agent on either source or target server. What you need instead, is the connections on the Secure Agent to the source and target servers, then you define the job - and that's it.

Upvotes: 1

Related Questions