Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 348 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 348 Bytes

golang-sftp

Sftp example of golang.

This project show that how to create new connection, how to change port and how to upload file to sftp server.

If you are getting "Must specify HostKeyCallback" error, -> Try to define "HostKeyCallback" function in clientConfig give your secure trustedKey to this, In this example also solve this error.