Registry / networking / goftp-file-driver

goftp-file-driver

JSON →
library0.0.0-20180502053751-5d604a0fc0c9gogounverified

A file driver for the goftp FTP server library, providing local filesystem storage support.

go get github.com/goftp/file-driver
INSTALL
IMPORT
SIG · GOFTP-FILE-DRIVER
G
goftp-file-driver
networkinggov0.0.0-20180502053751-5d604a0fc0c9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

filedriver
github.com/goftp/file-driver

Creates an FTP server using the file driver with a root path.

package main import ( "github.com/goftp/file-driver" "github.com/goftp/server" ) func main() { factory := &filedriver.FileDriverFactory{ RootPath: "/tmp/ftp", Perm: server.NewSimplePerm("user", "group"), } server.NewServer(&server.ServerOpts{ Factory: factory, Port: 21, }).ListenAndServe() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180502053751-5d604a0fc0c9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
goftp-file-driver — go get goftp-file-driver · libregistry