简体   繁体   English

使用 IICS 进行文件传输

[英]File transfer using IICS

I have a requirement where I need to transfer 1000s of files(around 200 GB) via IICS.我有一个要求,我需要通过 IICS 传输 1000 个文件(大约 200 GB)。 How can I perform this using IICS?如何使用 IICS 执行此操作?

The files are stored in a server that does not run a secure agent which makes it complicated这些文件存储在不运行安全代理的服务器中,这使得它变得复杂

Sure it's possible, the module to be used exactly for this purpose is Mass Ingestion .当然有可能,专门用于此目的的模块是Mass Ingestion This is not a scenario for CDI.这不是 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.相反,您需要的是 Secure Agent 上与源服务器和目标服务器的连接,然后您定义作业 - 仅此而已。

you can use SFTP,share the keys which is a one time activity.您可以使用 SFTP,共享密钥,这是一次性活动。 Any from,the Unix team can do,once it's done you can create the connection in IICS admin console. Unix 团队可以做的任何事情,一旦完成,您就可以在 IICS 管理控制台中创建连接。 After that,use mass ingestion thru IICS to pull the files.之后,通过 IICS 使用大量摄取来提取文件。

HTH. HTH。

Regards, Tech_Seeker问候, Tech_Seeker

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM