repositorypackage
0.0.0-20190312101911-c51d11635d82
Repository: https://github.com/taruti/sftpd.git
Documentation: pkg.go.dev
# README
sftpd - SFTP server library in Go
License: MIT - Docs 
Recent changes - 2019
Attr.FillFrom
cannot fail and now does not return an error value. Previously it was always nil.
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