Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,19 +1,19 @@
# SSHFS
> filesystem client based on ssh
> Filesystem client based on ssh.
- mounting remote directory
- Mounting remote directory:
`sshfs {{username}}@{{remote_host}}:{{remote_directory}} {{mountpoint}}`
- unmounting remote directory
- Unmounting remote directory:
`fusermount -u {{mountpoint}}`
- mounting remote directory from server with specific port
- Mounting remote directory from server with specific port:
`sshfs {{username}}@{{remote_host}}:{{remote_directory}} -p {{2222}}`
- use compression
- Use compression:
`sshfs {{username}}@{{remote_host}}:{{remote_directory}} -C`