Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt
Package ftp implements a FTP client as described in RFC 959. A textproto.Error is returned for errors at the protocol level.
Package ftpserver provides all the tools to build your own FTP server: The core library and the driver.
Package goftp provides a high-level FTP client for go.
Package goftp upload helper
Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. For more details about features, installation, configuration and usage please refer to the README inside the source tree: https://github.com/drakkan/sftpgo/blob/main/README.md
Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3 or Google Cloud Storage. For more details about features, installation, configuration and usage please refer to the README inside the source tree: https://github.com/drakkan/sftpgo/blob/master/README.md
Package goftp upload helper
ftpserver allows to create your own FTP(S) server
Package server is a backwards compatibility shim for this module The code has been re-organised to split out the drivers from the server functionality. New code should And if the drivers are required use
Package tftp provides TFTP client and server implementations.
Package ftp provided support for ftp by go-storage. Code generated by go generate via cmd/definitions; DO NOT EDIT.