{"id":19041433,"url":"https://github.com/without-eyes/filetransmitter","last_synced_at":"2026-05-16T06:35:53.113Z","repository":{"id":260773647,"uuid":"882288641","full_name":"without-eyes/FileTransmitter","owner":"without-eyes","description":"Client-server console application to share files","archived":false,"fork":false,"pushed_at":"2025-06-14T17:36:58.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T18:29:44.946Z","etag":null,"topics":["c","c-programming","c-programming-language","console","console-application","file-sharing","file-transfer","linux","local-network","networking","unix"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/without-eyes.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-02T12:21:00.000Z","updated_at":"2025-06-14T17:37:01.000Z","dependencies_parsed_at":"2024-11-02T14:23:06.462Z","dependency_job_id":"8c564767-e851-4da0-989d-49090cb0abf1","html_url":"https://github.com/without-eyes/FileTransmitter","commit_stats":null,"previous_names":["without-eyes/filetransmitter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/without-eyes/FileTransmitter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FFileTransmitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FFileTransmitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FFileTransmitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FFileTransmitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/without-eyes","download_url":"https://codeload.github.com/without-eyes/FileTransmitter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/without-eyes%2FFileTransmitter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33092708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["c","c-programming","c-programming-language","console","console-application","file-sharing","file-transfer","linux","local-network","networking","unix"],"created_at":"2024-11-08T22:29:17.691Z","updated_at":"2026-05-16T06:35:53.081Z","avatar_url":"https://github.com/without-eyes.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Transmitter\n\nThis project implements a simple file transfer system in C, where a sender program sends a specified file over a network to a receiver program. The file is transmitted via TCP, allowing reliable data transfer.\n\n## Table of Contents\n- [Features](#features)\n- [Requirements](#requirements)\n- [Usage](#usage)\n- [Known Issues](#known-issues)\n- [Example](#example)\n- [License](#license)\n\n## Features\n\n- **Send Files**: The sender program can send files over TCP by specifying the file path.\n- **Receive Files**: The receiver program listens for incoming file data and writes it to the \"Download\" folder.\n- **(TODO) Cross-Platform Compatibility**: Code is compatible with both Windows and Unix-based systems.\n\n## Requirements\n\n- **C Compiler** (GCC/Clang on Unix, MSVC on Windows)\n- **Sockets Library** (WS2_32 on Windows, `\u003csys/socket.h\u003e` on Unix)\n- **Windows-Specific**: `Winsock` initialization (for Windows systems only)\n\n## Usage\n \n1. **Compile the Code**:\n     ```bash\n     make\n     ```\n\n2. **Send a File**:\n   Start the sender program and specify the path to the file you want to send:\n   - On Unix:\n     ```bash\n     ./sender\n     ```\n   - On Windows:\n     ```bash\n     .\\sender.exe\n     ```\n\n3. **Start the Receiver**:\n   Run the receiver program to begin listening for incoming files:\n   - On Unix:\n     ```bash\n     ./receiver\n     ```\n   - On Windows:\n     ```bash\n     .\\receiver.exe\n     ```\n\n## Known Issues\n\n- **Incomplete File Transfers**: Files may arrive with `0` bytes or be partially transferred if there are network issues or improper handling of socket errors.\n \n## Example\n\n```plaintext\nEnter address: 127.0.0.1\nEnter port: 1111\nEnter path to file you want to send: C:\\Users\\without eyes\\Pictures\\image.png\nFile was successfully sent!\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithout-eyes%2Ffiletransmitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwithout-eyes%2Ffiletransmitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwithout-eyes%2Ffiletransmitter/lists"}