My FTP server reset connection every 120 seconds. It's involve error:
227 Entering Passive Mode (10,98,2,230,204,124).
STOR style.css.new
150 Opening BINARY mode data connection for style.css.new
226 Transfer complete
RNFR style.css.new
350 File or directory exists, ready for destination name
RNTO style.css
250 Rename successful
CWD /site/templates/css
421 Idle timeout (120 seconds): closing control connection
if I upload file after 120 seconds.
In the Netbeans 7.0.1 on every uploaded file I get this in console:
227 Entering Passive Mode (10,98,2,230,214,189).
STOR style.css.new
150 Opening BINARY mode data connection for style.css.new
226 Transfer complete
RNFR style.css.new
350 File or directory exists, ready for destination name
RNTO style.css
250 Rename successful
QUIT
221 Goodbye.
and I haven't any errors after 120 seconds.
I think problem in last two strings... Netbeans 7.1 doesn't run
QUIT
221 Goodbye.
after file uploaded.
How can I enable QUIT command in FTP of Netbeans 7.1? Thank you.