Formatted all pages according to guidelines.
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user