cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Translate the entire conversation x

Need a sample agent.ini file using ftp transfer showing ftpuser ftppassword and ftphost parameters

NandaPamidi
1-Visitor

Need a sample agent.ini file using ftp transfer showing ftpuser ftppassword and ftphost parameters

I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.7

Need the proper parameter names for ftp host, ftpuser and ftppassword when configuring a ftp share mechanism for a worker in agent.ino

Here are the errors that I faced
Need the proper parameter names for ftp host, ftpuser and ftppassword when configuring a ftp share mechanism for a worker

1 REPLY 1

Here is a sample of one of my workers with some obfuscation. Do not use just FTP. Enable at least ftps. SSL on the ftp server side.

[worker1]
distributed=false
autostart=true
host=cadworkerhostname
autobusystop=7200
autoidlestop=120
starttime=60
startfromlocal=FALSE
autoerrorstop=true
hosttype=nt
remotepath=C:\somepath\cad_worker_13_1_upload
exe=C:\pathtoworker\creoworker_pdm13_1\proeworker.bat
localpath=ftps:/cad_worker_13_1_upload
password=passwordhere
maxinstances=1
shapetype=PROE
prompt=
availabletime=
username=cad_worker_ftp_username
port=601

 

 

Announcements

Top Tags