Hi I am trying to move a file from Remote directory to local file
and When i am trying to set the Local directory I get the exception 550. The System cannot find the file specified.
I am adding images
For testing, uncheck the 'use an existing connection' on tFTPFileList, set up the FTP connection on tFTPFileList to verify the path of Remote directory is configured correctly and there exists matched files. Simply test it with this job:
tFTPFileList--iterate--tJava
On tJava, print the current file path, for example:
System.out.println((String)globalMap.get("tFTPFileList_1CURRENT_FILE"));