Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have 2 similar models that basically download a file from an SFTP server into our local and then input it into a database. The first model is processing a .csv file and it works perfectly without problems, but the second model is processing a .txt file and I don't know why it can't download the .txt file into my local. Below are my model and the error message that shows.
This is the component details on my tFTPFileList
And this is my tFTPGet component detail
I really don't know what is wrong because the other model is working perfectly. Please help me and thank you before.
try to use "tFTPFileList_1_CURRENT_FILE_PATH" in the filemask of tFTPGet
The error became on tFTPGet if I use that