You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/pkg/sftp/examples/sftp-server
Chris Bednarski 8a53385cbc
Revert "Remove a bunch of unused dependencies (godep v54+ required)"
10 years ago
..
README.md Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
main.go Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago

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.