# README
go-ftpserver: An FTP based Fuse implementation written in Go
Install
go get -u github.com/datawire/go-ftpserver
Architecture
This is an FTP server build on [github.com/fclairamb/ftpserverlib]https://github.com/fclairamb/ftpserverlib which exposes a file system where all symlinks have been resolved
# Functions
Logger creates a github.com/fclairamb/go-log Logger that sends its output to a dlog Logger.
No description provided by the author
No description provided by the author
SymLinkResolvingFs returns an afero file system that resolves all symlinks so that they become invisible.