ponedjeljak, 23. siječnja 2012.

mounting local directory to a remote directory with sshfs

sshfs usage
you can use this command for mounting local directory to a remote directory..

open CLI, terminal, terminator;

first install sshfs

$ sudo apt-get install sshfs
$ sshfs -o nonempty /home/user/Desktop/mountdirectory -p 22 root@remotehost:/home/user/Desktop/

Nema komentara:

Objavi komentar