Posts

Showing posts from May, 2013

NetBean IDE 7.3 : FTP Connection reset error

I am using windows 7 32bits, Java 1.7 and 1.6 was installed. Whenever I try to upload with NetBean, the log will show that log in successfully, but whenever try to upload or sync file, it will prompt error : Connect Reset. If I am using other FTP client will not get this error. This is due to bug when using Java to perform FTP task. All you need to do is open up the command and execute the command: netsh advfirewall set global StatefulFTP disable This should resolve the issue. ---