Skip to content

drahnr/sftpd

 
 

Repository files navigation

sftpd - SFTP server library in Go

License: MIT - Docs GoDoc

Changes

  • Added new high-level API with Config and Config.RunServer.
  • Go-fuzz fuzzer supported.
  • Debugging output with -tags debug.

FAQ

ssh: no common algorithms

The client and the server cannot agree on algorithms. Typically this is caused by an ECDSA host key. If using sshutil add the sshutil.RSA2048 flag.

Enabling debugging output

go build -tags debug -a

Will enable debugging output using package log.

TODO

  • Renames
  • Symlink creation

About

SFTP server library in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%