I'm using IBM MQ version 8.0.0.12 to test the Managed File Transfer supplied with that software.
I want transfer a file from Windows FTP to Linux. This operation involves a Bridge Protocol Agent in Windows FTP side and a Standard Linux Agent in Linux side, but the response is always "the file don't exist".
The file transfers from Linux to Windows FTP, from Linux to Linux FTP and from Linux FTP to Linux, result successful.
The agent was created using the folowing fte command:
fteCreateBridgeAgent -agentName AGTWFTP -agentDesc "Windows FTP agent" -mquserid mqm -mqpassword prodebmq -agentQMgr MFTREM -agentQMgrChannel SYSTEM.ADMIN.SVRCONN -credentialsFile $HOME/ProtocolBridgeCredentials.xml -bt FTP -bh ftp.ba.gov.br -bm WINDOWS -btz America/Bahia -bfe UTF8 -bsl pt_BR -agentQMgrHost mqms.prodeb.ba.gov.br -agentQMgrPort 12024 -f
And I used the folowing fte command to transfer the file:
fteCreateTransfer -jn "TASK.WFTP.TO.LINF" -sa AGTWFTP -sm MFTREM -da AGTLOC -dm MFTLOC -t text -de overwrite -df "/var/mqm/mqft/MQMFT/PRODEB.MFT/AGTLOC.FILES/WFTP.TO.LOC.FILE" "FTPWPRODEB:LOC.20190722"
I expected normal file transfers, but the results are alwais in error.