4
0
I'm trying to create a remote connection with a Apache server in netbeans through a SFTP connection using this tutorial. My intention is upload my files to the server with the IDE.
Following, see the configuration:
When I test my connection with the server, I see the error ProxySOCKS5:java.net.SocketTimeoutException:Read timed out
I found some bugs with related issues, but any of them helped me to understand my problem. Some of them indicates that the problem is in the server.
I'm able to connect with the same server using FileZilla, SSH and many other softwares, so the problem apparently is not in the server and is not typo or wrong password too (this also excludes problems with the proxy).
Someone had the same problem?
Important information:
- Ubuntu 14.04
- JDK 1.8.0_60
- NetBeans IDE 8.0.2 (fresh installation)
- I'm using Cnltm to connect with the enterprise proxy
Thx! It works! Just for information, the default path in Ubuntu can be /usr/local/netbeans-8.0.2/ide... or /opt/netbeans-8.0.2/ide... – James – 2015-09-21T17:17:41.987