sftp/examples/go-sftp-server
wsl d45e538f7a fix: sftp client hang when exit in sftp server example 2023-11-09 19:32:53 +08:00
..
README.md sftp: update tests to finish and not panic on windows 2019-01-18 16:29:07 -08:00
main.go fix: sftp client hang when exit in sftp server example 2023-11-09 19:32:53 +08: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.