I want to access CodeIgniter system folder on another server securely via SFTP. I was able to connect to the server but the path to application and system folder could not be read in the index.php file on my local server.
You need to change your application folder path like this :
$application_folder = "/Path/to/your/application";
It usually resides in the application
folder. See their website or this tutorial for further information.