I try to connect with FTP to my server using NetBeans 8.
My problem is that I get this error:
Because NetBeans is running on Windows and JDK 7, you might be facing a problem with FTP operations. Ensure that Windows built-in firewall does not block JDK 7 binaries
I have googled this error and found this fixes:
https://netbeans.org/bugzilla/show_bug.cgi?id=201449
http://support.microsoft.com/kb/2754804
http://www.nemesis.co.nz/2013/02/netbeans-jre7-and-windows-firewall/
None of them seems to work for me. I have windows 7 home premium 64bit with java 7
When I try to connect with FTP to my server with WinSCP its working fine.
I believe your assumption is incorrect based on the inability to connect with FTP. That message is unlikely to be related to authentication or authorization or client as it tends to indicate a remote host not listening on a particular port (as FTP is not considered a secure protocol, many hosts now block it). Configure NetBeans to use sftp. Because, while I WinSCP supports plain (unencrypted) ftp, it is generally used to provide encrypted file transfer with the SSH file transfer protocol protocol. Per the linked Wikipedia article,
In computing, the SSH File Transfer Protocol (also Secure File Transfer Protocol, or SFTP) is a network protocol that provides file access, file transfer, and file management functionalities over any reliable data stream.
Check your operating System proxy settings, it is blocking your incoming connection.
Thanks,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With