Tuesday, May 7, 2013

FTP Transfer in Windows 7 Netbeans 7.x.x Java 7

Yes I know , it sucks .

But worry not . here is the magical one liner code that will keep those tears away.

netsh advfirewall set global StatefulFTP disable




Here's How to enable FTP connection (Passive mode) using Netbeans IDE 7.x.x

1. Press Windows key  (located at the center of alt and control key of lower left part of keyboard )

2. Search for CMD

3. Run the console as Admin by pressing CTRL + SHIFT  + ENTER . And Run CMD as Admin

4. Copy paste these code 

netsh advfirewall set global StatefulFTP disable


5. And you are good to go ..