sftp/examples/go-sftp-server
Cassondra Foesch 5a107ff627 gofmt 2024-10-29 16:57:49 +00:00
..
.gitignore xkcd.com/1022 2024-09-30 17:38:18 +00:00
README.md xkcd.com/1022 2024-09-30 17:38:18 +00:00
main.go gofmt 2024-10-29 16:57:49 +00:00

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.