Just follow this tutorial
Showing posts with label mount. Show all posts
Showing posts with label mount. Show all posts
January 12, 2014
May 29, 2011
[SOLVED] Mount the remote file system on your local machine with sshfs
You can mount the remote file system on your local machine with sshfs:
Then you can copy paste the file with nautilus/gnome/konqueror/dolphin/bash/whatever
Source: stackexchange.com
mkdir -p /mnt/sshfs
root@IS1300:~# sshfs 192.168.1.2:/ /mnt/sshfs
root@IS1300:~# umount /mnt/sshfs
Then you can copy paste the file with nautilus/gnome/konqueror/dolphin/bash/whatever
Source: stackexchange.com
Subscribe to:
Posts (Atom)