Thanks for the prompt response but after trying your suggestion, i had no luck.
here is my ftp part of my wp-config.php
/** My Editing FTP Stuff */
define('FS_METHOD', 'ftpsockets');
define('FTP_BASE', '/var/www/');
define('FTP_CONTENT_DIR', '/var/www/wp-content/');
define('FTP_PLUGIN_DIR ', '/var/www/wp-content/plugins/');
define('FTP_USER', 'root');
define('FTP_PASS', '********');
define('FTP_HOST', 'localhost');