Ubuntu-Codeblocks-SFTP-Pandora


DoubleDash

Member
Managed to get an SFTP connection to the pandora, hoping to edit files from Codeblocks but.......


.....the Codeblocks open file dialog won't show my SFTP connection (which I can browse from the PC using the file browser)!


Could this be a permissions issue, maybe with Codeblocks not having the necessary rights to see the SFTP connection?


Any help would be much appreciated, I'm keen to get this working if it's possible.
 
I didn't think SFTP mounted like a regular filesystem.


SSHFS does, I used that on Ubuntu and still do on Arch. It works with everything because it appears the same as a filesystem.
 
I didn't think SFTP mounted like a regular filesystem.


SSHFS does, I used that on Ubuntu and still do on Arch. It works with everything because it appears the same as a filesystem.

Thanks lulzfish...


I did:


1. Downloaded and installed sshfs from Ubuntu repository.


2. Created pandora folder under /mnt.


3. Ran sudo sshfs chris@192.168.1.148: /mnt/pandora.


Command ran without error but now have the following issues to overcome:


1. File browser can't see connection.


2. Codeblocks can't see connection (fixing 1 should fix this I assume).


Notably I do have an ntfs folder under /mnt which I assume is what ubuntu has set up to allow me access to my windoze files. However, my '/mnt/pandora' folder does not show up in the file browser, only from the command prompt!
 
Back