Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm looking to set a connection timeout for the tFTPConnection component.
The SFTP server we're connecting to requires more than the default 20 seconds for a connection... Increasing timeout settings in a straight-up linux SFTP call, or through filezilla, works like a charm.
I'd like to try increasing the timeout in my Talend job to see if that works, but I can't find that option anywhere in the tFTPConnection component.
I am using TOS for Data Integration v6.2.1.
I've tried looking at https://help.talend.com/search/all?query=tFTPConnection, with no luck, and searches in these forums haven't been successful yet.
Thanks in advance for any help!
com.jcraft.jsch.Channel channel_tFTPConnection_1 = session_tFTPConnection_1
.openChannel("sftp");
channel_tFTPConnection_1.connect();
channel_tFTPConnection_1.connect(TIMEOUT_VALUE);
[PATH_TO]\Talend_Open_Studio_Data_Integration-V6.2.1\plugins\org.talend.designer.components.localprovider_6.2.1.20160704_1411\components\tFTPConnection
tFTPConnection_begin.javajet
channel_<%=cid%>.connect();
channel_<%=cid%>.connect(60000);
TRF wrote:
Can't find the "like" button, sorry