Using the following snippet will let you have WordPress remember all the FTP details of your website.
1 2 3 4 5 | define('FS_METHOD', 'ftpext'); define('FTP_USER', 'username'); define('FTP_PASS', 'password'); define('FTP_HOST', 'host'); define('FTP_SSL', false); |
Snippet Source/Credit: Snipplr