Skip to main content
1-Visitor
August 18, 2025
Question

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

  • August 18, 2025
  • 1 reply
  • 164 views

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

avillanueva
23-Emerald I
23-Emerald I
August 18, 2025

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