clair/vendor/github.com/pkg/sftp/examples/sftp-server
Julien Garcia Gonzalez 3c1c89b17e fix dependencies
2017-02-27 16:00:13 +01:00
..
main.go fix dependencies 2017-02-27 16:00:13 +01:00
README.md fix dependencies 2017-02-27 16:00:13 +01:00

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.