++added:
Using sshfs
===========

The program sshfs is based on FUSE. So FUSE must be compiled in your kernel and 
you have to have the privileges to use it. Create a mountpoint, for example 
``mkdir mnt``. You cannot simply use the system's /mnt for that, you have to be 
the owner of the mountpoint. Then enter
``sshfs [EMAIL PROTECTED]:/releases/yourproject mnt/``. Please note, that there 
has to be a colon after the server name! Then you can access the files in that 
directory like in any other directory. To unmount use ``fusermount -u mnt``.


--
forwarded from https://savannah.gnu.org/maintenance/[EMAIL 
PROTECTED]://savannah.gnu.org/maintenance


_______________________________________________
Savannah-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/savannah-cvs

Reply via email to