KB Article #60407
Change FTP Welcome Message (banner)
Change FTP Welcome Message (Banner) for Synchrony Gateway on Windows systems
Resolution
You can change default welcome message for the Gateway FTP client by following these steps:
1) Run the Gateway profile
/Axway/Synchrony_V4.0/Gateway_V6.11.4/run_time/etc> profile
2) Stop XFB.Gateway and backup the file nlt\English\msg32.cat
/Axway/Synchrony_V4.0/Gateway_V6.11.4/nlt/english> mv msg32.cat msg32.cat.old
3) Edit the file nlt\english\ftplog.msg
Modify the entry
1220 Welcome to Toyota Motor XFB Gateway FTP server
4) Concatenate messages in one file
/Axway/Synchrony_V4.0/Gateway_V6.11.4/nlt/english> cat *.msg >pk.txt
5) File reconstruction of msg32.cat
/Axway/Synchrony_V4.0/Gateway_V6.11.4/nlt/english> nltc pk.txt -o msg32.cat
6) Start Gateway and check the welcome message.