Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Friends,
I am new to Talend, I am trying to download data feed/s from ftp using tFTPGet component. I added necessary ftp details, but getting SocketTimeoutException: Read timed out error on running the job.
I saw couple of posts on community, there was one post similar to my issue. The solution mentioned in that post didn't work for me.
Attached is the screenshot of tFTPGet configuration.
Could you please help
Regards,
Mahesh
if in FileZill you use also SFTP, it is port 22
Hi Mahesh,
Did you check the firewall settings is creating any issue for the specific port?
https://enterprisedt.com/questions/index.php/1203/read-timed-out-while-trying-to-get-the-file
Warm Regards,
Nikhil Thampi
Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
in addition to @nthampi answer
you always can (and must) test "timeout", "not available" and any similar errors
from the same computer but with different tools:
in many cases, it helps to detect proper place where issue present, and ftp not accessible from same computer - no any reason to search what Talend doing wrong 🙂 it is time to ask network admins to help.
Thanks Nikhil..
I changed the Firewall settings which was blocked earlier. I still see the same issue. Anything else I need to change?
Changing the firewall settings also didn't help. I am able access ftp account using FileZilla ftp client. There is no issue there.
Also Passive Connection model is not available for SFTP. If I select SFTP Support, Connection model option is getting disabled on UI.
yes, and there what I mean
FileZilla - work? perfect
what difference in settings? what you have in FileZilla and not in Talend?
btw
SFTP - work on port 22
FTPS - on 21 and this mode support passive if you are looking for it
Talend has little more option Authentication(Public key), Use socket proxy. Otherwise both are similar.
Only difference with FileZilla is, I didn't mentioned any port, it is using default port. But on Talend I used 21 as it was mandatory field.
if in FileZill you use also SFTP, it is port 22
Thank you. After changing the port to 22, it worked.