tree: acb9b8b84753e62ac29b5e14bbc5061813bd21a4 [path history] [tgz]
  1. .gitignore
  2. main.go
  3. README.md
examples/go-sftp-server/README.md

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.