How to Solve the ‘JFTP::store: Bad response – Warning! – Failed to move file.’ Error in Joomla
This is my second article about error in Joomla CMS.My first article was “How to Solve the ‘JFolder::create: Could not create directory’ Error in Joomla.
Here is second error in joomla :-
During Upload/install any component,module,plugin or template in joomla , you may get the following error !
ERROR:
JFTP::store: Bad response. Warning! – Failed to move
Dont get panic!.It is a normal error. There is a very simple work around for this issue. This error occured when the ftp of your Joomla site doesn’t work properly. You can fix this type of issue by just disabling the ftp option in the file ‘configuration.php’.
Open the “configuration.php” file using any code editor or using notepad.
Then search for the following line :
var $ftp_enable = ’1′;
change 1 to 0 to fix the issue.
Alternatevily you can also disable it from the global configuration option–> server tab in Joomla.

