Registry / networking / jlaffaye-ftp

jlaffaye-ftp

JSON →
library0.2.1gogounverified

Package ftp implements a FTP client as described in RFC 959.

go get github.com/jlaffaye/ftp
INSTALL
IMPORT
SIG · JLAFFAYE-FTP
J
jlaffaye-ftp
networkinggov0.2.1
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.

ftp
github.com/jlaffaye/ftp

Connect to an FTP server

package main import ( "github.com/jlaffaye/ftp" ) func main() { c, err := ftp.Dial("ftp.example.com:21") if err != nil { panic(err) } defer c.Quit() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jlaffaye-ftp — go get jlaffaye-ftp · libregistry