sftp/examples/sftp-server
Robert Coleman 526cf9b2b3 make example server respect readOnly flag (#108) 2016-05-31 11:05:26 +10:00
..
README.md Created working example SFTP server 2015-11-07 19:21:42 +00:00
main.go make example server respect readOnly flag (#108) 2016-05-31 11:05:26 +10: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.