https://github.com/tans5/tfiletransfer_desktop
Desktop application to transfer/share files, support Windows, Linux and MacOS.
https://github.com/tans5/tfiletransfer_desktop
compose-desktop compose-multiplatform desktop-app file-share kotlin-coroutines tcp-protocol udp-protocol
Last synced: 10 months ago
JSON representation
Desktop application to transfer/share files, support Windows, Linux and MacOS.
- Host: GitHub
- URL: https://github.com/tans5/tfiletransfer_desktop
- Owner: Tans5
- License: apache-2.0
- Created: 2021-02-23T03:18:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T09:03:39.000Z (11 months ago)
- Last Synced: 2025-07-25T15:20:55.591Z (11 months ago)
- Topics: compose-desktop, compose-multiplatform, desktop-app, file-share, kotlin-coroutines, tcp-protocol, udp-protocol
- Language: Kotlin
- Homepage:
- Size: 461 MB
- Stars: 42
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
README
[English](./README.md)
## 简单介绍
使用 [Compose for Desktop](https://github.com/JetBrains/compose-multiplatform) 构建的桌面版文件传输工具,通过本地局域网创建连接来发送/接收文件。目前支持 Window, Linux 和 MacOS。
创建文件传输链接的方法:
- 二维码建立连接(限制本地局域网,只能展示二维码,Android 版支持扫描)
- UDP 广播创建连接 (限制本地局域网)
[Android 版](https://github.com/Tans5/tFileTransporter)
## 截图