{"id":26475698,"url":"https://github.com/tuberboy/shell-uploader","last_synced_at":"2026-04-15T14:03:32.307Z","repository":{"id":180894825,"uuid":"465386584","full_name":"tuberboy/shell-uploader","owner":"tuberboy","description":"Curl/Wget/Linux Command To Upload (POST, PUT) Any File In Any PHP Hosting Server","archived":false,"fork":false,"pushed_at":"2022-03-02T17:25:46.000Z","size":19,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T23:44:47.596Z","etag":null,"topics":["bash","bash-upload","bashuploader","cli-uploader","cmd-uploader","shell-uploader","shelluploader"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tuberboy.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}},"created_at":"2022-03-02T16:36:55.000Z","updated_at":"2023-12-08T11:16:06.000Z","dependencies_parsed_at":"2023-07-14T00:01:20.164Z","dependency_job_id":null,"html_url":"https://github.com/tuberboy/shell-uploader","commit_stats":null,"previous_names":["tuberboy/shell-uploader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tuberboy/shell-uploader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuberboy%2Fshell-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuberboy%2Fshell-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuberboy%2Fshell-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuberboy%2Fshell-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuberboy","download_url":"https://codeload.github.com/tuberboy/shell-uploader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuberboy%2Fshell-uploader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31844331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bash","bash-upload","bashuploader","cli-uploader","cmd-uploader","shell-uploader","shelluploader"],"created_at":"2025-03-19T23:44:50.436Z","updated_at":"2026-04-15T14:03:32.290Z","avatar_url":"https://github.com/tuberboy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminal Command-Line Uploader\nI used server side php code to upload/transfer files.\u003cbr\u003e\u003cbr\u003e\nSupported Command:\n* Curl\n* Wget\n* Linux\n* Any Terminal/Shell Command\n\nSupported Request:\n* POST\n* PUT\n\nSome `PUT` Curl Commands:\n```\ncurl -T your-any-file.extension example.com\n```\n```\ncurl example.com -T your-any-file.extension\n```\n```\ncurl -T your-any-file.extension https://example.com/\n```\n```\ncurl https://example.com/ -T your-any-file.extension\n```\n```\ncurl --upload-file your-any-file.extension example.com\n```\n```\ncurl example.com --upload-file your-any-file.extension\n```\n```\ncurl --upload-file your-any-file.extension https://example.com/\n```\n```\ncurl https://example.com/ --upload-file your-any-file.extension\n```\n* You can use `http://` or `https://` prefix or without prefix and without `/`.\n* I made this for transfer/upload file into my own server from terminal (NeoTerm/Termux/Any).\n\nAdd Below Code On `.htaccess`:\n```\nOptions +MultiViews\nRewriteEngine On\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteRule ^([^\\.]+)$ $1.php [NC,L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule ^(.*)$ /up/$1 [NC,L,QSA]\n```\nIf you rename `up.php` file to another name then add that name by replacing `up` to that name here `RewriteRule ^(.*)$ /up/$1 [NC,L,QSA]`\n\nIf you want to contribute it then:\n* Add more features and pull it on here.\n* Help everyone to describe what you done (Documentations).\n\nI will add more features if i get time, thanks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuberboy%2Fshell-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuberboy%2Fshell-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuberboy%2Fshell-uploader/lists"}