{"id":68818,"library":"secsy-goftp","title":"goftp","description":"Package goftp provides a high-level FTP client for Go.","status":"active","version":"0.0.0-20200609142545-aa2de14babf4","language":"go","source_language":null,"source_url":"https://github.com/secsy/goftp","tags":["ftp","client","networking"],"install":[{"cmd":"go get github.com/secsy/goftp","lang":"bash","label":"Install github.com/secsy/goftp"}],"dependencies":[],"imports":[{"symbol":"goftp","correct":"github.com/secsy/goftp"}],"quickstart":{"code":"package main\n\nimport (\n    \"github.com/secsy/goftp\"\n)\n\nfunc main() {\n    client, err := goftp.Dial(\"ftp.example.com:21\")\n    if err != nil {\n        panic(err)\n    }\n    defer client.Close()\n}","lang":"go","description":"Connects to an FTP server."},"warnings":[],"env_vars":null,"search_vec":"'client':10,14 'ftp':9,13 'go':12 'goftp':1,3 'high':7 'high-level':6 'level':8 'network':15 'packag':2 'provid':4","created_at":"2026-06-17T17:54:18.543398+00:00","updated_at":"2026-06-17T17:54:18.543398+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/secsy/goftp","github":"https://github.com/secsy/goftp","docs":"https://pkg.go.dev/github.com/secsy/goftp#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}