{"id":24813581,"url":"https://github.com/zebrajaeger/file-transfer-system","last_synced_at":"2025-11-07T02:03:48.707Z","repository":{"id":274602325,"uuid":"923404062","full_name":"zebrajaeger/file-transfer-system","owner":"zebrajaeger","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-29T11:49:27.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T04:20:04.046Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zebrajaeger.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,"zenodo":null}},"created_at":"2025-01-28T07:13:00.000Z","updated_at":"2025-01-29T11:49:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"6fc41514-e2a3-4882-9280-52d42ab8a23b","html_url":"https://github.com/zebrajaeger/file-transfer-system","commit_stats":null,"previous_names":["zebrajaeger/file-transfer-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zebrajaeger/file-transfer-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Ffile-transfer-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Ffile-transfer-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Ffile-transfer-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Ffile-transfer-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zebrajaeger","download_url":"https://codeload.github.com/zebrajaeger/file-transfer-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zebrajaeger%2Ffile-transfer-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283113559,"owners_count":26781474,"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","status":"online","status_checked_at":"2025-11-07T02:00:06.343Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-01-30T15:50:45.286Z","updated_at":"2025-11-07T02:03:48.702Z","avatar_url":"https://github.com/zebrajaeger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Transfer System\n\nThis project consists of two components: a **Client** and a **Server**, designed to facilitate reliable file transfers with metadata preservation.\n\n## Components\n\n### 1. Server\n- Hosts an HTTP endpoint to receive files.\n- Stores uploaded files in a configurable directory.\n- Preserves file metadata (creation and modification timestamps).\n- Logs all activities and sends email notifications on errors.\n\nRefer to the `server/README.md` for detailed information on setup and usage.\n\n### 2. Client\n- Sends files to the server based on a configurable schedule.\n- Reads configurations such as source directory, server URL, and schedule from a `config.json` file.\n- Supports dry-run mode to simulate transfers without modifying files.\n- Logs all operations for traceability.\n\nRefer to the `client/README.md` for detailed information on setup and usage.\n\n## Features\n- Metadata preservation during file transfers.\n- Flexible configuration for both client and server.\n- Detailed logging for debugging and monitoring.\n- Email notifications for server-side errors.\n- Cron-based scheduling for client operations.\n\n## Prerequisites\n- Node.js (v14 or later)\n- npm (Node Package Manager)\n\n## Installation\nClone the repository and navigate to the respective `client` and `server` directories to set up and run each component.\n\n```bash\n# Clone the repository\ngit clone \u003crepository_url\u003e\ncd \u003crepository_folder\u003e\n\n# Navigate to server\ncd server\nnpm install or yarn install or pnpm install\n\n# Navigate to client\ncd ../client\nnpm install or yarn install or pnpm install\n```\n\n## Licensing\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebrajaeger%2Ffile-transfer-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzebrajaeger%2Ffile-transfer-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebrajaeger%2Ffile-transfer-system/lists"}