Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

FTP issues on some computers:Connection timed out: connect

Hi,
I am having trouble connecting to FTP on my computer.
I have tried using different FTP component(metadata, tftpConnection directly, etc),
but always getting the same error: Connection timed out.
With the exact same tFTPConnection and security setting, some other computers work, but some do not.
I can also connect to the same FTP with different FTP programs (e.g. FileZilla, WS_FTP) so it can't be a firewall issue.
Anyone has an answer to this? I've seen some posts about the same problem but nobody answered.

Here is the detail of the error.

Starting job a at 14:00 28/09/2012.

connecting to socket on port 3545
connected
Exception in component tFTPConnection_1
java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.enterprisedt.util.proxy.PlainSocket.createPlainSocket(PlainSocket.java:102)
at com.enterprisedt.net.ftp.FTPControlSocket.<init>(FTPControlSocket.java:355)
at com.enterprisedt.net.ftp.FTPClient.connect(FTPClient.java:958)
at projectname.a_0_1.a.tFTPConnection_1Process(a.java:254)
at projectname.a_0_1.a.runJobInTOS(a.java:472)
at projectname.a_0_1.a.main(a.java:340)
disconnected
Job a ended at 14:01 28/09/2012.
Labels (3)
4 Replies
Anonymous
Not applicable
Author

Hi
Can you ping to the FTP server with port from command prompt?
>telnet ftp_server_ip port
Anonymous
Not applicable
Author

Hi,
I get below message.
220 "Welcome to the tms FTP service."
Thanks.
_AnonymousUser
Specialist III
Specialist III

the problem got solved after uninstalling java 1.7 and installing 1.6 instead
B_Zondi
Contributor
Contributor

I am experiencing the same issue, trying to connect to an FTP server through port 990 but connection times out.

I have tested with SFTP support settings and with out these settings, changed connection mode from Active to Passive but none of those changes helped. Also changed the encoding but this also did not help.

 

I can connect to the destination server using WinSCP and it connects successfully but not through talend.

I am using talend version 7.3.1

 

 

Exception in component tFTPConnection_1 (ImportDirectDataJSE_Bonds_UTMTMTPlus1)

com.jcraft.jsch.JSchException: Session.connect: java.net.SocketTimeoutException: Read timed out

at com.jcraft.jsch.Session.connect(Session.java:565)