File: README.md

package info (click to toggle)
golang-github-pkg-sftp 1.13.6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 876 kB
  • sloc: makefile: 27
file content (12 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
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.