Skip to content

Commit defcaa0

Browse files
DRAFT: sshfs
1 parent 79effc8 commit defcaa0

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
+++
2+
date = '2025-04-29T16:19:06+02:00'
3+
draft = true
4+
title = 'sshfs what'
5+
summary = "what"
6+
+++
7+
8+
9+
10+
If I need access to a file on a remote computer, I would usually use an client like FileZilla, and
11+
connect to the computer using SFTP and download the file. Ocassionally, I would also use the `scp`
12+
(secure copy protocol) client from OpenSSH.
13+
14+
These approaches are fine for one-offs, but gets annoying if
15+
16+
But a short while ago, a colleage of mine mentioned [`sshfs`](https://github.com/libfuse/sshfs)! A tool for mounting a remote folder
17+
18+
## Basic usage
19+
20+
Using `sshfs` is dead simple
21+
22+
```
23+
sshfs user@hostname:/home/user/ someemptyfolder
24+
```

0 commit comments

Comments
 (0)