I am trying to transfer a file to FTP location: Files on SFT servers are stored with a Unique tracking number which will be attached with the file with format filename#<trackingid>. [list=*]
Now i am trying to transfer a file to server, "DECRYPT.FILE"
Server is automatically changing the name of the file to "DECRYPT.FILE#ABC1111"
Even though transfer is successful, I receive below error in Talend job
[color=red][size=2][font=Courier][ERROR]: filecomponenttesting.sftp_connectivity_0_1.sFTP_Connectivity - tFTPPut_2 - File transfer fail./inbox/DECRYPT.FILE is not a valid file path[/font][/size][/color] Exception in component tFTPPut_2
2: /inbox/DECRYPT.FILE is not a valid file path
I think after successful transfer, Job is checking for the file "DECRYPT.FILE" in FTP server and not able to find the file and it is throwing error.