{"id":46456118,"url":"https://github.com/iamwavecut/ezdrop","last_synced_at":"2026-03-06T01:54:02.682Z","repository":{"id":276534511,"uuid":"929557293","full_name":"iamwavecut/ezdrop","owner":"iamwavecut","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-11T21:46:09.000Z","size":61,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T00:29:58.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamwavecut.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":"security.go","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-08T20:27:21.000Z","updated_at":"2025-06-11T21:46:01.000Z","dependencies_parsed_at":"2025-06-11T22:32:08.069Z","dependency_job_id":"e05efa41-4dc8-40f5-ab50-bb63493eb3d8","html_url":"https://github.com/iamwavecut/ezdrop","commit_stats":null,"previous_names":["iamwavecut/ezdrop"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/iamwavecut/ezdrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamwavecut%2Fezdrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamwavecut%2Fezdrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamwavecut%2Fezdrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamwavecut%2Fezdrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamwavecut","download_url":"https://codeload.github.com/iamwavecut/ezdrop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamwavecut%2Fezdrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30158252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-03-06T01:54:01.445Z","updated_at":"2026-03-06T01:54:02.625Z","avatar_url":"https://github.com/iamwavecut.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EZDrop\n\nSimple and fast web-based file browser and transfer tool.\n\n\nhttps://github.com/user-attachments/assets/3e0cba7f-cad4-4d48-8cf5-9ddf57ff7f37\n\n\n## Install\n\n### Using Go\n\n```bash\ngo install github.com/iamwavecut/ezdrop@latest\n```\n\n### Pre-built Binaries\n\nDownload the latest release for your platform:\n- **Linux**\n  - amd64:\n    ```bash\n    curl -L https://github.com/iamwavecut/ezdrop/releases/latest/download/ezdrop-linux-amd64.tar.gz | tar xz \u0026\u0026 sudo mv ezdrop /usr/local/bin/\n    ```\n  - arm64:\n    ```bash\n    curl -L https://github.com/iamwavecut/ezdrop/releases/latest/download/ezdrop-linux-arm64.tar.gz | tar xz \u0026\u0026 sudo mv ezdrop /usr/local/bin/\n    ```\n\n- **Windows** (Run in PowerShell as Administrator)\n  - amd64:\n    ```powershell\n    Invoke-WebRequest -Uri https://github.com/iamwavecut/ezdrop/releases/latest/download/ezdrop-windows-amd64.zip -OutFile ezdrop.zip; Expand-Archive ezdrop.zip -DestinationPath $env:USERPROFILE\\ezdrop; Move-Item $env:USERPROFILE\\ezdrop\\ezdrop.exe $env:USERPROFILE\\AppData\\Local\\Microsoft\\WindowsApps\\\n    ```\n  - arm64:\n    ```powershell\n    Invoke-WebRequest -Uri https://github.com/iamwavecut/ezdrop/releases/latest/download/ezdrop-windows-arm64.zip -OutFile ezdrop.zip; Expand-Archive ezdrop.zip -DestinationPath $env:USERPROFILE\\ezdrop; Move-Item $env:USERPROFILE\\ezdrop\\ezdrop.exe $env:USERPROFILE\\AppData\\Local\\Microsoft\\WindowsApps\\\n    ```\n\n- **macOS**\n  - amd64:\n    ```bash\n    curl -L https://github.com/iamwavecut/ezdrop/releases/latest/download/ezdrop-darwin-amd64.tar.gz | tar xz \u0026\u0026 sudo mv ezdrop /usr/local/bin/\n    ```\n  - arm64:\n    ```bash\n    curl -L https://github.com/iamwavecut/ezdrop/releases/latest/download/ezdrop-darwin-arm64.tar.gz | tar xz \u0026\u0026 sudo mv ezdrop /usr/local/bin/\n    ```\n\n## Usage\n\nRun the server:\n\n```bash\nezdrop -chroot /path/to/serve\n```\n\nOptions:\n- `-chroot` (required): Base directory to serve\n- `-port` (optional): Port to listen on (default: 8080)\n- `-readonly` (optional): Enable read-only mode (default: false)\n\nExamples:\n\n```bash\n# Run with custom port\nezdrop -chroot /home/user/files -port 3000\n\n# Run in read-only mode\nezdrop -chroot /home/user/files -readonly\n```\n\n## Features\n\n### File Management\n- File browser with list/grid views\n- Multi-file upload/download with progress tracking\n- Chunked file upload support for large files\n- Directory upload support\n- Sort by name/size/date\n- File selection patterns (glob)\n\n### Upload Features\n- Supports any file type and size\n- Chunked upload with automatic size optimization\n- Checksum verification for data integrity\n- Upload progress tracking:\n  - Overall progress across all files\n  - Per-file progress with chunk information\n  - Visual progress bars\n  - File size and transfer speed display\n- Automatic retry on failed chunks\n- Drag and drop support\n\n### Navigation\n- Keyboard navigation\n  - Arrow keys: Move cursor\n  - Space: Toggle selection\n  - Enter: Open directory/download file\n  - Backspace: Navigate up\n  - Home/End: Jump to start/end\n  - PageUp/PageDown: Move by page/column\n  - Ctrl+A: Select all\n  - +/-: Select/deselect by pattern\n\n### Interface\n- Dark/light theme toggle\n- List and grid view modes\n- Responsive design\n- Progress indicators\n- File size formatting\n- Date/time display\n\n### Selection\n- Single click: Set cursor\n- Double click: Open/download\n- Shift+click: Range select\n- Ctrl+click: Toggle selection\n- Drag select: Multiple files\n- Pattern selection (*.txt, doc*, etc.)\n\n## Security\n\n- [x] Enforced chroot directory\n- [x] Path traversal protection\n- [x] Rate limiting\n- [x] Security headers\n- [x] Read-only mode\n\n## Development\n\nBuilt with:\n- Go 1.23+\n- Modern JavaScript (no frameworks)\n- CSS Grid/Flexbox\n\n## License\n\nMIT License \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamwavecut%2Fezdrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamwavecut%2Fezdrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamwavecut%2Fezdrop/lists"}