{"id":21144842,"url":"https://github.com/bisakhmondal/ftp-go","last_synced_at":"2026-05-19T17:33:16.378Z","repository":{"id":130176003,"uuid":"325800142","full_name":"bisakhmondal/FTP-Go","owner":"bisakhmondal","description":"A File Transfer Protocol(FTP) Multi-Client implementation in go environment with client authentication.","archived":false,"fork":false,"pushed_at":"2021-01-28T05:04:38.000Z","size":475,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T07:25:13.156Z","etag":null,"topics":["authentication","ftp","ftp-client","ftp-server","golang","gomodule"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bisakhmondal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-31T12:54:00.000Z","updated_at":"2023-02-22T21:35:42.000Z","dependencies_parsed_at":"2023-03-10T17:29:53.829Z","dependency_job_id":null,"html_url":"https://github.com/bisakhmondal/FTP-Go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisakhmondal%2FFTP-Go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisakhmondal%2FFTP-Go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisakhmondal%2FFTP-Go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bisakhmondal%2FFTP-Go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bisakhmondal","download_url":"https://codeload.github.com/bisakhmondal/FTP-Go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243589229,"owners_count":20315467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","ftp","ftp-client","ftp-server","golang","gomodule"],"created_at":"2024-11-20T08:23:48.761Z","updated_at":"2025-12-29T17:19:39.708Z","avatar_url":"https://github.com/bisakhmondal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## FTP CLIENT-SERVER implementation in GoLang\nA File Transfer Protocol(FTP) **Multi Client** implementation in go environment with client authentication.\n\n### Supported Commands\n- **pwd** [print working directory]\n- **ls** [list directory]\n- **cd** [change directory]\n- **upload** [upload file from current \"filestore/clientDir\"]\n- **download** [download file from $(pwd) of the ftp client terminal]\n-  **delete** [delete specific file from the current pwd]\n-  **close/exit** [close the connection]\n\n\n### Directory Structure\n- [x] client : Contains implementation of the client.\n- [x] server : server side code in the FTP\n\n```bash\ncd server \ngo run server.go utils.go\n#Multiple clients can be attached \ncd ../client\ngo run client.go utils.go\n```\n\n#### Add credentials real time @ `server/credential.json` before attaching a new ftp client to the server.\n***\n\n\n#### A screenshot of local client connected to the server running on GCP cloud VM.\nRun the `server` in cloud VM and put the ip of the instance in `client/client.go`'s `HOST` parameter.\n  \n![Screenshot](filestore/ss.png)\n\n!make sure to allow traffic to the port specified on your VPC firewall.\n\neasy-peasy right!\n\n~Bisakh.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbisakhmondal%2Fftp-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbisakhmondal%2Fftp-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbisakhmondal%2Fftp-go/lists"}