mirror of
https://github.com/rclone/rclone.git
synced 2024-12-14 03:01:16 +01:00
13 lines
284 B
Markdown
13 lines
284 B
Markdown
|
Example SFTP server implementation
|
||
|
===
|
||
|
|
||
|
In order to use this example you will need an RSA key.
|
||
|
|
||
|
On linux-like systems with openssh installed, you can use the command:
|
||
|
|
||
|
```
|
||
|
ssh-keygen -t rsa -f id_rsa
|
||
|
```
|
||
|
|
||
|
Then you will be able to run the sftp-server command in the current directory.
|