{"id":21472478,"url":"https://github.com/sharantangeda/mpquic_ftp","last_synced_at":"2026-05-12T12:41:43.853Z","repository":{"id":68960550,"uuid":"330210519","full_name":"SHARANTANGEDA/mpquic_ftp","owner":"SHARANTANGEDA","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-29T04:02:44.000Z","size":31123,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T16:33:21.886Z","etag":null,"topics":["asyncr","file-transfer","golang","mp-quic","multipath","quic"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SHARANTANGEDA.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-01-16T16:52:19.000Z","updated_at":"2024-12-02T14:04:40.000Z","dependencies_parsed_at":"2023-06-14T13:00:44.197Z","dependency_job_id":null,"html_url":"https://github.com/SHARANTANGEDA/mpquic_ftp","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2Fmpquic_ftp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2Fmpquic_ftp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2Fmpquic_ftp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SHARANTANGEDA%2Fmpquic_ftp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SHARANTANGEDA","download_url":"https://codeload.github.com/SHARANTANGEDA/mpquic_ftp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243989713,"owners_count":20379648,"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":["asyncr","file-transfer","golang","mp-quic","multipath","quic"],"created_at":"2024-11-23T09:49:17.167Z","updated_at":"2025-10-24T00:55:14.473Z","avatar_url":"https://github.com/SHARANTANGEDA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Transfer with MPQUIC in GO\n\nThe App allows listing and downloading files from server\n\n#### **Note: The server is asynchronous, allowing to connecting to multiple clients simultaneously**\n\nThis Project depends on another private project, which implements MPQUIC\n\nYou are expected to have access to [MPQUIC Stand Alone Package](https://github.com/SHARANTANGEDA/mp-quic), to be able to use this application \n\nGo Required: _1.12 +_\n\n## Pre-Requisites\n- Follow all requirements mentioned in [MPQUIC Repo](https://github.com/SHARANTANGEDA/mp-quic)\n\n## Enable environment variable: \n- Check out the sample for env variables needed\n\nSync dependencies after enabling the environment variable\n\n##### Server Run\n- `go build server.go`\n- `./server --scheduler=round_robin --eps=0.01 --dump_exp=false `\n\n##### Client Run\n- `cd client \u0026\u0026 go build client.go`\n- `./client --scheduler=round_robin --action=2 --file_name=hello.txt`\n### *Note: Three values of action are possible 1, 2, 3*\n#### For Action:2 - Download from Server - `file_name` is required\n#### For Action:3 - Upload to Server - `file_path` (abs path) is required\n\n### List of Available Schedulers\n\n\tround_robin\n\tlow_latency\n\trandom\n\tlow_bandit\n\tpeekaboo\n\tecf\n\tblest\n\tdqnAgent\n\tfirst_path\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharantangeda%2Fmpquic_ftp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharantangeda%2Fmpquic_ftp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharantangeda%2Fmpquic_ftp/lists"}