Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to check if file A exists in server 1. The conception is described below:
tftpFileList -> If exist -> tFTPGet ->...
-> if not exist -> create another file ->....
When the flow is launched, I had " Exception in component tFTPFileList_1 2: No such file at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2846)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2198)
at com.jcraft.jsch.ChannelSftp._stat(ChannelSftp.java:2215)
at com.jcraft.jsch.ChannelSftp.ls(ChannelSftp.java:1565)
at com.jcraft.jsch.ChannelSftp.ls(ChannelSftp.java:1526) "
In attachment you have my tFtpFileList configuration
I want to adjust tFtpFileList in order to skip the error (normally there is an option : DIE ON ERROR to uncheck but i can't find it in this component)
Do you have any ideas?
Thank in advance
Hello,
About how to judge the file exist already in target folder or not, could you please let us know if this topic helps?
https://community.talend.com/t5/Design-and-Development/TFTPConnection/m-p/83194
Best regards
Sabrina