Registry / networking / secsy-goftp

secsy-goftp

JSON →
library0.0.0-20200609142545-aa2de14babf4gogounverified

Package goftp provides a high-level FTP client for Go.

go get github.com/secsy/goftp
INSTALL
IMPORT
SIG · SECSY-GOFTP
S
secsy-goftp
networkinggov0.0.0-20200609142545-aa2de14babf4
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.

goftp
github.com/secsy/goftp

Connects to an FTP server.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20200609142545-aa2de14babf4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
secsy-goftp — go get secsy-goftp · libregistry