This procedure describes how to create a connection profile in silent mode, which enables you to define an AFT job in the Control-M Workload Automation.
To create a connection profile:
The following example defines a new connection profile called local_SFTP where host1 is the local computer and host2 is an SFTP server.
EXAMPLE: ctmaftacc -add -account local_SFTP -emuser ftpuser -host1 djgh64 -ostype1 unix -user1 ctmagent -pswd1 ctmpass -home1 /home/ctmagent/ -host2 yotli17 -ostype2 unix -port2 22 -user2 ftpuser -pswdenc2 00510-570-57011900100-2200340110 -home2 /home/ftpuser/ -security2 sftp -encrypt2 blowfish -compress2 N
The following example defines a new connection profile called FTP_SSL where host1 is a remote FTP server and host2 is a remote FTP over SSL/TLS server.
EXAMPLE: ctmaftacc -agent Default -add -account FTP_SSL -emuser ssluser -host1 lucia65 -ostype1 OS400 ‑port1 21 -user1 ctmagent -pswd1 ctmpass -home1 /home/ctmagent/ -host2 baegh51 ‑ostype2 windows -port2 21 -user2 dghdom\\ftpuser -pswdenc2 00510‑570‑57011900100-2200340110 -home2 c:\\ftpuser\\ -security2 ftp_ssl
Parent Topic |