package
0.2.0
Repository: https://github.com/telebroad/fileserver.git
Documentation: pkg.go.dev

# README

ftp

a basic ftp server written in go

to run the basic app with docker-compose ../README.md

# Functions

No description provided by the author
No description provided by the author
NewServer creates a new FTP server.
No description provided by the author

# Constants

PublicIpUrl is the url to get the public ip of the server.

# Structs

No description provided by the author
Session represents an individual client FTP session.
SessionManager manages all active sessions.

# Interfaces

Users is the interface to find a user by username and password and return it.

# Type aliases

No description provided by the author