Crates.io | file-transfer-system |
lib.rs | file-transfer-system |
version | 0.2.3 |
source | src |
created_at | 2024-10-11 00:38:07.09764 |
updated_at | 2024-11-02 03:35:25.499866 |
description | File transfering, networking, and support for p2p |
homepage | |
repository | https://github.com/Bicheka/file-transfer-system |
max_upload_size | |
id | 1404771 |
size | 76,924 |
A file transfer system library that provides functionality to send files of any size through TCP
Anyone that wants to contribute is more than welcomed. Also, feel free to leave an issue if you want some feature or encounter an error or if you want to give feedback so I know what needs more work, it is really appreciated. FTS repo
Check Fileflow which is a tauri app for sending files that implements this library. Fileflow.
This project is in a stage where it is still defining its structure so it might be subject of major changes
./ src--------- // core library, where most of the code for the lives
|-lib
- client
- file_transfer
- graceful_shutdown
- network
- p2p
- server
This project is licensed under the MIT License - see the LICENSE file for details.