{"id":17398220,"url":"https://github.com/codeman99/quick-transfer","last_synced_at":"2025-10-29T11:42:09.354Z","repository":{"id":76813954,"uuid":"127570820","full_name":"CodeMan99/quick-transfer","owner":"CodeMan99","description":"WARNING: This project is potentially unstable. It has only been test on my own system.","archived":false,"fork":false,"pushed_at":"2018-04-02T21:28:10.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T22:04:46.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeMan99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-03-31T20:59:15.000Z","updated_at":"2022-07-03T09:09:58.000Z","dependencies_parsed_at":"2023-03-06T13:30:37.124Z","dependency_job_id":null,"html_url":"https://github.com/CodeMan99/quick-transfer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMan99%2Fquick-transfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMan99%2Fquick-transfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMan99%2Fquick-transfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeMan99%2Fquick-transfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeMan99","download_url":"https://codeload.github.com/CodeMan99/quick-transfer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249100745,"owners_count":21212890,"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":[],"created_at":"2024-10-16T14:42:27.510Z","updated_at":"2025-10-29T11:42:09.301Z","avatar_url":"https://github.com/CodeMan99.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quick-transfer [![Build Status](https://travis-ci.org/CodeMan99/quick-transfer.svg?branch=master)](https://travis-ci.org/CodeMan99/quick-transfer)\n\nA one-time file server that displays a QR code to allow your mobile device to get the download URL.\n\n## Install\n\n    npm install -g quick-transfer\n\n## Usage\n\nProvide a filename as the first (non-option) argument to serve that file.\n\n    quick-transfer shopping-list.txt\n\nProvide multiple filenames to create and serve a zip archive.\n\n    quick-transfer notes01.txt notes02.txt notes03.txt\n\nPipe data to stdin to serve as \"stdin.txt\". Note that stdin must end.\n\n    git diff | quick-transfer\n\n## Options\n\n### -a, --address \u003cIPv4-address\u003e\n\nType: `string`\n\u003cbr\u003eDefault: `0.0.0.0`\n\nBind the node server to listen on this IPv4 address.\n\n### -d, --display \u003cIPv4-address\u003e\n\nType: `string`\n\nProvide an alternate IPv4 address to display without binding to the server. Useful when the server is behind multiple local routers, like inside VirtualBox.\n\n### -e, --extension \u003cname\u003e\n\nType: `string`\n\nOverride the extension, usually when piping data. For example `create-pdf README.md | quick-transfer -e pdf`.\n\n### -f, --filename \u003cname\u003e\n\nType: `string`\n\nOverride the entire filename. You may specify the basename here and the extension with either `-e` or `-t`.\n\n### -g, --glob\n\nType: `boolean`\n\u003cbr\u003eDefault: `false`\n\nForce filename arguments to be glob expanded (instead of using the shell). For example `quick-transfer -g -- '*.js'`.\n\n### -h, --help\n\nType: `boolean`\n\nDisplays the usage string.\n\n### -p, --port \u003cnumber\u003e\n\nType: `number`\n\nUse the specified port instead of a system assigned port.\n\n### -t, --type \u003ccontent-type\u003e\n\nType: `string`\n\nProvide the content type header. When specified this will change the filename's extension accordingly. Overrides any value passed in with `-e`.\n\n### -v, --verbose\n\nType: `boolean`\n\nForce additional logging. Turn this on before reporting a bug.\n\n### --version\n\nType: `boolean`\n\nDisplays the version information.\n\nRelated\n-------\n\n * [qr-filetransfer](https://github.com/claudiodangelis/qr-filetransfer) - Inspired this project, written in golang.\n\nLicense\n-------\n\nISC - Copyright \u0026copy; 2018, Cody A. Taylor\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeman99%2Fquick-transfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeman99%2Fquick-transfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeman99%2Fquick-transfer/lists"}