SFTP Server on Mesh Potato -------------------------- For development purposes it is convenient to be able to mount the MP file system using sftp in the file browser of a PC e.g. Nautilus in Ubuntu To instal the sftp server, copy the file (openssh-sftp-server_5.0p1-1_mips.ipk) to the /tmp directory on the MP using scp from a shell your PC: $ scp ./openssh-sftp-server_5.0p1-1_mips.ipk root@:/tmp Then open a shell on the MP, cd to /tmp and install the package: # opkg install ./openssh-sftp-server_5.0p1-1_mips.ipk To mount the MP file system in Nautilus on Ubuntu: - Select the Places menu - Connect to Server - Select Service type: SSH - Enter Server: - Enter User Name: root - Check Add Bookmark and enter bookmark name - Click connect