I've set up a new PHP project on NetBeans, configured the FTP manager to open a standard (pure) FTP connection to my host...'Test Connection' works successfully ... FileZilla works fine to log in to host + open + edit files (normal FTP operations).
Just can't get it to download my files in Netbeans ... very frustrating
USER hicksads 331 User hicksads OK. Password required PASS ** 230 OK. Current restricted directory is / PBSZ 0 200 PBSZ=0 TYPE I 200 TYPE is now 8-bit binary CWD /public_html 250 OK. Current directory is /public_html PWD 257 "/public_html" is your current location CWD /public_html 250 OK. Current directory is /public_html PWD 257 "/public_html" is your current location SYST 215 UNIX Type: L8 PORT 192,168,100,18,194,238 500 I won't open a connection to 192.168.100.18 (only to 110.142.50.242) QUIT 221-Goodbye. You uploaded 0 and downloaded 0 kbytes. 221 Logout.
Any help much appreciated!